Guru meditation errors

I'm a beginner in the Arduino world and other microcontrollers, so excuse my ignorance, but what is this IRAM_ATTR?

A simple internet search on the words IRAM_ATTR would have answered this question already but...

From https://www.esp32.com/viewtopic.php?t=4978

Thanks for the answers!

I put the IRAM_ATTR in the callback function, but when compiling I get the error

"callback was not declared in this scope"

When I remove the IRAM_ATTR from the function, it is compiled.

Do you know what they could be?

Thanks!

The code that makes the problem?

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.