Part Number: TMDSEVM5517
Hello again, E2E.
I'm trying to get the McSPI module running on the evaluation board for the C5517.
Failing to get my own code to trigger the module, I downloaded the CSL examples and have imported the Master DMA example (c55_lp\c55_csl_3.08\ccs_v6.x_examples\mcspi\CSL_McSPI_MasterDma_Example).
The pins are not doing anything when I run the code. I have switched the EBSR to set SP1MODE to GPIO and tried flipping around the pins multiplexed with CLK, CS0 and MOSI, and verified that I am in fact checking the correct hardware pins. But the McSPI code doesn't actually seem to be doing anything on the pins, even though the DMA runs and increments addresses, and the McSPI module transitions the STATL EOT bit to Complete when the code has run.
I see nothing on the pins with a logic analyzer, apart from a CS0 transition from high to low when I set the MODULCTRLL MS bit from slave to master.
Any ideas on what could be wrong?
Best regards