How to create a QEMU ARM machine with custom peripherals and memory maps?
In order to add your own machine, you need at least create one source file, containing the parameters and peripherals of your machine. After that, add a entry inside Makefile.objs, under qemu/hw/arm/. STM32 P103 machine entry. Let’s take as example Olimex STM32 P103 Development Board: Olimex STM32 P103 Development Board code. In lines 105 and … Read more