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.

MSP430FR2433: bootloader调试问题

Part Number: MSP430FR2433
Other Parts Discussed in Thread: MSP-EXP430FR2433, UNIFLASH, MSP-FET

你好,我们使用的FR2433 MCU芯片,根据<MSP430 Flash Devices Bootloader (BSL)>文档尝试进入2433芯片bootloader模式,但是目前并不生效。

我们根据下述文档说明

我们编写下述代码执行:

          __disable_interrupt(); // disable interrupts
              ((void ( * )())0x0C00)(); // jump to BSL

请帮助确认一下,谢谢。