Part Number: MSP432P401R
Other Parts Discussed in Thread: DAC161S055
Hello,
I want to transfer some data from RAM to one of the SPI interfaces, which is connected to a DAC.
The DAC expects 24 bits without de-asserting the CS line in between. Currently I generate the CS line manually with a GPIO pin.
To speed up the whole process, I want to use a DMA transfer. I have worked on the given SPI and DMA template but everytime I am getting nothing for running this exsmple. I expect that DMA should be triggered by SPI for every one byte and data should be shifted from one memory location to mentioned destination memoey location.
My question (before starting to dig into the DMA documentation in more depth):
- What is reason that I am getting nothing for output (I think spi is unable to trigger the DMA) ??
-As DAC does not have any memory resister , what can be destination memory address ?? (As data is always being stored in MSP432 but I am not understanding how to find that destination memory address)
Any hint and help is very welcome!