Itβs been a while since I posted a new article, a delay at least partly due to me herniating a disc in my neck which left me completely unable to look downwards for any length of time and as youβll know all too well you canβt work on circuit boards without peering down at them. Look after your neck and back folks, and I mean that seriously.
Well Iβm back now and Iβve got a lot of ideas for articles spinning around in my head that will hopefully come to fruition over the next few months. First off the block is this one in which Iβm going to present a simple development board for the STM32F042 in the easy(ish) to work with TSSOP20 package.
STM32F042 TSSOP20 0.65mm pitch package
This project came about because Iβm using the STM32F042F6P6 (32Kb flash, 6Kb SRAM) in another project where Iβm creating a USB device and the first thing I did is try to obtain a development board for it. I was hopeful that ST would have created one of their βdiscoveryβ boards but no, there was only a βnucleoβ board available and that had one of the QFP packages on it.
The F042 nucleo board
The nucleo board would have probably been sufficient for my needs but I do prefer to work on the actual device thatβs going to be used in the real project and I had a few ideas for features that Iβd include that I wish would be included in other development boards but never seem to be.
Development board features
- USB. The 042 series supports USB and although 32Kb is not a lot of space to include a USB driver and your application logic it does make sense to hook up those USB data lines and thereby enable USB device development.
- Switching regulator. All the development boards that Iβve seen seem to use a low dropout regulator (LDO) to supply power to the MCU which means that theyβre unable to supply much current to any peripherals that youβre prototyping. The discovery boards warn you not to draw more than 100mA and many of the 3rd party boards use one of the 1117 regulators which, with up to a 1A limit, look great on paper but the universally chosen SOT-223 package will burn up in smoke long before you get anywhere near that figure.
For more detail: A development board for the STM32F042 TSSOP package