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.
工具/软件:Code Composer Studio
大家好、我目前正在使用 MSP432P401R。 我对中断优先级有疑问。 如何为同一端口的不同引脚设置不同的优先级、例如 Port1。 我尝试了很多,但没有找到任何东西。
NVIC -> setpriority (Port1_IRQn、7)该语句设置整个 Port1的优先级。 我想为 P1.1和 P1.4设置不同的优先级。
感谢你的帮助。