This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

msp432p401R 调转不到bsl中去

(To_bsl)0x00202000;

if (watchdogHandle != NULL)
Watchdog_close(watchdogHandle);
MAP_Interrupt_disableMaster();
NVIC->ICER[0] = 0xFFFF;
NVIC->ICPR[0] = 0xFFFF;
NVIC->ICER[1] = 0xFFFF;
NVIC->ICPR[1] = 0xFFFF;


To_bsl(0xFC48FFFF);

bsl使用的是官方432p4014bsl源码