Part Number: TDA2SX
Other Parts Discussed in Thread: TDA2
HI this customer is very important for us, could help on this question?
(Based on the(PROCESSOR_SDK_RADAR_03_08_00_00)framework)
I initialized McSPI in the IPU1_0 kernel, I use the API in the file utils_mcspi.c, and it worked properly.When I calling the same code on IPU1_1, code compilation passed normally, but there was an exception during startup, The code startup phase stops after the log “Putting MPU in Retention...” 。
I tried the following modifications
(1)add utils_mcspi.c \ into SRCS_ipu1_1 in file vision_sdk\links_fw\src\rtos\utils_common\src\SRC_FILES.MK
(2)add ipu1_1 into bsp_mcspi_default_SOCLIST in file ti_components\drivers\pdk_01_10_04_05\packages\ti\drv\bsp_lld\mcspi\bsp_mcspi_component.mk
But neither operation works.
So how can I use McSPI in the IPU1_1 kernel? Could you please give me some guidance and suggestions. Thank you.

