• LPC2388: Cannot return to main after RTC interrupt
    Hi I have activated RTC Alarm interrupt in LPC2388 but after entering the first interrupt, it doesn't exit from the interrupt. I used Jlink to watch where is code is going and noticed after finishing...
  • LPC2388: Cannot return to main after RTC interrupt
    Hi I have activated RTC Alarm interrupt in LPC2388 but after entering the first interrupt, it doesn't exit from the interrupt. I used Jlink to watch where is code is going and noticed after finishing...
  • Specifying the start location of the Main() routine.
    I am using a Goal VRS1000 chip that allows for in-system programming. The ISP program is located at the end of the Flash Memory area. Location 0000h must contain FFh which directs the PC to the beginning...
  • Specifying the start location of the Main() routine.
    I am using a Goal VRS1000 chip that allows for in-system programming. The ISP program is located at the end of the Flash Memory area. Location 0000h must contain FFh which directs the PC to the beginning...
  • control is not returning to assembly when tried return(0) in main of test case
    Note: This was originally posted on 27th August 2012 at http://forums.arm.com Hi, Here is my code. As you can see below from C test case main has return and main was called by assembly code by using BL...