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.

MSP430FR5969 程序更新跑飞

Other Parts Discussed in Thread: MSP430FR5969

我现在用MSP430FR5969 做程序更新,引导程序经常出现可以正常下载,但一往下执行程序就跑飞,停在?cstart_begin:_Program_start的汇编代码处(如附件所示),但此现象有时候对工程Rebuilding All一下就不存在了,请问是什么问题,谢谢!

示()

  • Hi,

    如果是有时候出现有时候不出现,那你需要首先找到你出现和不出现时候的区别我们才好分析是什么问题。

    或者说你在跑我们demo时候有问题吗?

    Best regards

    Jacky

  • 不好意思,这几天出差,没有及时回复。

    我找了好几天了,也没有找到到出现和不出现问题的规律及区别,我找出之前的版本,也没有出现该问题,我现在仅仅在在之前的版本上增加了一段更新失败的提示,就一直不稳定了。

    我原来给程序更新分配的FRAM区间为0xF000~0x11000,后来发现以下提示后,修改其为0xEC00~0xFFFF,还是会出现问题。

    // Notes:
    //
    // * The segments CSTART, ISR_CODE, and DIFUNCT, as well as the segments in
    // the DATA16 and TLS16 segment groups must be placed in in the range
    // 0000-FFFD.