Replies: 1 comment 1 reply
-
I haven't studied the xtensa arch, but I gather that executable code is run from |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I notice that if I put the
@micropython.native
decorator on my code, I sometimes get axtensa bccz out of range
error.It seems to only happen if the decorated function gets too long.
I haven't noticed the code failing in any way, so am unsure if this is something that I need to worry about (although it sounds bad)
Beta Was this translation helpful? Give feedback.
All reactions