-
Notifications
You must be signed in to change notification settings - Fork 1
Board: STM32F4discovery
See this page for a quick getting started guide.
MCU | STM32F407VGT6 |
---|---|
Family | ARM Cortex-M4 |
Vendor | ST Microelectronics |
Package | LQFP100 |
RAM | 192Kb (128Kb RAM + 64Kb CCMRAM) |
Flash | 1024Kb |
Frequency | up to 168MHz |
FPU | yes |
Timers | 14 (12x 16bit, 2x 32bit [TIM2 + TIM5]) |
ADCs | 3x 16 channel 6 to 12-bit |
UARTs | 6 |
SPIs | 3 |
I2Cs | 3 |
Vcc | 2.0V - 3.6V |
Datasheet | Datasheet |
Reference Manual | Reference Manual |
Programming Manual | Programming Manual |
Board Manual | Board Manual |
Please refer to this document for the RIOTs pin mapping for the stm32f4discovery board. The pin mapping is chosen completely arbitrary and can be altered by editing the boards/stm32f4discovery/include/periph_conf.h
header file.
2 Buttons:
NAME | USER | RESET |
---|---|---|
Pin | PA0 (IN) | NRST |
6 User controllable LEDs:
NAME | LD3 | LD4 | LD5 | LD6 | LD7 | LD8 |
---|---|---|---|---|---|---|
Color | orange | green | red | blue | green | red |
Pin | PD13 | PD12 | PD14 | PD15 | PA9 | PD5 |
LEDs LD7 and LD8 are used by the USB connector for over-current (LD8) and data (LD7) indication.
The STM32F4discovery board contains a 3-axis MEMS accelerometer that can sample with up to 1.6kHz.
Sensor | LIS3DSH |
---|---|
Type | Accelerometer |
Vendor | ST Microelectronics |
Datasheet | Datasheet |
Connected to | SPI_0 |
Pin Config: | |
Device | SPI1 |
SCK | PA5 (OUT, SPI1_SCK) |
MISO | PA6 (IN, SPI1_MISO) |
MOSI | PA7 (OUT, SPI1_MOSI) |
INT1 | PE0 (IN) |
INT2 | PE1 (IN) |
CS | PE3 (OUT) |
The STM32F4discovery board contains a on-board MEMS audio sensor.
Sensor | MP45DT02 |
---|---|
Type | Audio sensor |
Vendor | ST Microelectronics |
Datasheet | Datasheet |
Connected to | n/a |
Pin Config: | |
Device | I2S2 |
CLK | PB10 |
DOUT | PC3 |
The board contains an digital analog converter (DAC) with integrated class D speaker driver.
Device | CS43L22 |
---|---|
Type | DAC |
Vendor | Cirrus Logic |
Datasheet | Datasheet |
Connected to | DAC + I2C + I2S |
Pin Config: | |
Device | DAC1 + I2C1 + I2S3 |
AIN1 | PA4 (DAC1_OUT) |
SCL | PB6 (I2C1_SCL) |
SDA | PB9 (I2C1_SDA) |
MCLK | PC7 (I2S3_MCK) |
SCLK | PC10 (I2S3_CK) |
SDIN | PC12 (I2S3_SD) |
RESET | PD4 (OUT) |
For using the STM32F4discovery board we strongly recommend the usage of the GNU Tools for ARM Embedded Processors toolchain.
- Compile your code to have a .hex file
- Connect the board with the mini usb cable, on the debugger side to your PC
- run openocd with
$ sudo /usr/local/bin/openocd -f interface/stlink-v2.cfg -f target/stm32f4x_stlink.cfg
- in a new terminal connect:
telnet 127.0.0.1 4444
- run:
> flash banks
#0 : stm32f4x.flash (stm32f2x) at 0x08000000, size 0x00100000, buswidth 0, chipwidth 0
> halt
target state: halted
target halted due to debug-request, current mode: Thread
xPSR: 0x21000000 pc: 0x0800251a msp: 0x20000c4c
> flash write_image erase unlock /home/c/git/RIOT-OS/RIOT/examples/ipc_pingpong/bin/stm32f4discovery/ipc_pingpong.hex 0
auto erase enabled
auto unlock enabled
target state: halted
target halted due to breakpoint, current mode: Thread
xPSR: 0x61000000 pc: 0x20000042 msp: 0x20000c4c
wrote 16384 bytes from file /home/c/git/RIOT-OS/RIOT/examples/ipc_pingpong/bin/stm32f4discovery/ipc_pingpong.hex in 1.200528s (13.327 KiB/s)
> reset
The board is now flashed with your RIOT binary
- connect your usb tty to: RX=PA3 TX=PA2 and GND=GND
- PA3 is connected with TX on the UART converter
- PA2 is connected with RX on the UART converter
- done
When connecting an I2C device and a logic analyzer to an I2C port at the same time, the internal pull-up resistors are not sufficient for stable bus operation. You probably have to connect external pull-ups to both bus lines. 10K is a good value to start with.
If you want the terminal to work using ´´´make term´´´ command and get a message about missing tty device install the driver from http://www.silabs.com/products/mcu/pages/usbtouartbridgevcpdrivers.aspx .
RIOT - The friendly Operating System for the Internet of Things
Homepage | [GitHub] (https://github.com/RIOT-OS/) | Developers Mailing List | Users Mailing List | Twitter @RIOT_OS
- Family: ARM
- Board: Airfy Beacon
- Board: Arduino Due
- Board: CC2538DK
- Board: CC2650STK
- Board: HikoB Fox
- Board: IoT LAB M3
- Board: LimiFrog-v1
- Board: mbed_lpc1768
- Board: MSB-IoT
- Board: MSBA2
- Board: Nucleo-L1
- Board: Nucleo-F334
- Board: Nucleo-F303
- Board: Nucleo-F091
- Board: Mulle
- Board: OpenMote
- Board: PCA1000x (nRF51822 Development Kit)
- Board: Phytec phyWAVE-KW22
- Board: RFduino
- Board: SAMR21-xpro
- Board: SAML21-xpro
- Board: Spark Core
- Board: STM32F0discovery
- Board: STM32F3discovery
- Board: STM32F4discovery
- Board: UDOO
- Board: yunjia-nrf51822
- Board: Zolertia remote
- Family: ATmega
- Board: Arduino Mega2560
- Family: MSP430
- Board: MSB-430H
- Board: TelosB
- Board: WSN430
- Board: Zolertia Z1
- Board: eZ430-Chronos
- Family: native
- Board: native
- Family: x86
- Board: Intel Galileo