Close

Points about using an ARM uC

A project log for ScrolLED watch

Scrolling LED display on your wrist

vikas-vVikas V 08/13/2016 at 12:140 Comments

Switching over to an ARM based solution is much better than an AVR+RTC chipset solution. Been looking at the STM32F030 chip and it is a perfect fit for this application! It has the following very desirable characteristics:

Need to use the NDK crystal mentioned in the clocking application notes (page 28). The NX3215SA part is available on aliexpress.

http://www.st.com/content/ccc/resource/technical/document/application_note/c6/eb/5e/11/e3/69/43/eb/CD00221665.pdf/files/CD00221665.pdf/jcr:content/translations/en.CD00221665.pdf

All information for getting started on using STM32 bare bones is mentioned in this excellent article (we don't need no dev boards!) :

http://kevincuzner.com/2016/05/22/dev-boards-where-were-going-we-wont-need-dev-boards/

Or maybe a low power version like the STM32L031 or STM32L051. It works down to 1.8V. Its actually less expensive than the ATMEGA88V (in single quantities on digikey)

Discussions