Problem after jump from bootloader to RTOS application (Freertos) with call osKernelStart();
Hello,I have problem after jump from bootloader to FreeRTOS applicationI use STM32F09 (HAL) chip.Jump from bootloader to Freertos application => OKBut when I call "osKernelStart()" board crashedIn debug I crashed in function xPortStartScheduler()...