After successful compiled, i'm wanna check step by step the source code. But the problem is when i click "step in" button, the debug pointer will just pointing disassembly.
Is there any setting to change the pointer to main.c source code rather than disassembly window?
You have failed to set up the compiler/linker/debug configuration. Check the User's Manual for the correct configuration for simulation. Bradford