v2.04 Causes Resets #6354
Replies: 1 comment
-
Posted at 2019-12-08 by @MaBecker Hi, if you like you can check if this commit is the issue espruino/Espruino@738a9a9#diff-02f0b547c2779d25cff89672135f20e3 Posted at 2019-12-08 by @MaBecker Have you called Latest build of Espruino works stable for me.
Edit: Including Posted at 2019-12-10 by hungryforcodes OK good! Thanks for checking that! It might be I just have a board with flakey flash. "storage.compact()" is also not working on it -- triggers a wdt reset -- so that points to flash as well. I'll try a couple of other boards and see what happens. Cheers, Posted at 2019-12-10 by @MaBecker Maybe switch from qio to dio when flashing. Posted at 2019-12-17 by hungryforcodes Yeah I got this working finally, so that's good. I've always used qio and dio interchangeably, but on this board dio worked finally. Anyways thanks again! :) Posted at 2020-02-08 by opichals Hey @MaBecker!
Using
Using Any idea? Posted at 2020-02-08 by @MaBecker Hi, what’s the flash_id and chip_id of your board? Posted at 2020-02-08 by opichals I just tried another one marked 'AI Thinker' and that seems to work ok.
This is a 'doit esp8266' board which is giving me trouble (tried 2v00, 2v04 and now running the master build). Same results - resets on connection (when flashed with
Posted at 2020-02-08 by @MaBecker Yes, the AI Thinker work great with qio, check this page for details on flash_mode. I was testing some EPS01 which gave me a hard time too..... Result: some work with dio and some only with dout That's why you can add some flash setting with make
Check this page for further details Posted at 2020-02-09 by opichals Thank you @MaBecker for all the info! I'll try the dout as the last thing... Then I guess I give up as I am starting to think that the USB serial is strange. Appears to be loosing characters during |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2019-12-08 by hungryforcodes
Hi, I'm just posting this in case anyone else experienced this, but when using v2.04 on some largish code (40K minified down to 20k), I get resets with exccause 3.
This seems to be caused by a LoadStore error -- I found this description to go along with it "Processor internal physical address or data error during load or store".
If I flash back to 2v03, everything is fine. I'm using a totally normal 4MB ESP-12f.
-hfc
Beta Was this translation helpful? Give feedback.
All reactions