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.

[参考译文] F28M35H52C:F28M35H52C Cortex M3中断优先级

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/567736/f28m35h52c-f28m35h52c-cortex-m3-interrupt-priority

器件型号:F28M35H52C
Thread 中讨论的其他器件:controlSUITE

我想将"CTOMIP1" 中断80、矢量96的中断优先级更改为 UART0中断5矢量21...

我在 controlSUITE 中找不到任何示例

在驱动程序库中、我尝试了以下代码、但未更改

IntPrioritySet (INT_CTOMPIC1、1);  
IntRegister (INT_CTOMPIC1、CtoMIP1IntHandler);
IntEnable (INT_CTOMPIC1);

有什么想法吗?

谢谢

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

    您好、Greg、

    这是一个已知问题。 如您所述、这些函数当前不支持矢量96以上的任何内容。 此主题中提供了更多详细信息:

    e2e.ti.com/.../559395

    惠特尼

x 出现错误。请重试或与管理员联系。