Other Parts Discussed in Thread: SYSCONFIG
I am trying to modify the gpio_input_interrupt example for the R5F0-0 core to work with MCU_GPIO0 pins and run it on the R5 core from the CCS debug session, but for now unsuccessfully.
Unfortunately, the SysConfig tool doesn't seem to allow routing MCU_GPIOMUX_INTROUTERS to the R5 core, as the only visible options for interrupt router output are MAIN_GPIOMUX_INTROUTERS. As a workaround, I copied files generated from the syscfg file and tried to modify the rmIrqReq.dst_host_irq parameter in the Sciclient_gpioIrqSet function manually, similarly to the FAQ tutorial for AM6442 (the difference is there is no board.c file, so I modified the generated ti_drivers_config.c), but this also doesn't work and results in a SCIClient error.
How can I solve this problem ?