We have a requirement that we need to run Linux on Cortex A15 and TI RTOS on Cortex M4. The daughter board( microcontroller )
need to be connected via SPI from cortex M4(TI RTOS running here)
We have done the Pin configuration using PinMux tool and got the below generated files.
boardPadDelay.h
boardPadDelayDevice.c
boardPadDelayTune.h
boardPadDelayInit.c
genericFileFormatIOdelay.txt
genericFileFormatPadConf.txt
I have done the configuration in Linux in U-boot file mux_data.h by using above .txt files.
How to do the changes in TI RTOS running in Cortex M4. Is same generated files(.h and .c files) from Pin Mux tool be used here
or
only SPI peripheral configuration is enough and how to do the same.?
Example will be helpful.