I am using your implementation of semihosting to do file I/O (the generic one with
I start
I have a BKPT after my file I/O. It is reached almost immediately (it takes ~1 minute to do all the I/O under Ozone), no files are created, nothing happens. I don't see any error messages.
Am I enabling semihosting correctly? Do I have to switch to the
Thanks for help
SEGGER_SEMIHOST_DebugHalt
and no bkpt). Everything works great under Ozone. Now I would like to execute that under gdb.I start
arm-none-eabi-gdb my_project.elf
. My gdb session is:Am I enabling semihosting correctly? Do I have to switch to the
BKPT 0xAB
method?Thanks for help
The post was edited 1 time, last by artur ().