• ARM7 Timer Interrupts (Some working...some not)
    All: I am writing a few test apps to get familiarized with the peripherals on the LPC2378 ARM7. I am using a Keil MCB2300 board to do so. I've managed to get Timer0 and Timer1 to generate interrupts...
  • ARM7 Timer Interrupts (Some working...some not)
    All: I am writing a few test apps to get familiarized with the peripherals on the LPC2378 ARM7. I am using a Keil MCB2300 board to do so. I've managed to get Timer0 and Timer1 to generate interrupts...
  • Nulls at end of Code (Keil ARM7 compiler issue??)
    LPC2103 using KEIL IDE / Compiler variable declaration const unsigned char copyright_str[32] __attribute__((at(0x1FDF))) = "Copyright© 2011-2011 Tester Plc."; Hi there, I require declaring...
  • Nulls at end of Code (Keil ARM7 compiler issue??)
    LPC2103 using KEIL IDE / Compiler variable declaration const unsigned char copyright_str[32] __attribute__((at(0x1FDF))) = "Copyright© 2011-2011 Tester Plc."; Hi there, I require declaring...
  • JTAG Communication Failure on ARM7 not always the Code's Fault
    I have seen this issue 3 times during my current development effort. I had always assumed that my code was doing something to disable the JTAG. This morning, I decided to confirm the fact. After recovering...