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.

[参考译文] MSP430F67791:DLMS\COSEM。 恢复帧时出错。

Guru**** 2767435 points

Other Parts Discussed in Thread: MSP430F6736

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/706927/msp430f67791-dlms-cosem-error-while-restoring-frames

器件型号:MSP430F67791
主题中讨论的其他器件:MSP430F6736

大家好
我在单相仪 表 EVM430-F6736上工作 过、并将旧版本的库 dlms cosem 与固件 emeter-6736A.ewp 结合使用、但调用函数 process_rx_frame (& link [1]、& rx [1])时遇到问题; 当我编译 IAR 时 、程序将自动执行、而无需点击运行按钮、并且随着它的运行、它将进入一个无限循环。 是否有解决方案来解决该问题。  

谢谢你

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    您好、Selmani、

    在您的 IAR 项目选项中的"Debugger">"Setup"下、是否选中了"Run to main"? 否则、代码将自动开始运行、而无需单击运行按钮。

    此致、

    James

    MSP 客户应用
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    地狱詹姆斯

    我已经解决了这个问题,主要原因是代码的大小超过了 RAM MSP430F6736的大小,该代码合并了两个协议(DLMS_COSEM 和 DLT645)。 我删除了 DLt645、以最大限度减小尺寸。 感谢您的回复 James