Search found 5 matches

by fahrettinaslan
Mon Dec 12, 2022 10:46 am
Forum: General Discussion
Topic: Using SPI pins as GPIO on ESP32-S3FN8 Chip.
Replies: 5
Views: 2647

Re: Using SPI pins as GPIO on ESP32-S3FN8 Chip.

thanks @ESP_Sprite it was very helpful.
by fahrettinaslan
Thu Dec 08, 2022 7:09 am
Forum: General Discussion
Topic: Using SPI pins as GPIO on ESP32-S3FN8 Chip.
Replies: 5
Views: 2647

Re: Using SPI pins as GPIO on ESP32-S3FN8 Chip.

An addition. I want to use Shift Register or Sensor on these pins. Can I use these pins in SPI Mode for read Shift Register or Sensor.
by fahrettinaslan
Thu Dec 08, 2022 6:47 am
Forum: General Discussion
Topic: Using SPI pins as GPIO on ESP32-S3FN8 Chip.
Replies: 5
Views: 2647

Re: Using SPI pins as GPIO on ESP32-S3FN8 Chip.

Firstly, thanks your reply. Does the same apply to using the SPI feature ? If the internal flash and external flash are connected to the same pins and there isn't any external flash on my system, Not recommended use GPIO and SPI mode theese pins Is it true ? - Should I use theese pins only when ther...
by fahrettinaslan
Wed Dec 07, 2022 9:42 pm
Forum: General Discussion
Topic: Using SPI pins as GPIO on ESP32-S3FN8 Chip.
Replies: 5
Views: 2647

Using SPI pins as GPIO on ESP32-S3FN8 Chip.

Hi, I'm working on a project using of only ESP32-S3FN8 chip. The Chip hasn't external flash memory. -I want to use Pin32~Pin35 (SPICS0,SPICLK,SPIQ,SPID) pins as GPIO but I didn't it. This way not recommended on documents but I need to use it like this. -I tried change pin function for each pins via ...
by fahrettinaslan
Wed Apr 06, 2022 1:29 pm
Forum: ESP-IDF
Topic: ESP32-C3 Unresolved inclusions, Solved OpenOcd Problem
Replies: 2
Views: 6416

Re: ESP32-C3 Unresolved inclusions, Solved OpenOcd Problem

Hi,

Did you solve it ?
If you solved it, I will be glad if you write how you solved it.