Search found 5 matches
- Mon May 10, 2021 8:34 am
- Forum: ESP-IDF
- Topic: Stack overflow but uxTaskGetStackHighWaterMark much smaller
- Replies: 1
- Views: 4035
Stack overflow but uxTaskGetStackHighWaterMark much smaller
Hi, I am trying to reduce my stack utilization in a customer project right now. So far I have no stripped down code to share, but I am working on it. But the question might be answered without it. I have some code working in event loop. When I set the stack size to 6000 for each and check the waterm...
- Wed Jan 20, 2021 10:57 am
- Forum: Hardware
- Topic: ESP32 - I2S / I²S - Can I really use any pin?
- Replies: 2
- Views: 4330
Re: ESP32 - I2S / I²S - Can I really use any pin?
Anyone can refer to anythine or anyone?
- Fri Dec 18, 2020 8:07 pm
- Forum: Hardware
- Topic: ESP32 - I2S / I²S - Can I really use any pin?
- Replies: 2
- Views: 4330
ESP32 - I2S / I²S - Can I really use any pin?
Hello, I am trying to create a custom ESP32-wroom based PCB with an I²S microphone. As the PCB has more tasks to fulfill, the GPIOs are becoming rare. So I can not use any pin anymore. I read a lot in the [Technical Reference Manual][https://www.espressif.com/sites/default/files/documentation/esp32_...
- Tue Nov 24, 2020 10:37 am
- Forum: General Discussion
- Topic: Arduino SD_MMC example vs IDF SDMMC example (one works, one doesn't)
- Replies: 3
- Views: 7423
Re: Arduino SD_MMC example vs IDF SDMMC example (one works, one doesn't)
Hi Jeff, I hope you still read this, even though the post is 2 years old. I was happy reading the topic of this post, as I am facing the same issue. Arduino SDMMC example works perfect with 1 and 4 wires. But the esp-idf eample (lastes master branch from 2 days) fails with 4 wire. The one wire way s...
- Mon Jun 15, 2020 12:11 pm
- Forum: ESP-IDF
- Topic: esptool write_flash with encrypt option
- Replies: 6
- Views: 7240
Re: esptool write_flash with encrypt option
Any updates on the mentioned documentation?
I am looking this, as I think I can upload a encrypted FatFS but my command
[Codebox]esptool.py --chip esp32 --port /dev/ttyUSB0 write_flash -z 0x170000 build/fatfs_image.img --encrypt[/Codebox]
seems not to work. I can not mount the file system.
I am looking this, as I think I can upload a encrypted FatFS but my command
[Codebox]esptool.py --chip esp32 --port /dev/ttyUSB0 write_flash -z 0x170000 build/fatfs_image.img --encrypt[/Codebox]
seems not to work. I can not mount the file system.