-
• #2
I meant M3.
-
• #3
Doesn't need to be ported to ARM-M3.
Espruino can already be compiled for ARM-M3 - in fact, the official Espruino board uses an STM32F103RCT MCU... which uses the ARM-M3 core, per datasheet: http://www.st.com/web/en/resource/technical/document/datasheet/CD00191185.pdf
-
• #4
Thanks, I was looking at using the STM32L series for the low power modes.
-
• #5
No big issues - but the peripheral library is only ported to f1, f3 and f4 right now, so you'll need a relatively small amount of work to tweak it for the L series.
Are there any show stoppers preventing a port to an ARM- M3?