Resolved! NVIC_SystemReset() is in reality NVIC_CoreReset()? STM32F105rbT6
Hi , i couldnt find any clear solution to this issue:I need to trigger a software System Reset to enter into stm32´s bootloader. So far NVIC_SystemReset() only resets the core and i cant use it to enter stm32 bootloader, am i missing something?NVIC_S...