Search found 4 matches

by biggerfish
Sat Jan 31, 2026 8:15 pm
Forum: ESP-IDF
Topic: ESP32-S3 SPI on custom GPIO pins
Replies: 0
Views: 480

ESP32-S3 SPI on custom GPIO pins

Hello,

I posted a similar question about a year ago. I am porting Arduino IDE code to ESP-IDF and cannot get SPI on ESP-IDF to work.

My code interfaces with a ADC that supports full duplex, SPI Mode 1 (TI AMC131M01).

I need to send the command 0x7880 followed by 0x0001. A dummy CRC is used to pad ...
by biggerfish
Wed Jan 08, 2025 6:07 pm
Forum: ESP-IDF
Topic: Issue getting ESP32 SPI to work (Arduino SPI works but not ESP-IDF)
Replies: 2
Views: 984

Re: Issue getting ESP32 SPI to work (Arduino SPI works but not ESP-IDF)

I have tried the following:
* Setting the CS pin manually and assigning devcfg.spics_io_num = -1;
* Setting the CS pin manually and assigning devcfg.spics_io_num = ADC_CS_PIN;
* Not setting the CS pin manually and assigning devcfg.spics_io_num = ADC_CS_PIN;

None of them work.
by biggerfish
Mon Jan 06, 2025 8:02 pm
Forum: ESP-IDF
Topic: ESP32-S3-WROOM-1 Custom SPI Pins
Replies: 1
Views: 1555

Re: ESP32-S3-WROOM-1 Custom SPI Pins

Were you able to resolve this issue? I am facing a very similar issue porting SPI code from Arduino to ESP-IDF.
by biggerfish
Mon Jan 06, 2025 7:26 pm
Forum: ESP-IDF
Topic: Issue getting ESP32 SPI to work (Arduino SPI works but not ESP-IDF)
Replies: 2
Views: 984

Issue getting ESP32 SPI to work (Arduino SPI works but not ESP-IDF)

Hello,

I am in the process of porting Arduino IDE code to ESP-IDF code and cannot get my SPI code to work. I am new to SPI, so I may be missing something. Any help would be very much appreciated as I have scoured the internet for the possible issue.

My code interfaces with a ADC that supports full ...

Go to advanced search