• 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...
  • Commands getting underlined in red even though they are not errors
    Why do some of the commands in my program get underlined with redlines even though they are not errors/warnings. What does that supposed to indicate?
  • 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 ...
  • 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...
  • Compiler using dadd, etc even though all reals are floats
    I'm using the MDK-ARM compiler to build a project for the ADuC7061 microcontroller. It's a 32k part so memory is a little tight and I've been going through the .map file to see where all the FLASH is...