Description:
I am following the ARM Cortex-M Assembly Programming course and am at S3L1 (Booting the Processor and First Assembly Program).
When I run make qemu, I get an issue where the selected device is not supported.
Steps to Reproduce:
- Run
make qemu
- Run
qemu-system-arm -machine help
- STM32 devices do not appear in the list.
Things I Have Tried:
- Checked my code.
- Updated the ARM toolchain and QEMU.
- Still facing the issue.
Expected Behavior:
The selected device should be supported, and QEMU should run correctly.

Description:
I am following the ARM Cortex-M Assembly Programming course and am at S3L1 (Booting the Processor and First Assembly Program).
When I run
make qemu, I get an issue where the selected device is not supported.Steps to Reproduce:
make qemuqemu-system-arm -machine helpThings I Have Tried:
Expected Behavior:
The selected device should be supported, and QEMU should run correctly.