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.

MSPM0G3507: 中断向量偏移该如何设置

Part Number: MSPM0G3507

我要做升级功能,boot+APP模式。如果我想设置MCU的中断向量SCB->VTOR为10K地址,如果按照M0的资料(参考下图),应该是SCB->VTOR=0X2800<<7。但实际上我直接写SCB->VTOR=0X2800运行正常。这是为何?