Part Number:TDA3XEVM
Tool/software:TI-RTOS
Hi,
I am running GPIO interrupt for GPIO1 pin number 1 from core IPU1_1. I have utilised the same code as given in example. since this GPIO 1_IRQ_1 have default mapping i just omitted CSL_xbarIrqConfigure(IRQ_XBAR_CPU_ID,IRQ_XBAR_INST_NO,IRQ_XBAR_INDEX); and using the same interrupt number 51.
while compiling it is not giving any error. But while booting it is getting stopped at
Jumping to IPU1 CPU1 App
Jumping to IPU1 CPU0 App
After it is hanged.
I have parsed IPUI_1 in bootloader itself.
Kindly help me on the same.