Stuck in application startup code
I am facing an issue on one of our stm32f4 boards. We have a custom bootloader , which boots up the app as below __disable_irq(); HAL_RCC_DeInit(); __HAL_RCC_AHB1_FORCE_RESET(); __HAL_RCC_AHB1_RELEASE_RESET(); __HAL_RCC_AHB2_FORCE_RESET(); __HAL_...