TomKatt
New member
Hello - long time Teensy user and forum lurker who just gained the confidence to post a question here ;-)
I am creating (yet another) oscilloscope vector display controller based upon the Teensy 3.6 using the onboard DACS to generate the XY vector signals. This requires that both DAC channels are updated simultaneously. I have been investigating the possibility of using DMA to offload some of the cpu burden, but it is unclear to me if DMA can be assigned to update both DAC channels at the same time. I have done quite a bit of Googling and forum searching, and while I have discovered several discussions on using DMA to update a single DAC channel, I do not believe that any of those discussions have targeted BOTH DAC's in a synchronized manner.
I apologize if I missed something in my searching and this has been addressed previously. Can anyone confirm this is possible, or would the DMA need to alternate between DAC channels (in which case DMA will not work for my issue).
Thanks very much in advance!
Tom
I am creating (yet another) oscilloscope vector display controller based upon the Teensy 3.6 using the onboard DACS to generate the XY vector signals. This requires that both DAC channels are updated simultaneously. I have been investigating the possibility of using DMA to offload some of the cpu burden, but it is unclear to me if DMA can be assigned to update both DAC channels at the same time. I have done quite a bit of Googling and forum searching, and while I have discovered several discussions on using DMA to update a single DAC channel, I do not believe that any of those discussions have targeted BOTH DAC's in a synchronized manner.
I apologize if I missed something in my searching and this has been addressed previously. Can anyone confirm this is possible, or would the DMA need to alternate between DAC channels (in which case DMA will not work for my issue).
Thanks very much in advance!
Tom