
CForth with STM32F042 Nucleo32 on support PCB
An early predecessor of this project was designed with a more conventional ASCII and MIDI based command set without possibility to create some kind of time-based action flow.
For better DIY reproduction, a very similar version with STM32F042 on TSSOP20 breakout board plus Veroboard support PCB design was developed.
Firmware exists for the conventional command set as well as for CForth. CForth with STM32F042 is much easier applicable for complex user specific projects and allows timeline-based user functions with program flow automatically modified by sensor input, e.g.
The intention to provide additionally a STM32 Nucleo-F042K6 support board is to make DIY furter more easy, especially when only partial features - peripheral I/O or USB/USART data transfer - are needed.
The main terminal interface is USB-COMM via the built-in ST-Link.
Specific features of CForth on STM32F042 Nucleo support board:
![]()
|
A hardware DIY Construction Manual for STM32G431/G441 and STM32F042
(HTML file, jumps to F042 Nucleo PCB description) is provided here.
Downloads:
The subsequently downloadable material is copyrighted (c)2020-25 by Wolfgang Schemmert.
Assembly of the devices, programming and use of the software is permitted for free by everybody for any purpose ("freeware"). For commercial use, restrictions of third-party software contributors (Segger GmbH, STM) must be respected.
All information is based on best knowledge, but "as is" and without any warranty. Any responsibility is excluded. Use for dangerous, life-threatening and medical applications is forbidden.
Firmware "CForth-F042Nucleo-HSI-USART.hex" for RS232 or MIDI I/O via Usart.
SysClock = 48MHz HSI (CPU internal RC oscillator)
(02 April 2025 - hardware and features updated)
Firmware "CForth-F042Nucleo-HSE-USART.hex" for RS232 or MIDI I/O via Usart.
SysClock = 48MHz HSE (derived from ST-Link crystal oscillator. Nucleo HW modification necessary)
(02 April 2025 - hardware and features updated)
Firmware "CForth-F042Nucleo-HSI-Motor.hex", with additional user I/O.
SysClock = 48MHz HSI (CPU internal RC oscillator)
(02 April 2025 - hardware and features updated)
Firmware "CForth-F042Nucleo-HSE-Motor.hex" with additional user I/O.
SysClock = 48MHz HSE (derived from ST-Link crystal oscillator. Nucleo HW modification necessary)
(02 April 2025 - hardware and features updated)
Source code "CForth-F042Nucleo-v2.zip"
(state 02 April 2025) This source code is provided as complete "Segger Embedded Studio" project (ZIP file, 509 kB).
Parts published by Segger GmbH are under license of Segger&|Rowley, parts published by STM are under license of STM, parts programmed by me are provided under GNU GPL3 license.)
Some hints for best configuration of STM32F042 Nucleo32:
At state of delivery, there is no connection between the 8 MHz clock provided by ST-Link (SB4). Then source code "HSI" must be burnt. Problems with RS232-communication are possible, but tests with several CPUs used here were uncritical. In case of problem (or for longtime use under rough conditions), connect SB4 with a dot of solder (it is not necessary to unsolder SB6) and burn "HSE" code.
At state of delivery, PA6 with PB6 and PA5 with PB7 are interconnected. This is not extremely critical, but one of these connected pins should always be kept as input. A better solution is to remove SB16 and SB18. If you don't have an SMD unsolder tool, this can be handled carefully with 2 small solder pens.
Socket connector PB3 is internally connected with the User LED, not available for user I/O.
This project is programmed directly on register level, no external libraries (except "cmsis" and startup code), no external drivers or HAL are used.
* State of information April 2025.
* Right of technical modifications reserved. Provided 'as is' - without any warranty. Any responsibility is excluded.
* This description is for information only. No product specifications are assured in juridical sense.
* Trademarks and product names cited in this text are property of their respective owners.