Other Parts Discussed in Thread: SYSCONFIG
Hi,
I am trying to modify program "fsi_loopback_interrupt_am263x-cc_r5fss0-0_nortos_ti-arm-clang" in the example section of the SDK 8.2.0.28 using the syscfg configuration tool. I try to map the FSI channel 0 to FSI channel 2 and connect the Tx/Rx channel 2 to the connector J6 of the 'AM263x Control Card Hardware User's Guide'. This works without problem. I can 'scope' the flush pattern for the FSI channel on the transmitter at the beginning. However I don't get any interrupts anymore ...
Using the program without any modification from the example folder works out of the box. I try to configure the interrupts for the FSI channel 2, however it is unclear to me what needs to be known. I do not understand the dependencies with respect to the interrupt crossbars and the FSI channel number...
Q: What do I need to configure on the INT XBAR TI driver section within the syscfg tool to make this work?
I did modify the function "fsi_loopback_main(NULL)" called by main to accomodate for channel 2 instead of 0 with respect to FSI. However the needed interrupt configuration for this modified example remains a mystery to me.
Markus