-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Board Olimex STM32 E407
Stefan Hölzl edited this page Jun 8, 2016
·
8 revisions
Cortex M4 STM32F407ZGT6
###Features###
- STM32F407ZGT6 168MHz
- 1024KB flash ROM, 192KB RAM
- 3 x 12-bit 2.4 MSPS A/D
- 2 x 12-bit D/A converters
- USB OTG FS and USB OTG HS
- Ethernet 100Mbit
- 14 timers
- 3 x SPI
- 3 x I2C
- 2 CANs
- 114 GPIOsC
- Camera interface
- JTAG connector with ARM 2x10 pin layout for programming/debugging
- UEXT connector
- SD-card
- Power and user LED
- Reset and user button
- 4 full 20-pin Ports with the external memory bus for add-on modules Arduino platform with unsoldered headers
- Dimensions: 101.6 x 86mm (4 x 3.4")
###Status###
- Initial support has been implemented
- Working: GPIO, DAC, Timer, CAN, LED, Switch, REPL
- Not tested: SD-Card
- Not working: Ethernet
- To build use one of the following methods:
make BOARD=OLIMEX_E407
-
export BOARD=OLIMEX_E407
in your environment and then just use make.