The STM32F407VG is a 168MHz Cortex-M4 operation with 1Mbit Flash memory and 128kbytes
Information
Environment Set-up
Install STLINK Tool
How to program a binary
Configuration Sets
The board features:
- On-board ST-LINK/V2-A for programming and debugging,
- LIS3DSH, ST MEMS motion sensor, 3-axis digital output accelerometer,
- MP45DT02, ST MEMS audio sensor, omni-directional digital microphone,
- CS43L22, audio DAC with integrated class D speaker driver,
- Four user LEDs and two push-buttons,
- USB OTG FS with micro-AB connector, and
- Easy access to most MCU pins.
- Virtual Com port and Mass storage
This section covers board-specific environment set-up.
Please set TizenRT common environment, quick start, first before doing below.
This section covers installing ST-LINK/V2 tool on Linux.
ST-LINK/V2 tool is required for programming and debugging.
Please follow, (https://fishpepper.de/2016/09/16/installing-using-st-link-v2-to-flash-stm32-on-linux/)
After building TizenRT, execute below command at $TIZENRT_BASEDIR/os folder.
See [Getting the sources] for how to set TIZENRT_BASEDIR.
./dbuild.sh download [Programming Option]
For example, ALL option makes complete set of binaries programmed.
./dbuild.sh download ALL
This provides simple hello world application including kernel.
This can be used to test kernel functionality of TizenRT