This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Simulator never reachs main() [LPC2378]

hi,

I'm testing the simulator under µVision with a simple project for LPC2378.
But when I launch the debugger with the simulator, it nevers reach the main() entry point.
It blocks in lp2300.s at :

OSC_Loop        LDR     R3, [R0, #SCS_OFS]    ; Wait for main osc stabilize

Is there something special to configure in the default lpc2300.s ?

0