Associate
October 18, 2018
Question
Empty STM32CubeMX project does not work in SW4STM32: Program received signal SIGINT, Interrupt.
- October 18, 2018
- 1 reply
- 958 views
Hi,
currently, I am trying to debug an empty project created with STM32CubeMX (ver. 4.26.1 and 4.27 tested) in combination with SW4STM32 IDE (ver. 2.5 and 2.6) tested.
But before the empty while(1) loop in main.c is reached the output of the debugger console is the following (see the attached screenshot):
Program received signal SIGINT, Interrupt.
0x080016ce in main () at ../Src/main.c:98
98 MX_USART2_UART_Init();I have several Nucleo-F303RE boards tested on different computers with Windows 7 and 10 and use the HAL libraries ver. 1.10 (and 1.09 tested).
Since I have debugged a project in the same way successfully a few weeks ago, I think the error should not be very complex.
Can anybody please help me to understand the reason for the SIGINT interrupt?
Thanks in advance