Page:
Board Olimex STM32 E407
Pages
Board FreeSOC
Board Arduino Due
Board BLACK F407VE
Board BLACK F407ZE
Board BLACK F407ZG
Board Crazyflie2
Board Espruino Pico
Board FEZ Cerb40 II
Board FEZ Cerb40
Board FEZ Lemur
Board G30HDR
Board HydraBus V1.0
Board NUCLEO F401RE
Board NetduinoPlus2
Board Nucleo F767ZI
Board Olimex STM32 405STK
Board Olimex STM32 E407
Board OpenMV
Board STM32F401 Discovery
Board STM32F407 Discovery
Board STM32F429
Board STM32F746 Discovery
Board Teensy 3.1 3.5 3.6
Board Tiva TM4C123G Launchpad
Board VCC GND STM32F407VET6 Mini
Boards Summary
Build Troubleshooting
Building Micropython Binaries
Building st flash
Collections module
ContributorGuidelines
CrossBranch
Developing on a microcontroller
Differences
Examples
FAQ
Getting Started Compiling Micropython for Ubuntu 16.04
Getting Started STM
Getting Started
HY STM32F4xxCore144
Hardware API
Home
Instrumenting code using GPIOs
LCD driver
LTO
Learn MicroPython
Memory Manager
Micro Python on Mac OSX
MicroPythonVsELua
Micropython Git Development Workflow
PPP on ESP32
PWM Timers
Performance
Programming Debugging the pyboard using ST Link v2
ProjectsUsingMicroPython
Pyboard Firmware Update
STM32F405 Timer Triggering
STM32F405 pinouts
Securing a MicroPython System
Servos
Soft reset
Standard Library Coverage
Symbolic Debugging for STM32
Threads
Timebase calculation and Clock sources
Timer Implementation
Timer capture mode
Timer one shot
Tips and Tricks
VS Code
Watchdogs, Crash prevention, Crash recovery
8
Board Olimex STM32 E407
Stefan Hölzl edited this page 2016-06-08 13:13:00 +02:00
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.