[F407vtg] jump to bootloader
Posted on January 14, 2014 at 22:40STM32F407VTG CooCox IDE Hello, how can i jump to inbuild bootloader? This code is not working: void BootLoader(void) { void (*SysMemBootJump)(void) = (void (*)(void)) (*((uint32_t *) 0x1FFF0004)); __set_PRI...