Resolved! HardFault on __libc_init_array when jumping to application after bootloader on STM32L476RG
Hello everyone,I'm facing a HardFault issue when jumping from a bootloader to an application on the STM32L476RG.The fault occurs right at the beginning of the application, specifically at the instruction bl __libc_init_array inside the Reset_Handler ...