Search found 4 matches
- Wed Feb 16, 2022 5:26 pm
- Forum: ESP-IDF
- Topic: Is it possible to disable "erase_flash" function?
- Replies: 1
- Views: 1456
Is it possible to disable "erase_flash" function?
Hi, Is it possible to disable "erase_flash" function? I'm using an ESP32-C3 board in an application that stores some log files in a data partition within its flash. Aside using flash encryption to avoid user access to flash content and signed images to avoid loading improper firmware, I'd like to pr...
- Fri Nov 05, 2021 8:55 pm
- Forum: ESP-IDF
- Topic: ESP32-C3 does not start with USB Serial console output enabled
- Replies: 4
- Views: 4781
Re: ESP32-C3 does not start with USB Serial console output enabled
Just for the record, I've applied the suggested diff patch and it worked. Thank you.
- Thu Nov 04, 2021 12:47 pm
- Forum: ESP-IDF
- Topic: ESP32-C3 does not start with USB Serial console output enabled
- Replies: 4
- Views: 4781
Re: ESP32-C3 does not start with USB Serial console output enabled
Hello, I'm glad this issue is being addressed. Fortunately I can wait. I'll keep up with master branch to test this fix as soon as it's available. Thank you very much.
- Wed Nov 03, 2021 3:08 pm
- Forum: ESP-IDF
- Topic: ESP32-C3 does not start with USB Serial console output enabled
- Replies: 4
- Views: 4781
ESP32-C3 does not start with USB Serial console output enabled
Hello, I'm working in an application in which I'd like to keep UART0 free to communicate with another device, so I don't want to print console output in this port. Also, I'd like to have console output for debuging purposes in USB Serial/JTAG Controller. However, when I enable the option "Channel fo...