Search found 6 matches
- Wed Jan 24, 2024 12:44 pm
- Forum: General Discussion
- Topic: RTOS of esp32
- Replies: 1
- Views: 698
RTOS of esp32
Hello everyone , 1.ESP32 MAC Address: Where is the MAC address of an ESP32 stored, and how can it be modified? 2.RTOS on ESP32: Where is the Real-Time Operating System (RTOS) saved on an ESP32, and how can one update it to a new version? If an ESP32 has an older version of the RTOS, how can the upda...
- Fri Jan 12, 2024 10:34 am
- Forum: General Discussion
- Topic: Dual core watchdog reset issue
- Replies: 6
- Views: 67867
Re: Dual core watchdog reset issue
Thanks for your valuable support ..
- Thu Jan 11, 2024 11:24 am
- Forum: General Discussion
- Topic: Dual core watchdog reset issue
- Replies: 6
- Views: 67867
Re: Dual core watchdog reset issue
sorry for west your time.
suggest how to do :
1. how to record reason or status of cpu.
2. How to restart after TWDT triggered , is it neccesry to restart ,is there any ohther way to reset the tiggre state .
suggest how to do :
1. how to record reason or status of cpu.
2. How to restart after TWDT triggered , is it neccesry to restart ,is there any ohther way to reset the tiggre state .
- Thu Jan 11, 2024 8:50 am
- Forum: General Discussion
- Topic: Dual core watchdog reset issue
- Replies: 6
- Views: 67867
Re: Dual core watchdog reset issue
i know that's not i good idea , but i want to do .....as i am asking .. could you please help .
i want to restart that thask on TWDT trigger .....
i want to restart that thask on TWDT trigger .....
- Wed Jan 10, 2024 12:43 pm
- Forum: General Discussion
- Topic: Dual core watchdog reset issue
- Replies: 6
- Views: 67867
Dual core watchdog reset issue
hello everyone , i just wnant to check the condtion . if core1 task is hang up due to some resone ...then it should restart the task of that core (core1). suggest tha canges in code . here watchdog is triggered but not restarting the core1 task . [/* Aim : to test two core working saparetly SPI ,UAR...
- Wed Jan 10, 2024 9:56 am
- Forum: General Discussion
- Topic: Esp32 Dual core funtionality
- Replies: 0
- Views: 25507
Esp32 Dual core funtionality
Hleeo everyone . i am working on project where i am using two core of esp . i want to know about how two core work (data sharing,SPI flash handeling ) betwwen to core . 1. i am wrintng flash on core 0 and reading from core 1 and send it on mqtt .i am worried bout if any condition bacom that time bot...