I am close, but I get this error now:ESP_igrr wrote: ↑Sun Jan 13, 2019 11:35 pmYou can also move any other function you call from your ISR to IRAM, such as gpio_set_level. To do this you can add a linker script fragment to your component
(https://docs.espressif.com/projects/esp ... ation.html).
Example linker.lf:
(And then also COMPONENT_ADD_LDFRAGMENTS += linker.lf in your component.mk)Code: Select all
[mapping] archive: libdriver.a entries: driver:gpio_set_level (noflash)
ERROR: Duplicate definition of fragment 'libdriver_a' found in C:/tools/esp-idf/
components/app_trace/linker.lf
Jim