Search found 4 matches
- Fri Mar 31, 2023 7:17 pm
- Forum: ESP-IDF
- Topic: Restarting an I2S DMA read
- Replies: 2
- Views: 4552
Re: Restarting an I2S DMA read
I have a similar but not necessarily identical issue related to I2S. It seems that esp_restart does not truly reset the I2S DMA state machine. Occasionally, on power up, the I2S state machine does not start correctly and I have tried using esp_restart to reset the system and start over. However, it ...
- Fri Oct 02, 2020 10:38 pm
- Forum: Hardware
- Topic: ADC1: 6 channels or 8 channels
- Replies: 1
- Views: 2433
ADC1: 6 channels or 8 channels
Using ESP32 (not ESP32s) ADC1 is supposed to have 8 channels. ESP32 datasheet is very clear on 6 of the channels. However, I can not find the GPIO pins that connect to ADC1_CH1 and ADC1_CH2. Any help will be appreciated.
- Mon Apr 20, 2020 5:54 pm
- Forum: Hardware
- Topic: 16 MB Flash
- Replies: 2
- Views: 4542
Re: 16 MB Flash
Here is the old partition table for the 4 MB flash: # Name Type SubType Offset Size Flags nvs data nvs 0x9000 16k otadata data ota 0xd000 8k phy_init data phy 0xf000 4k factory app factory 0x10000 1280k ota_0 app ota_0 1280k ota_1 app ota_1 1280k coredump data coredump 64k reserved data 0xfe 128k a...
- Fri Apr 17, 2020 3:43 pm
- Forum: Hardware
- Topic: 16 MB Flash
- Replies: 2
- Views: 4542
16 MB Flash
I added bluetooth to my code which increased the size of the overall code to ~1.5MB. I need factory, ota_0 and ota_1. Luckily my ESP32 module has 16 MB of flash which we special ordered from Analog Lamb. Other than changing the partition table and setting the flash to 16 MB, what else do I need to d...