"To understand how the DMA works, you really need to carefully study the reference manual about the USB hardware, particularly the device-mode QH and qTD structures. Reading the USB 2.0 spec and EHCI spec also helps, but to be realistic, those are very long and EHCI is quite complicated. It's the sort of learning curve you could expect to measure in years, not days or weeks."

😨😬

https://forum.pjrc.com/index.php?threads/teensy-4-1-usb-serial-with-dma.66740/#post-274794

#Teensy #Teensy4 #IMXRT1062 #NXP #atomicSynchronator

[Teensy 4.1]: USB Serial with DMA ?

Hello everyone, I want to send data received from SPI over the USB Serial to the PC. Due to speed requirements I have to use DMA. I took a look into the usb_serial.c but could not find any DMA capability here. It is possible to redirect the data from the Rx FiFo of the SPI to the USB Serial...

Teensy Forum