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 写超过0xffff地址内部FLASH问题

将Data Model设置成Large后,Main函数的地址被编译到0xffff以后了,程序无法执行

将Main函数定位在0x5c00,flash首地址也不行。用的是5438

子函数比较多,不知道怎么样才能让Main函数在0xffff以内,让程序跑起来