Hi everybody,
I am trying to get clarity on the possibility of only using the DMA to receive data on SPI-A (eusciA) and transmit it on SPI-B(eusciB) without the need of storing the data on the msp430.
My objective is to write a "re-flash" procedure for another SoC in my system. The basic idea is to re-flash the boot flash of the SoC via SPI once the msp430 does not receive a "proper" heartbeat anymore. Such an image is stored on another flash attached to a separate SPI connection of the msp430. Basically, I want to bridge SPI-to-SPI via DMA.
I couldn't find any information in the datasheet if such an SPI-to-SPI bridge is possible through DMA.
I would appreciate it if anyone who knows could advice,
Thanks,
fhof