• __main
    HI, I'm porting an older RL-ARM project. I have noticed that in the demo HTTP project the file LPC2400_RTX.s has no code after IMPORT __main Where my original had: LDR R0, =__main BX R0 ...
  • __main
    HI, I'm porting an older RL-ARM project. I have noticed that in the demo HTTP project the file LPC2400_RTX.s has no code after IMPORT __main Where my original had: LDR R0, =__main BX R0 ...
  • Debugging "__main"
    Is there any way to be able to step through the code (associated C Code) that is executed when calling "__main" from the start up file? Reset_Handler PROC EXPORT Reset_Handler [WEAK] IMPORT HW_init...
  • Debugging "__main"
    Is there any way to be able to step through the code (associated C Code) that is executed when calling "__main" from the start up file? Reset_Handler PROC EXPORT Reset_Handler [WEAK] IMPORT HW_init...
  • Branching to __main
    Hey guys, does someone knows why a branching to __main from the reset handler can causes the program to stop execution at a breakpoint. It branches fine to main but the __main scatter initialisation...