Replies: 1 comment 2 replies
-
iram1_0_seg has a size of 32k. It holds static data and time critical code executed from RAM, like Interrupt service. I do not know what's in your library that will be placed there. Maybe viper or native code. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I try to include my library as frozen code in a micropyton image. So far this worked OK for rp2040 and esp32. With esp8266 I followed https://github.com/micropython/micropython/tree/master/ports/esp8266 but ran into:
How can I solve this?
Beta Was this translation helpful? Give feedback.
All reactions