Skip to content

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###

How build for

  • To build use one of the following methods:
    1. For cnoviello's port
    2. cd stmhal
    3. make BOARD=STM32NUCF401
    4. export BOARD=STM32NUCF401 in your environment and then just use make.
    5. make
    6. arm-none-eabi-objcopy -O binary build-STM32F4NUCLEO/firmware.elf build-STM32F4NUCLEO/firmware.bin
    7. Copy generated firmware.bin to the Nucleo mbed mount
    8. For nuraci's port
    9. cd nucleo
    10. make
    11. copy build-STM32NUCF401/firmware.bin to the Nucleo mbed mount
Clone this wiki locally