Thank you very much for this!
I am able to confirm that this program works excellent with ESP-IDF 4.4 in order to take commands from the PC by means of Serial communication with the ESP32 board (in my case):
#include <stdio.h>
#include <string.h>
#include "esp_system.h"
#include "esp_console.h ...
Search found 3 matches
- Thu Sep 01, 2022 7:59 pm
- Forum: ESP-IDF
- Topic: scanf() don't work in idf monitor
- Replies: 7
- Views: 11208
- Wed Aug 31, 2022 12:07 pm
- Forum: General Discussion
- Topic: Need to disable TG1WDT_SYS_RESET
- Replies: 2
- Views: 3280
Re: Need to disable TG1WDT_SYS_RESET
Hey there, thanks for your reply!
If you're using esp-idf, you can disable the watchdogs in menuconfig.
I wasn't. I am now, found it along with quite a lot of other interesting options such as disabling protection for unmapped memory regions, thanks a lot for this!
ESP-IDF_bootloader ...
If you're using esp-idf, you can disable the watchdogs in menuconfig.
I wasn't. I am now, found it along with quite a lot of other interesting options such as disabling protection for unmapped memory regions, thanks a lot for this!
ESP-IDF_bootloader ...
- Tue Aug 30, 2022 10:20 pm
- Forum: General Discussion
- Topic: Need to disable TG1WDT_SYS_RESET
- Replies: 2
- Views: 3280
Need to disable TG1WDT_SYS_RESET
Hi there!
I am using an ESP32-D0WDQ6-V3 (revision 3) to do some very low level exploration on the board's instruction set, memory layout and other stuff. This is done for a specifically clear purpose to which this system might be an excellent candidate for.
Part of that process consists of hand ...
I am using an ESP32-D0WDQ6-V3 (revision 3) to do some very low level exploration on the board's instruction set, memory layout and other stuff. This is done for a specifically clear purpose to which this system might be an excellent candidate for.
Part of that process consists of hand ...