Search found 2 matches

by ryancog
Fri Sep 26, 2025 6:06 pm
Forum: Hardware
Topic: ESP32-S3 GP-SPI2 (FSPI) DMA Configurable Segmented Transfer
Replies: 2
Views: 1295

Re: ESP32-S3 GP-SPI2 (FSPI) DMA Configurable Segmented Transfer


In segmented transfer, for each actual SPI transaction, you need two buffers (and as such 2 or more descriptors): the second one is your actual data, like you have, but the first one needs to be the special CONF buffer type.


I see. I did read that in the TRM. I thought I had set it up, but to ...
by ryancog
Tue Sep 23, 2025 1:46 am
Forum: Hardware
Topic: ESP32-S3 GP-SPI2 (FSPI) DMA Configurable Segmented Transfer
Replies: 2
Views: 1295

ESP32-S3 GP-SPI2 (FSPI) DMA Configurable Segmented Transfer

Hello,

I've something of an X/Y problem, but I'll explain the Y first (as it's the title of this post and a matter of curiosity at this point, at the very least), and follow up with the X.

The Title (Y) Problem

I'm trying to set up the SPI peripheral with the configurable segmented transfer (in ...

Go to advanced search