• Leading underscore in variable name
    Hi, I try to investigate a program written by a former collegue. An 8-bit dipswitch is connected to the microcontroller address/data bus. Two variables are declared in an assembler file: public...
  • Macro guard not working
    Hello everyone, I am having problem with a multiple public definition: ERROR L104: MULTIPLE PUBLIC DEFINITIONS SYMBOL: currenpacketbeingsampled MODULE: DataSampling.obj (DATASAMPLING) DEFINED...
  • What is the extra information in my .HEX file?
    Background: I'm a noob. I'm attempting to add the ability to update the application on a NXP LPC2468 by using the USB and adding a bootloader. It sort of works. The unit has an LCD and a keypad. A very...
  • printf() returns an extra character
    The application waits for a specific character "a" in the serial port using getchar() and then outputs a string using printf("hello") once the character is received. The problem is that the application...
  • Extra External Interrupts?
    Hiya guys thought i would start a new thread, and ask about help on setting up and using extra external interrupts. all help much appreciated