Search found 2 matches
- Sat Dec 10, 2022 3:43 pm
- Forum: ESP-IDF
- Topic: [RESOLVED] RTC GPIO handling in STUB fonction
- Replies: 3
- Views: 1591
Re: RTC GPIO handling in STUB fonction
Finally I found the solution : Using the GPIO function of this file : "esp32c3/rom/gpio.h"
- Sun Nov 20, 2022 4:01 pm
- Forum: ESP-IDF
- Topic: [RESOLVED] RTC GPIO handling in STUB fonction
- Replies: 3
- Views: 1591
[RESOLVED] RTC GPIO handling in STUB fonction
Hello, I want to manipulate (input, output) the RTC PINS of my ESP32C3 in the stub function. But I start to doubt the ability of the esp32c3 to do this.... Indeed, in a functional stub, I have tried the following approaches without success: Classic functions Example: gpio_set_level() but the esp lea...