• That sounds like just the right approach. As it's the STM32F103VET6 you might be best off starting with this board: http://www.espruino.com/ReferenceHYSTM32­_24

    Sadly the LCD driver (lcd_fsmc.c) still has loads of stuff hard-coded so you'll probably have to add some more #ifdefs to get your board to work properly.

    Ethernet would be great - I've just updated the code so that it's a lot easier to support different devices. ENC28J60 support would be fantastic - I've got a few of those kicking around here, although they don't implement TCP/IP so they'd require an IP stack be compiled in.

    By the way, Espruino uses the STM32's RTC already - but it doesn't use the external 32kHz oscillator (only the dodgy internal one). If you get that working I'd really appreciate a pull request - as I've left unpopulated pads on the Espruino board :)

About

Avatar for Gordon @Gordon started