Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
I'm running Linux on the main Cortex A15 cores and using SYS/BIOS on IPU0 (Cortex-M4). I am wondering if it is possible to write my own custom code to handle interrupts on the IPU side and avoid having Linux handle them. For example, I might want my own custom UART driver (that is, not using the TI UART driver from the PDK) that has its own custom interrupt handling routines. My questions boil down to:
- How do I configure the processor and/or OS to ensure that only the IPU will handle certain interrupts?
- Are there any existing examples of how to do this?