2019-03-21 07:24 PM
I want to debug a CubeMx Generated project on Nuelco-L496ZG board.
In CubeMx, I created a project with only DCMI and related DMA, and generated the codes.
Without adding any other code, I debugged the project in System Workbench for STM32,
I thought the application will stop at the first line of main.c, and waiting my further instruction, but the code running immediately, I paused the program, and it stop at "Thread #1(Suspended: Signal: SIGINT: interrupt), and without any C source related to that.
How can I make the debug stop at the first line of main.c source code? thanks for help.