as for the decoded stack trace - that's great you have it - so you can check what is failing at line
`jsvInitJsVars at src/jsvar.c line 316 - possibly some null pointer or read from invalid address?
maybe, just guessing from E (567) psram: PSRAM ID read error: 0xffffffff, you are accessing address that should be in external SPI RAM which is not working/is not present on your board?
I use the esp32-wroom module, the firmware that Mr. Gordon put in espruino runs without errors, but when I built it myself, I encountered these errors.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
just wondering, is this something else than the topic you already created here https://forum.espruino.com/conversationsĀ/383867/ ? why to have two?
as for the decoded stack trace - that's great you have it - so you can check what is failing at line
`jsvInitJsVars at src/jsvar.c line 316 - possibly some null pointer or read from invalid address?
maybe, just guessing from
E (567) psram: PSRAM ID read error: 0xffffffff
, you are accessing address that should be in external SPI RAM which is not working/is not present on your board?