Hi expert,
reading through TRM Table 41-5. NVIC Interrupt Mapping, I did not find an external interrupt.
But my customer did need such function to their system.
could you kindly point out whether we can add one using software or not?
BR
Emma
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.
Hi expert,
reading through TRM Table 41-5. NVIC Interrupt Mapping, I did not find an external interrupt.
But my customer did need such function to their system.
could you kindly point out whether we can add one using software or not?
BR
Emma
Hi Emma,
Since M4 is part of connectivity manager subsystem which is mainly used for communication, general external interrupt is not available for M4. You could use external interrupt on CPU1 (C28x) and then have CPU1 ISR generate IPC interrupt to M4 based on that.
Regards,
Vivek Singh
Vivek,
Thanks for your reply. my customer just did as this, however,the speed is below customer's requirement.
As mentioned in this thread:

could you kindly tell me whether we can do some changes and change a reserved ISR to external ISR in M4 core.
BR
Emma
Hi Emma,
That is a design change and right now we do not have a plan for new revision of this device. The post you mention is for data transfer where as here we are talking about external interrupt. CM has communication module which can be used to receive the data directly from external host. Right ?
Regards,
Vivek Singh