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.

MCU-PLUS-SDK-AM263PX: Configuring MCSPI modules with different transfer modes with DMA

Part Number: MCU-PLUS-SDK-AM263PX
Other Parts Discussed in Thread: SYSCONFIG

I am porting a project from AM263x to AM263Px.

My project AM263Px includes the PMIC TI Driver.

I noticed if I include a second MCSPI module with Transfer mode = "DMA Mode", I see errors on the Console:

  [Cortex_R5_0] ERROR: Drivers_mcspiOpen:169: MCSPI open failed for instance 1 !!!
  ERROR: Board_pmicOpen:96: PMIC open failed for instance 0 !!!

I noticed that there are multiple calls to Drivers_mcspiOpen() in the SysConfig generated code, 

However, if I switch the second MCSPI module to Transfer mode = "Polled Mode", the errors are not printed in the Debug Log.

What is the cause of this error?

Screen captures of SysConfig follow: