You are reading a single comment by @user71506 and its replies. Click here to read the full conversation.
  • Hi,

    Did anyone of you experience the same error?

    1. >var f = new (require("FlashEEPROM"))();
    2. ={
    3. "flash": function () { [native code] },
    4. "addr": 466944, "endAddr": 471040 }
    5. =undefined
    6. >f.write(0, "Hello");
    7. Uncaught InternalError: Timeout on jshFlashWrite
    8. at line 1 col 62
    9. ...,a.length,a.length>>8,0]),b);b+=4;4!=a.length&&(c=new Uint8A...
    10. ^
    11. in function "_write" called from line 2 col 102
    12. ...ory!";this._write(a.end,b,c)
    13. ^
    14. in function "write" called from line 1 col 19
    15. f.write(0, "Hello");

    Thanks
    Jens

About

Avatar for user71506 @user71506 started