Closed LuoZhongYao closed 3 years ago
QEMU does not allow to dynamically add devices, they need to be compiled into the binary.
QEMU does not allow to dynamically add devices, they need to be compiled into the binary.
I see that there are USART devices in STM32F107xx-qemu.json, is there a way to use these devices?
The USART devices were contributed by someone else, they might work with some restrictions, but I never used them.
If you want to simply display trace messages, use semihosting, it is functional.
The default board only provides a few devices for use, for example STM32F107VC only provides
How to add more devices, such as USART, ADC, etc. I tried -serial and -chardev to no avail