Due to MCU msp430G2xxx has limit internal Flash storage size,
and I have 50 image of coefficient for AIC3254, it will cost large memory needs,
Therefore, I think I need external storage for the instruction of AIC3254.
The basic method is read data from external Flash back to MCU,
and then transfer data to AIC3254 from MCU.
But I think it will consume MCU too many computing power.
Is possible like DMA method, MCU send address to external Flash, and external Flash send out data to AIC3254?
But how to do it?
Any sample code and circuit for it?
Thanks in advance.