Embed
POST ON 2022-06-01 BY WOLVES
A temperature check service
requirements
- stm32f103c8t6
- ESP8266
- DS18B20
- DS3231
software
- stm32CubeMX
- openocd
- [mac] brew install open-ocd
- stlink
- [mac] brew install
- st-info - a programmer and chip information tool
- st-flash - a flash manipulation tool
- st-trace - a logging tool to record information on execution
- st-util - a GDB server (supported in Visual Studio Code / VSCodium via the Cortex-Debug plugin)
- stlink-lib - a communication library
- stlink-gui - a GUI-Interface [optional]
configuration
# SPDX-License-Identifier: GPL-2.0-or-later
# This is an ST NUCLEO F103RB board with a single STM32F103RBT6 chip.
# http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1847/PF259875
source [find interface/stlink.cfg]
transport select hla_swd
source [find target/stm32f1x.cfg]
reset_config none separate