Search found 1 match

by mbruegel
Fri Dec 29, 2023 1:02 pm
Forum: ESP-IDF
Topic: ESP32 - S2 Micropython allocate internal ram
Replies: 0
Views: 6100

ESP32 - S2 Micropython allocate internal ram

We work on a project to untilize SPI2 in i8080 parallel mode. The objective is to develop a driver in Micropython. Basically we get it working by programming the internal registers and stream data out o SPI2. However, to get better performance, we would like to use DMA mode. This requires us to setu...