• NetError when using netUDP_Send() multicast with different IP-Ranges
    Hello, first at all, sorry if I ask a question that is solved here in the past. The search function in the forum seems to do not work… My problem is to send a UDP-Multicast from a PC (10.1.2.3/255...
  • NetError when using netUDP_Send() multicast with different IP-Ranges
    Hello, first at all, sorry if I ask a question that is solved here in the past. The search function in the forum seems to do not work… My problem is to send a UDP-Multicast from a PC (10.1.2.3/255...
  • PIC32MX795F512L is not working on my board even though it is getting programed
    Hi all, I am trying to program PIC32MX795F512L [url] www.kynix.com/.../PIC32MX795F512L-80V/PT.html [/url]on by own board using PICKIT3. The schematic of the board is attached. [image]2.bp.blogspot...
  • PIC32MX795F512L is not working on my board even though it is getting programed
    Hi all, I am trying to program PIC32MX795F512L [url] www.kynix.com/.../PIC32MX795F512L-80V/PT.html [/url]on by own board using PICKIT3. The schematic of the board is attached. [image]2.bp.blogspot...
  • If statement is evaluating even though the value is 0
    Processor: 8051 (AT89LP4052) for (i=0; i<8; i++){ if ((P1 >> i) & 1){ //if the channel is high (idle) P1mask &= ~(1 << i); //clear the bit chan_counter[i] = 0xFF; //reset the channel counter ...