程序运行的起始位置是否不能大于0xFFFF
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.
MSP430FR6047将矢量表放在0FFFFh到0FF80h的地址范围内。加电起始地址或复位矢量位于0FFFFh至0FFFEh。它包含指向应用程序起始地址的16位地址。
所以,是的,由于向量表的限制,程序的起始位置不能大于16位。