KNX device with STM32 L432KC cpu, TP-UART2 and PT100 thermal sensor
This project use KNX stack as a Git submodule
In order to clone this repository, you must use --recursive option:
git clone --recursive https://github.com/condo4/knx-pt100.git
You need arm-none-eabi-gcc and st-flash:
apt install gcc-arm-none-eabi binutils-arm-none-eabi stlink-tools
In order to build the firmware, you need cmake.
mkdir build
cd build
cmake ../firmware/src/
make
To flash the device, plug the Nucleo USB on your pc and run
make install