Part Number: TMS320F28388D
Greetings,
Am going through the tutorial on the FSI for dual CPU. It has this instruction:
// Assign ownership of FSIRxB, FSIRxC, FSIRxD modules to CPU2.
// FSIRxB - instance 18; FSIRxC - instance 19; FSIRxD - instance 20
//
SysCtl_selectCPUForPeripheral(SYSCTL_CPUSEL16_FSI, 18, SYSCTL_CPUSEL_CPU2);
This is supposed to set one of the FSU's to CPU2. The comment says that the "18" in the code defines the "instance" of said peripheral. However, I can nopt find any documentation that would help me to understand why this is.
Ultimately, I want to assign an SCI peripheral to CPU 2. How can that be done using the "SysCtl_selectCPUForPeripheral" routine and how do I know what "instance" I would use???
Thanks,
David