Hi.
The SW package TDA4_PSDKRA_RTOS(PSDK ver 1.0) for TDA4 is released by TI.
(PSDK ver 1.0, the Processor SDK Automotive 06.01.00 release for the J721E platform)
We was checking the basic functions in J721EXCP01EVM(Board).
I am starting to develope SPI function(based on TI-RTOS, MCUSS_DEMO) on MCU R5_0 core in new our board, which includes TDA4.
(Application location : system\PSDKRA_RTOS\mcusw\mcuss_demos\inter_core_comm\ipc_spi_master)
I have one question.
Basically, the default configuration is as MCU_MCSPI2(Master) module.
For changing the "MCU_MCSPI2(Master)" 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;
And then, I am trying to add the related PIN configuration(the related content is being in the other E2E question)
Despite above the configuration to operate MCU_MCSPI0(master) module,
MCU_MCSPI0(master) module is not operated (via Oscilloscope)
Do I need to change the additional configuration for operating the module well ?
Best regards,
Alex Jung