• Can't get interrupt to work
    Hi, I am sorry if there is already a thread open with this problem, I just couldn't find it. I have a problem which should be easy to solve for you guys. I am trying to get a simple interrupt service...
  • Can't get interrupts working
    Hi, I have trouble getting interrupts to work. I am using the AT91SAM96RL64 processor from Atmel with the Keil compiler and uVision 4. Initially I have successfully configured UART0 to send and...
  • Condition compile output files
    Hi there, Is there a way to have the Keil IDE output different hex and map filenames based on some conditional #if defined(x) like in conditional compilations? Thanks
  • Conditional Compile
    I am using version 6.0 with a GNU makefile. I have conditional code (both *.C and *.A51)I want to enable/disable through the make file on the command line. I am using the #ifdef DEBUG #endif // for...
  • Conditional compilation
    Hi, I am currently trying to get my code support two different type of LCD display, the only difference is the hardware level driver, so condional compilation directive has to be introduced. #ifdef...