Difference between revisions of "STM32 tutorial"
From AIRWiki
(New page: Work in progress) |
|||
| Line 1: | Line 1: | ||
Work in progress | Work in progress | ||
| + | |||
| + | |||
| + | To be able to work with ARM microcontrollers you will need: | ||
| + | - an hardware board with the MCU and a JTAG connector to program it | ||
| + | - a JTAG adapter | ||
| + | - a toolchain to compile ARM executables on your computer | ||
| + | - OpenOCD to write the executable on the MCU | ||
Revision as of 12:03, 26 April 2010
Work in progress
To be able to work with ARM microcontrollers you will need:
- an hardware board with the MCU and a JTAG connector to program it
- a JTAG adapter
- a toolchain to compile ARM executables on your computer
- OpenOCD to write the executable on the MCU