QEMU is a wonderful tool to emulate Hardware Board. QEMU is also very useful for learner and hobbyist as they can create virtual board and run program on it.
This video tutorial explains ....
- Installing QEMU Emulator and configure it to run STM32 Cortex M board (STM32F4-Discovery)
- Installing GCC compiler and building C program to run Code
- Running program on Qemu
- Debugging program running on Qemu
The xPack QEMU Arm
https://xpack.github.io/qemu-arm
Eclipse IDE with support for project creation for Cortex M based STM32 board i.e GNU MCU Eclipse plug-ins
https://github.com/gnu-mcu-eclipse/org.eclipse.epp.packages
Eclipse plugin for xPack QEMU ARM
https://xpack.github.io/qemu-arm
And GCC compiler and GNU Debugger for ARM
https://xpack.github.io/arm-none-eabi-gcc/install
More videos on Embedded System and related topics can be found at:
http://embeddedcraft.org/
Download
0 formats
No download links available.
Using QEMU to Emulate Cortex M based board and Running LED Blinking Program | NatokHD