2020-10-06 15:29:50 +02:00
2020-10-06 15:29:50 +02:00
2020-10-06 15:29:50 +02:00
2020-10-03 12:47:18 +02:00
2020-10-06 15:29:50 +02:00

On Ubuntu/Debian install

  • gcc-arm-none-eabi
  • openocd

Alternatively use the Docker image wollud1969/build-env-arm-none-eabi:1.0.0

docker run -it --rm -v ${PWD}:/mnt wollud1969/build-env-arm-none-eabi:1.0.0 bash

After code generation in CubeMX the Makefile and the file main.c in Core/Src needs to be edited to include user code. From the cube directory in the project root run:

../tools/insertMyCode.sh

User code has to life in User/Src and User/Inc. All *.c file from User/Src will be attached to the C_SOURCES variable in the Makefile.

Description
No description provided
Readme 770 KiB
Languages
C 99.6%
Assembly 0.3%
Makefile 0.1%