You are reading a single comment by @DrAzzy and its replies. Click here to read the full conversation.
  • I've been able to build images. But I don't seem to be able to get it to work with the whole 2600 memory units that I should be able to (Right? 1800 + 16K/20 = 1800+800=2600)

    I've changed ESPRUINOBOARD.py and Makefile to use the other compiler flag, and to say that the Espruino Board has 64k ram 512k flash and uses the D spec chip.

    At 1800 it's fine (of course)
    2000 works
    2200 works
    2300 does not work
    2400 does not work
    2600 does not work.
    Ones that "do not work" flash successfully, and I can connect to them, but the interpreter is inert. Usually it prints the first =undefined, but then nothing else.

    If anyone else is interested, they are here:
    http://drazzy.com/espruino/

    Based on a github pull from a saturday night iirc.

    >process.memory();
    ={"free":2181,"usage":19,"total":2200,"h­istory":11,"stackEndAddress":536917484,"­flash_start":134217728,"flash_binary_end­":134385324,"flash_code_start":134696960­,"flash_length":524288}
    > 
    
About

Avatar for DrAzzy @DrAzzy started