I've been using MSP430's for about 10 years and I'm just starting with the TMS series. We have the DIM168 control card for evaluation and I want to connect up a parallel ADC. My sample rate will be ~3MSPS so I suspect I'll be using DMA transfer with the XINTF.
As I understand it the XINTF maps into 3 memory regions on the f28346. Does this mean that an entire region is consumed with my ADC or do I need to build in some address decoding logic to make the ADC map to one specific memory location?
Once again I'm new to this so please be gentle.