How to debug faults which only occur with the debugger disconnected. STM32H7B3I-DK
Hi,I had a difficult problem where my project would run faultlessly when started with the debugger, but would fail when the power was recycled.I thought that a peripheral was not initializing due to a delay in the power up phase. Putting HAL_Delay of...