Other Parts Discussed in Thread: MSPM0G3507, AMC131M03, SYSCONFIG
Tool/software:
Hi,
Shortly about the setup: MSPM0G3507 launchpad connected with wires to AMC131M03 EVM, the code is based on the TI examples and is using the driver lib. everything wired correctly since we can successfully communicate and configure the AMC over SPI when we use the driverlib.
We are trying to read data from an AMC131M03 over SPI with DMA, this seems to not work because the DMA transfer doesn't start even when I try to use the DL_DMA_startTransfer function. An adjacent problem which is the reason we try to use DMA in the first place is that when we use the driverlib to do SPI transfers then we get severely reduced amount of samples through ( 160SPS or so). We have the AMC configured for 4kSPS yet whenever we do something with the MCU core the amount of Data ready we get from the AMC reduces noticably.
Advice on both problems are greatly appreciated
We configure the DMA like so: and I attached the sysconfig file as well.