forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 0
Board Olimex STM32 E407
markushx edited this page Oct 5, 2014
·
8 revisions
Cortex M4
- Olimex STM32-E407 https://www.olimex.com/Products/ARM/ST/STM32-E407/open-source-hardware
The E407 is like the Olimex H407, but with Ethernet PHY chip and jack.
###Features###
- open source hardware
- STM32F407ZGT6 Cortex-M4 210DMIPS
- 1024KB FLASH, 196kB RAM
- 3x ADC 12 bit 2.4 MSPS
- 2x DAC 12bit
- 14 Timers
- USB Host and OTG, 2 CAN, 3 I2C, 3 UART, 3 SPI, Ethernet
- 114 GPIO pins
- Camera interface
- SD card
- User buttons
- Arduino platform with unsoldered headers
###Status### Preliminary support is in https://github.com/markushx/micropython/tree/olimex-e407. Untested.
###Build instructions### Follow https://github.com/micropython/micropython/wiki/Getting-Started-STM.
cd stmhal
BOARD=OLIMEX_E407 make
dfu-util -d 0483:df11 -a 0 -D build-OLIMEX_E407/firmware.dfu