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.

[参考译文] TMS570LC4357:TMS570LC43 SCI 中断- Halcogen API 修改

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1038916/tms570lc4357-tms570lc43-sci-interrupt---halcogen-api-modification

器件型号:TMS570LC4357
主题中讨论的其他器件:HALCOGEN

您好!

我们能否修改 Halcogen 生成的 SciReceive() API

电阻器。 例如,我是否可以添加附加条件以获得 scinoint化()?

谢谢、此致、

Anil

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

    尊敬的 Anil:

    TMS570上的 SCI 模块支持7个中断:

    1. 发送中断
    2. 接收中断
    3. 唤醒中断
    4. 奇偶校验错误(PE)
    5. 帧错误(FE)
    6. 中断检测错误(BRKDT)
    7. 溢出错误(OE)

    SCI 中断 ISR 包含这7个中断的选项。 您可以对错误中断等使用不同的通知 但我建议您修改 sciNotification(),而不是 sciReceive()或 SCI 中断 ISR。