Search found 1 match
- Sun Aug 17, 2025 4:38 pm
- Forum: General Discussion
- Topic: Esp32 bare metal programming for custom functions and libraries using register addresses
- Replies: 0
- Views: 73
Esp32 bare metal programming for custom functions and libraries using register addresses
Hello, Can someone please help me with bare metal programming an esp32. I'm working on developing my own delay function. The agenda is not to use the freeRTOs or the commands generally used from esp-idf. I'm trying to write the commands directly into the registers than to use the arduino framework ...