Some people report timer issues when programming the board with openocd. Can you try programming the board with gdb?
e.g. from a pi
gdb-multiarch <your elf>
Then in gdb (I usually stick this in a ".gdbinit" file).
load
b main
c
e.g. from a pi
gdb-multiarch <your elf>
Then in gdb (I usually stick this in a ".gdbinit" file).
load
b main
c
Statistics: Posted by peterharperuk — Tue Dec 03, 2024 12:09 pm