Tool/software: TI-RTOS
Hi,
We are designing a system based on the AM5728. We will be running Yocto Linux on the A15 and RTOS on the DSP's (and M4's).
We will be using all 4 spi ports to read in adc data continuously. We need to get this data into the DSP's for processing. Once processed we will be making the results available to the Linux core.
As this is a real time application, we need to get the SPI data into the DSP's directly. So my question is, is it possible to configure the DSP cores to have control over the SPI peripherals (and some GPIO and UART for that matter), and if so how to go about that?
Thanks