Debugging problems
Windows 7
System Workbench for STM32 Version: 1.14.1.201707031232
Nucleo-144 STM32F746
After much effort I ported our existing code to this platform and can load it via the ST-LINK debugger. However, when I try to source or instruction step, I always end up in the TIM1 interrupt, which is my system timer. I found a thread here on the subject:
http://www.openstm32.org/tiki-view_forum_thread.php?forumId=7&comments_parentId=3050
but it doesn’t seem to have a resolution. How do I prevent this behavior?