Hi,
I am operating IPC SPI Master application in MCU SW, which was released for the new PSDK 1.0 version.
I have one question.
Basically, the default configuration is as MCU_MCSPI2(Master) module.
For changing the module to MCU_MCSPI0(master), I need to change the configuration for the Pin, module etc.
And then, first of all, I change the HW Unit ID, IpcSpiMasterApp_Isr ......
from ".hwUnitId = SPI_UNIT_MCU_MCSPI2," to ".hwUnitId = SPI_UNIT_MCU_MCSPI0". for SPI communication.
from IpcSpiMasterApp_Isr = Spi_IrqUnitMcuMcspi2TxRx; to IpcSpiMasterApp_Isr = Spi_IrqUnitMcuMcspi0TxRx;
Actually, I can't find the pin configuration. Let me know how to configure the pin.
Including this configuration, do I need to configure any things ?
Regards,
Alex Jung.