Debug issue at start up on STM32L4
Hi,
I am using a STM32L4R9ZI programming by STLINK-V3MINI on STM32CubeIde. Once I launch for debug, I get always this message:
"Break at address "0x1fff163e" with no debug information available, or outside of program code."
Code application does not start, as if there is an infinite loop somewhere.
I press the Stop and Restart button and debug starts fine.
This condition is repeatable. It does not happen If the application starts without debugger.
Any suggestions?
Further, every time I launch debug, the IDE opens one or more .c files of the project, line usart.c, task.c and so on.
How can avoid it?
Thank you