2017-11-13 08:09 AM - edited 2023-11-20 09:36 AM
hi.
when i am debuging my code in IAR , debug 's Arrow go to Disassembly and i cant continue debug, beacuse i think the arrow stop at that line.
and i want debugger do line by line in my code and never go to the Disassembly line , what can i do?
when the Arrow want to do gpio_c() , this activity happen, and arrow jump to
the circle , and stop there.
why ?!!
so thanks. #debug2017-11-13 09:43 AM
Not much info to work with, the disassembly is obscured, and there is no cpu register details.
The zero basis of the disassembly and the proximity to the vector table leads me to wonder about the address the code was compiled for, and what's in the startup_stm32f1xx.s file
Perhaps review some of the SPL examples/templates and get familiar with the tools and the libraries.