This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi
I am going through the datasheet of TMS320F28335 specifically looking for the drawing of the DMA BUS. I found the DMA bus description, and I am trying to determine if I can use the DMA Bus to read data from the GPIOs. I am trying to connect an External ADC that has Parallel Output. If its not possible, does anyone know of a microcontroller with complex math unit that can read GPIOs using the DMA bus?
thanks.
Marco,
See page 64 of the datasheet SPRS439m. It says for the DMA:
Data Sources/Destinations:
– L4–L7 16K × 16 SARAM
– All XINTF zones
– ADC Memory Bus mapped RESULT registers
– McBSP-A and McBSP-B transmit and receive buffers
– ePWM registers
So the DMA does not have access to the GPIO data registers. Why not interface your ADC on the XINTF?
Also, not sure what you mean by complex math unit. The F28335 has a floating point unit. There is no complex math accelerator in it.
Regards,
David