You are reading a single comment by @DrAzzy and its replies. Click here to read the full conversation.
  • Does it return bogus values after you poke something in there?
    I think when the device starts up, unused ram can have random bits in it (until you put something else there)

    poke32(0x20000000+(64*1024)-4,0x55555555­);
    peek32(0x20000000+(64*1024)-4);
    
    

    I'd love to start playing with these extra 16kb of ram, but I can't seem to build working Espruino firmwares x_x.

About

Avatar for DrAzzy @DrAzzy started