STM32F746 : SW not running well without debugger
Hi,
I designed a sw on STM32F746 with STM32CubeIDE.
Some functions work fine when I use the debugger (ST-LINK) but this same functions halts when I don't use the debugger !
I play se sequence hereafter :
- run the sw using debugger : execution ok
- exit de debugger session into the STM32CubeIDE, the sw still running well
- disconnect physically the ST-LINK, the sw still running well
- reset my board, the functions halt before end execution !!! (others functions work fine)
Someone can help me, please ?
