Ok, if your program is not even breaking at main then chances it's never even 
getting there because something goes wrong in the startup code.
So you need to debug from the startup code (e.g. single step out use 
breakpoints in the startup code immediately after reset init) that runs before 
main and see if/where things go wrong (e.g. exception/fault).
Hope this helps.

_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to