Hi,
I am trying to emulate a bare metal program on a stm32f303 microcontroller. When I use the command
qemu-system-arm -cpu stm32f3 -pflash flash.bin -nographic
the program gives the error "Kernel image must be specified". But bare metal programming doesn't require a kernel to the best of my knowledge. What should I specify as the kernel for an stm32f3 mcu? Thanks.