size of memory

Posted on
  • How much the size of memory available to use in espruino(STM32F103VCT6) board...??

  • Try process.memory()

  • Yes, so process.memory() gives you the number of free memory blocks, and in the Espruino board each memory block is 16 bytes - so you just multiply it up.

  • Thanks for reply...!!

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

size of memory

Posted by Avatar for krishna @krishna

Actions