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.

[参考译文] TMS570LS3134:TMS570LS3137替代产品

Guru**** 1144270 points
Other Parts Discussed in Thread: TMS570LS3137, TMS570LS3134, RM48L540
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1134769/tms570ls3134-tms570ls3137-replacement

器件型号:TMS570LS3134
主题中讨论的其它部件:TMS570LS3137RM48L540

您好!

我想将 TMS570LS3137替换为同一系列的另一个芯片、因为它没有库存。

我找到了 TMS570LS3134、但我不知道我的3137 C 代码是否可以在3134上运行。 我知道它们之间的唯一区别是帧中继和以太网控制器(我不使用 ETH 或 FR)。 那么、我可以实现 TMS570LS3134吗?

只需确定、我使用 Blackhawk XDS100V2作为编程器来刷写3137芯片。 我也可以使用它来刷写3134吗?

此致、

莱安德罗

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

    我发现 RM48L540也能够替代 TMS570。 但是、我可以看到 DMA 模块的不同之处:

    TMS570指定 '16通道和32控制数据包'、但 RM48指定'16通道和32个外设请求'。 这些功能是否相同?

    谢谢、此致、

    莱安德罗

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    [引用 userid="430073" URL"~/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1134769/tms570ls3134-tms570ls3137-replacement "]我能否实现 TMS570LS3134?[/quot]

    是的、它们兼容。 LS3137和 LS3134之间的唯一区别是 LS3134没有 EMAC 和 Flexray。

    [引用 userid="430073" URL"~/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1134769/tms570ls3134-tms570ls3137-replacement/4211379 #4211379"] RM48L540也可以替换 TMS570。

    RM48Lx 是一种小端字节序器件、但 TMS570LSx 是一种大端字节序器件。 您的软件代码需要进行相应修改。

    DMA 控制器 ob RM48Lx 和 TMS570LS31x 具有16个通道、32个外设请求、而不是32个控制数据包。

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

    QJ、Wang、您好

    感谢您的回答。 我知道、所以我必须在 CSS 常规中修改字节序器件、并且代码也要使用 RM48Lx 函数库吗?

    此致、

    莱安德罗

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

    是的、您回答正确。