User Activity

Posted on June 04, 2018 at 06:29mcu: stm32f207VGI have a bootloader which jumps to another application at 0x8040000, the testing code is    NVIC_SetVectorTable(NVIC_VectTab_FLASH, 0x40000);    NVIC_PriorityGroupConfig(NVIC_PriorityGroup_2);    USBH_...