-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32S2: dma_mem2mem
support
#2313
Comments
Looks like the PAC is missing the registers for Copy DMA. It's also missing the registers for AES/SHA/ADC DMA. It's also worth noting that AES/SHA (Crypto DMA), SPI2 and I2S can also be used for memcpy operations. |
Not everything needs to be erased, and I think we can even transform channels into diferent types for m2m if we want to. Don't worry about this part. There is some investigation going on internally whether ESP32 peripheral DMAs support m2m as they do on the S2. Probably not, but it's not obvious at this point I think. |
Unassigned myself, not sure I'm too keen on learning how to update the PACs right now. |
Issue created from #1524
The text was updated successfully, but these errors were encountered: