User Activity

Posted on March 20, 2015 at 08:45I have tried to jump to STM bootloader, but unfortunately STM reset after that. Where can be error?SysMemBootJump = (void (*)(void)) (*((unsigned int*) 0x1FF00000 + 4)); __disable_irq(); HAL_RCC_DeInit(); SysTick->CT...