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.

MSP430F5324读不了0x10000之后的FLASH

地址2字节。没问题。图中截图
超过2字节,就没法读了。函数addr传入的值是0x143F0,看图中的paddr,地址不对了。读出来的字节也不对了

  • xuming sun,

    默认新建工程时,Data Model是small,这时候可以读写的Flash地址最大到0xFFFF,若想读写地址大于0xFFFF,需要更改Data Model为large,见下图所示:

    希望对你有帮助!O(∩_∩)O~