-
Notifications
You must be signed in to change notification settings - Fork 302
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
BL602: latest release 1.18.24 not starting #1523
Comments
So this commit must be at fault: |
Maybe stack size is the issue. |
I see the same issue, removing command line in safe mode makes it work back. |
Can you check is it a stack size issue? |
Temporary fix (revert to single line execution): |
with 1.18.24 on BL602 mine stops here
this is with loop code
|
I wonder if the new SDK does the same thing |
Traced crash to realloc call on g_scrBuffer, seems like that does not work with null pointer (or at all?) on bl602 |
or should it be defined to pvPortRealloc |
Build 1.18.24 not starting, Build 1.18.23 working fine.
Firmware:
{ "vendor": "Tuya", "bDetailed": "0", "name": "Full Device Name Here", "model": "enter short model name here", "chip": "BL602", "board": "TODO", "flags": "1074266116", "keywords": [ "TODO", "TODO", "TODO" ], "pins": { "12": "DS1820_IO;0", "14": "Rel;49", "17": "WifiLED_n;46", "21": "Btn_Tgl_All;49" }, "command": "backlog startDriver DS1820;", "image": "https://obrazki.elektroda.pl/YOUR_IMAGE.jpg", "wiki": "https://www.elektroda.com/rtvforum/topic_YOUR_TOPIC.html" }
To Reproduce
Steps to reproduce the behavior:
error.log.txt
The text was updated successfully, but these errors were encountered: