Energia MSP432P401r的外部中断有几个?
我想用它做8路计数,可行不?
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.
手册里写道:
The Cortex-M4 processor on MSP432P401x MCUs implements an NVIC with 64 external interrupt lines
and 8 levels of priority. From an application perspective, the interrupt sources at the device level are
divided into two classes, the NMI and the User Interrupts. Internally, the CPU exception model handles the
various exceptions (internal and external events including CPU instruction, memory, and bus fault
conditions) in a fixed and configurable order of priority. For details on the handling of various exception
priorities (including CPU reset and fault models), see the ARM-V7M architecture reference manual at
另外这个帖子建议到MSP430区提问更合适。
ERIC