-
-
Notifications
You must be signed in to change notification settings - Fork 9
Getting started on Nucleo F103RB
Georg Lippitsch edited this page May 9, 2019
·
1 revision
Currently, Cicada is developed and tested on the STM Nucleo-F103RB evaluation board. The following steps describe how to compile and run examples on this environment.
- ARM GCC
- Meson + Ninja build system
- Git
- stlink
-
Clone the git repository:
git clone https://github.com/EnAccess/Cicada.git
-
Go to the Cicada directory and init the required git dependencies:
cd Cicada
git submodule init
git submodule update
-
Setup build environment:
meson <builddirectory> --cross-file stm32.cross.build
-
Compile the examples:
cd <builddirectory>
ninja
-
Flash to the microcontroller:
st-flash --format ihex write examples/<example>.hex