Skip to content
Denis Roio edited this page Jun 21, 2021 · 5 revisions

To build

Download CMSIS and extract to lib/cmsis

launch make cortex-arm

To run in qemu

qemu-system-arm -M mps2-an385 --kernel src/zenroom.bin -nographic -semihosting -S -gdb tcp::3333

To connect from gdb-multiarch

gdb-multiarch
tar rem:3333
file src/zenroom.elf
b main
c
lay src
mon system_reset
foc c
foc s
lay reg