Search found 5 matches
- Fri Mar 18, 2022 11:52 am
- Forum: ESP-IDF
- Topic: DFU SPIFFS issue
- Replies: 2
- Views: 2494
Re: DFU SPIFFS issue
Hi, I have the exact same issue. My flash command looks like this: --flash_mode dio --flash_freq 80m --flash_size 4MB 0x1000 bootloader/bootloader.bin 0x20000 myfw.bin 0x8000 partition_table/partition-table.bin 0xf000 ota_data_initial.bin 0x220000 config.bin partition.csv # ESP-IDF Partition Table #...
- Thu Jun 17, 2021 5:06 pm
- Forum: ESP-IDF
- Topic: ESP32-S2 ROM USB - Custom PID / manufacturer string
- Replies: 3
- Views: 3013
Re: ESP32-S2 ROM USB - Custom PID / manufacturer string
Ok, thank you for the info
- Wed Jun 16, 2021 3:39 pm
- Forum: ESP-IDF
- Topic: ESP32-S2 ROM USB - Custom PID / manufacturer string
- Replies: 3
- Views: 3013
ESP32-S2 ROM USB - Custom PID / manufacturer string
Hi,
is there a way to customisze the USB PID / Manufacturer string etc. when using the USB OTG Console as described here https://docs.espressif.com/projects/esp ... nsole.html
is there a way to customisze the USB PID / Manufacturer string etc. when using the USB OTG Console as described here https://docs.espressif.com/projects/esp ... nsole.html
- Tue May 11, 2021 12:51 pm
- Forum: ESP-IDF
- Topic: IDF Roadmap
- Replies: 1
- Views: 1935
IDF Roadmap
Hi,
is there an official roadmap for the development of the Espressif IDF somewhere?
I'm especially interested in the USB support for the ESP-S2.
The current IDF v4. 3-beta3 seems to only support the CDC device class.
Do you know when further device types like mass storage devices will be supported?
is there an official roadmap for the development of the Espressif IDF somewhere?
I'm especially interested in the USB support for the ESP-S2.
The current IDF v4. 3-beta3 seems to only support the CDC device class.
Do you know when further device types like mass storage devices will be supported?
- Wed Apr 07, 2021 4:00 pm
- Forum: Hardware
- Topic: Configure PSRAM CE Pin
- Replies: 0
- Views: 1529
Configure PSRAM CE Pin
Hello, I want to use PIN 29 (SPICS1/GPIO26) as a digital input pin. The chip I'm using is a ESP32-S2 (WROOM Module). According to the datasheet this pin is used as CE# for the internal PSRAM on the ESP32-S2FN4R2 variant and it is therefor not recommended for other uses. However, we are using the ESP...