forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 0
Board NUCLEO F401RE
aniljava edited this page Jun 9, 2015
·
4 revisions
NUCLEO-F401RE
###Features###
- STM32F401RE ARM 32 bit CORTEX M4™ 84MHz (64pin)
- 512KB FLASH, 96kB SRAM
- 1x ADC 12 bit
- 3 TIMERS - up to 72Mhz
- 2 I2C, 2 UART, 2 SPI
- 1 user LED
- 1 user switch
- Reset switch
- Arduino pin headers
- Additional Morpho headers
- mbed enabled (to program it just copy the file "firmware.bin" inside)
###Status###
- To build use one of the following methods:
- For cnoviello's port
- cd stmhal
make BOARD=STM32NUCF401
-
export BOARD=STM32NUCF401
in your environment and then just use make. make
arm-none-eabi-objcopy -O binary build-STM32F4NUCLEO/firmware.elf build-STM32F4NUCLEO/firmware.bin
- Copy generated firmware.bin to the Nucleo mbed mount
- For nuraci's port
cd nucleo
make
- copy
build-STM32NUCF401/firmware.bin
to the Nucleo mbed mount