Tool/software:
SDK version: 9.02.00.05
As part of CddIpc integration I already generate CddIpc code an included on my project, however, I am trying to figure out how to set/map ISR to receive notification callback. According with documentation we could have 1 interrupt for each remote core. But I didn't find any reference about how to connect my CddIpc channels to a specific ISR
From configuration perspective I already identify Category 2 ISR is set.
I saw it is mandatory to configure it as CDD_IPC_ISR_CAT2, but not sure what configurations are needed on OS side.
Please find my questions below:
- How can know what ISR do I need to configure depending on my SoC variant, I read example application could contain this information, but I was not able to find it?
- Is there any naming convention for ISR that needs to match in order to be recognized by CddIpc?
- In general, which is the implementation flow for CddIpc ISR?
Please let me know if any clarification is required
Thanks!