Glossar
- CMSIS
-
Cortex Microcontroller Software Interface Standard. Herstellerübergreifende Hardware-Abstraktionsschicht für Cortex-M-Prozessoren.
Infos
- QEMU-Plugin für Eclipse: http://gnuarmeclipse.github.io/debug/qemu/
- Toolchain, Arm-none-eabi: https://launchpad.net/gcc-arm-embedded/+download
- Installationsanleitung: http://gnuarmeclipse.github.io/toolchain/install/
- CubeMX herunterladen: http://www.st.com/stm32cube#getsoftware-scroll
- STM32CubeMX to Makefile: https://github.com/baoshi/CubeMX2Makefile
- GNU ARM Eclipse: http://gnuarmeclipse.sourceforge.net/updates
- “Diller Technologies STM32-Tutorial”: http://www.diller-technologies.de/stm32.html
- “Discovering the STM32 Microcontroller”: http://www.cs.indiana.edu/~geobrown/book.pdf
- API-Dokumentation der HAL-Bibliothek: http://www.wsn.agh.edu.pl/download/public/halfred/0.4.0/doc/group__hal__gpio.html
- STM32F0-UART-Tutorial 5: http://letanphuc.net/2015/09/stm32f0-uart-tutorial-5/
- VisualGDB-Tutorium UART: http://visualgdb.com/tutorials/arm/stm32/uart/
- VisualGDB-Tutorium A/D: http://visualgdb.com/tutorials/arm/stm32/adc/





