This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Configure SPI comm. module in the new PSDK 1.0 ver

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.