2010-12-31 02:40 AM
SystemInit() swlib V3.4.0
2011-05-17 05:20 AM
Removing it might allow you to stop at startup code
2011-05-17 05:20 AM
Hi,
it is OK to call SystemInit() in startup and you can debug it too. check your debugger settings for ''Reset To Main'' option.
when you load your program in debug mode, try running from the same point the pointer is pointing at. do not reset the code before you debug. because when u reset the code the debugger goes to main() ignoring any break point in SystemInit().
hope it helps.
kashif87
2011-05-17 05:20 AM
where I can find ''reset to main'' option?
I find ''run to main optioin'' ! Is this option that you mean? Note I use ST-Link debugger Thanks