Programming STM with SWV without nRST pin
Hello,I am programming STM32G491, while I need to use nRST as GPIO (MCO). I am using a code that you can see below. The problem is that when I am debugging a program, the debugger is disconected after HAL_FLASH_OB_Launch(); (this should reset MCU, am...