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.

[参考译文] TMS570LS3137:Mibspi 在 TMS570ls3137上不能正常工作

Guru**** 2394305 points
Other Parts Discussed in Thread: TMS570LS3137, RM46L852

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1307192/tms570ls3137-mibspi-does-not-worked-properly-on-tms570ls3137

器件型号:TMS570LS3137
主题中讨论的其他器件: RM46L852

大家好!

我正在参与一个项目、其中我必须使用 mibspi 在 TMS570上进行通信。 我为 mibspi 模块开发了源文件和头文件、并在 TMS570ls3137和 RM46l852开发板上尝试了这些文件。 同样的软件可以在 RM46上运行、但 TMS570未成功。 我搜索了这个问题、但 ı 没有注意到我的配置有任何问题。 问题来自哪里、会是什么?

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

    尊敬的 Furkan:

    两个器件之间存在端字节序差异。

    RM48是小端字节序。

    TMS570LS3137是一个大端字节序。  

    这 肯定会影响软件的运行、因此请确保代码中的类型铸件。

    --
    谢谢。此致、
    Jagadish。