Notable changes from V19 and V22? #13738
Replies: 4 comments 2 replies
-
@Tangerino If you have the .elf or .map file you can decode the backtrace in a few different ways. Are you using an official binary from micropython.org (we provide both .elf and .map files for each build) or one you built yourself? |
Beta Was this translation helpful? Give feedback.
-
I tried also 1.23.0-preview, the panic also happen. |
Beta Was this translation helpful? Give feedback.
-
Just to be 200% sure, here is the device running for while in V1.19 And here I downloaded the official V1.22.2 and in few seconds I got
|
Beta Was this translation helpful? Give feedback.
-
Closing this -- see ongoing discussion in #14005 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been using MP since V18 with a 6K (full async, no threads) lines of code using:
I decided to update the current V19 to V1.22.2 and the code just 'freeze' for few seconds and come back in an erratic way that I can't explain.
The same code runs well in production.
Is there any important changes that I've missed on the MP libraries usage?
Is anyone getting the same behavior?
Sometime I miss some application notes which is much more than sample simple code.
I left the device running for hours and I just got a panic message but I'm not able to decode it such as:
Any help would be very appreciated.
Beta Was this translation helpful? Give feedback.
All reactions