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.

MSP-FET430UIF仿真出现错误



在用MSP-FET430UIF进行仿真时总提示一个错误:

  • shuangxi wu,

    这说明硬件连接有问题,有可能是JTAG电路有问题,供电有问题,也有可能是芯片损坏。

    请先检查供电,并参考下列连接检查硬件电路。

    http://processors.wiki.ti.com/index.php/JTAG_(MSP430)

    BR,

    Lina

  • 经过验证是IAR的版本与仿真器不兼容,更换了高的版本的IAR,问题得到解决,但是换到高的版本以后 执行 make 又出现了新的问题

    Error[e183]: Static overlay map generation (-xo) is not supported for the MSP430 processor.

  • 经过验证是IAR的版本与仿真器不兼容,更换了高的版本的IAR,问题得到解决,但是换到高的版本以后 执行 make 又出现了新的问题

    Error[e183]: Static overlay map generation (-xo) is not supported for the MSP430 processor.

  • shuangxi wu,

    解决方法如下:

    来源:http://www.anaren.com/air-wiki-zigbee/Known_bugs_and_workarounds

    Project may not build with latest IAR EW430 v5.52.1(minor)

    The AIR-ZNP projects for the MSP-430G2553 may not build properly in the latest version of IAR -- v5.52.1. This may in fact be an IAR bug. But it is easy to work around.

    You will see:

    Linking 
    Error[e183]: Static overlay map generation (-xo) is not supported for the MSP430 processor. 
    Error while running Linker 
    

    Workaround

    In IAR EW430, go to Project -> Options -> Category: Linker -> Tab: List. Uncheck the Static Overlay Map checkbox.

    BR,

    Lina

  • 学习,受用了。谢谢