How to change kconfig parameters for ESP32 (IRAM) #1644
-
Guys, I have a problem, I need to put a timer routine in IRAM and to do this I need to change the following parameters in sdkconfig: How can I do this? And how can I check that the routines I need are being loaded into IRAM? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I think these are ESP32 questions and not Sloeber questions. |
Beta Was this translation helpful? Give feedback.
-
Problem solved, I used direct calls to gpio.c functions as advised by @igrr in this issue: |
Beta Was this translation helpful? Give feedback.
Problem solved, I used direct calls to gpio.c functions as advised by @igrr in this issue:
espressif/esp-idf#2408