Hi all.
I am looking to use an SPI bus to sample a 24-bit, 100+kSPS ADC and make use of the CLA in the 28035 to process the data. From there I want to save processed data to external Flash as well as output the data to an I2S DAC.
Looking at the block diagram of the 28035 I don't see a direct connection between SPI buffer and the CLA module. Instead I would have to take the SPI buffer (which I assume is the 16-bit peripheral bus???) then load it into the 32-bit peripheral bus (CLA accessible) and then load it into the CLA module.
Is this the correct process? Is there a better way to do it?
Is there any code examples of this process?
I am using the experimenters kit and have compiled and debugged through the spi_loopback and ClaAdcFirFlash examples, and have read through the CLA guide (SPRUGE6B).
Thanks in advance.
