-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ISR not in IRAM #102
Comments
I think you may be using ESP8266 core 2.5.0 and in that build ISR’s now have to be located in IRAM, if so try downgrading your IDE to say 2.4.2 either that or add the IRAM prefix / macro to tell the compiler to place the ISR into IRAM. |
Not the IDE, but the ESP8266 toolchain i.e. ESP8266 Arduino core as per https://docs.thingpulse.com/guides/wifi-color-display-kit/#install-the-esp8266-toolchain. We will upgrade our code to be compatible with 2.5.x in the following weeks. |
youre right - now it works again thanks guys. |
There's one more solution, a more correct one. |
That is an issue with the touch library this app depends upon. Please leave a comment at PaulStoffregen/XPT2046_Touchscreen#24 (comment) asking the maintainer to please release the fix he committed to master back in June. |
Manually updated the https://github.com/PaulStoffregen/XPT2046_Touchscreen/ since it isn't updated from the Arduino IDE library manager. Seem to work fine now :-) |
See my previous comment. If enough people ask for a new release the maintainer may eventually create one. |
have problems with my
older version of weatherstation colour kit with wemos d1 mini 4M.
clean reinstall arduino ide, compiling and flashing (master, Latest commit 2133809 on 24 Feb) according step by step tutorial
the device is looping / restarting , serial monitor shows:
Connecting to WiFi home1/a1b2c3d4e5
.........Connected...Initializing touch screen...
ISR not in IRAM!
any idea how to get it working?
The text was updated successfully, but these errors were encountered: