RTOS of esp32

Mohit.Nama
Posts: 6
Joined: Wed Jan 10, 2024 8:12 am

RTOS of esp32

Postby Mohit.Nama » Wed Jan 24, 2024 12:44 pm

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 updated RTOS be obtained and installed on the device?

MicroController
Posts: 1705
Joined: Mon Oct 17, 2022 7:38 pm
Location: Europe, Germany

Re: RTOS of esp32

Postby MicroController » Wed Jan 24, 2024 7:22 pm

1. https://lastminuteengineers.com/esp32-m ... -tutorial/

2. The OS and the application are compiled, built and statically linked together, resulting in one binary which contains all OS and non-OS code as a single program/library. You cannot update/replace FreeRTOS on an ESP without also rebuilding and replacing the application.

Who is online

Users browsing this forum: Google [Bot] and 114 guests