Tool/software: TI-RTOS
I'm using the TI_AM572XEVM_REV_A3a. I created a project from pdk_am57xx_1_0_13 based on (MCSPI_BasicExample_idkAM572x_c66xExampleProject). I modified the cfg file to support the
Board.Settings.boardName = "evmAM572x";
I also removed all the GPIO references to get the code to build.
It looks like this example uses SPI3, but I don't know what IOSET the evmAM572x is using for SPI3 by default. Ideally I'd like to debug the pins coming off the header pins like on P18 for IOSET2.
Looking in the following directory ~/ti/pdk_am57xx_1_0_13/packages/ti/board/src/evmAM572x, I didn't see the SPI configurations specified in the evmAM572x_SR2.0.pinmux file.
Do I need to create new pinmux files to support using SPI? If so, can you please point me to the documentation for where to add the generated pinmux files?
I did generate the files (boardPadDelay.h, boardPadDelayDevice.c, boardPadDelayInit.c, boardPadDelayTune.h) and copy them into my project, but haven't gotten the SPI to initialize.