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.

MSP430_Bootloader

Other Parts Discussed in Thread: MSP430F47167

各位工程师:

你们好!

我用的片子是msp430F47167 ,现在需要做BootLoader,想请问一下MCU在Reset中断向量中跳转的地址为什么不直接是main,而是跳转到 _c_int00_noargs_noexit 中了,请问这是个什么地址?