Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
Hello.
I need to save some informtaion to SD card after nmin interrupt happens on specific core (IPU-C0).
I understand how to route the interrupt to the specific core by using CTRL_CORE_NMI_DESTINATION_x.
How can I manage what exactly should be done when core recives the interrupt? Should I configure interrupt controller somehow?