Porting Espruino to a Cortex M0 platform

Posted on
  • Hi all,

    I am an electronics engineer, with experience in several MCU and DSP architectures but with very limited knowledge of JS and the ARM Cortex architecture.

    Trying to make a rough estimation about the effort it may take me to port Espruino to a platform based on ARM Cortex M0, 256KB Flash, 32KB RAM.

    Thanks a lot for your comments and suggestions,
    Jose Angel

  • @Gordon + Javascript ---> Bushfire ;-)

  • Hi,

    It depends on the make of chip. Nothing in the interpreter is particularly platform dependent, so getting it running should be trivial.

    Accessing all the peripherals though? That's usually what takes a lot of time. If you use ST then at least a lot of that work has been done for you.

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

Porting Espruino to a Cortex M0 platform

Posted by Avatar for jose.angel.jimenez @jose.angel.jimenez

Actions