• 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...
  • 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...
  • Can't seem to get printf working with RTX.
    - Have printf working in other programs using serial.c/h and redirect_io.c. - Using a Segger JLink - Keil MCBSTM32F200 - RTX Blinky example - Added STDOUT redirect using the RTE If I enable trace...
  • Can't seem to get printf working with RTX.
    - Have printf working in other programs using serial.c/h and redirect_io.c. - Using a Segger JLink - Keil MCBSTM32F200 - RTX Blinky example - Added STDOUT redirect using the RTE If I enable trace...
  • Can't get conditional compile to work in .s file
    In Embedded_Files.s I have several INCBIN that then compile in several .bin files. I don't want to include those files unless there is a project-level #define made (either in a file that is global to...