Hello,
I'm launching a MC9S08DZ128 simulation on the P&EMicro emulator of CodeWarrior 10.
After the chip initialization and a few other commands, the emulator stops with the following message:
Thread [ID: 0x0] (Suspended: Signal 'Halt' received. Description: User halted thread.)
I didn't send any halt signal
There's not breakpoint in the project
Thet is no IT call as far as I can see.
If I remove the intruction on which the simulator halted, it stops at the next instruction.
It's a memory paged project that compiles successfully.
Do you have any idea on how I could find out the cause of this crash ?