Hi, my stm32f103 freeze after osKernelStart() after jump from bootloader but if I flash at that address it run normally.I try with blinking LED simple one but it still freeze too (this one not use RTOS).while (1)
{
HAL_GPIO_TogglePin(LED_SIGNAL_2_GPI...