• Semihosting
    Dear all. I'm using Keil Environment (uVision) for our development and it does not seem that the semihosting is provided within this environment (unlike in RVDS). The help within the tool and...
  • Semihosting in uVision4?
    Is semihosting supported in uVision4 on the cortex-m3 series of devices? When I try it, I end up at a BKPT instruction, which gives me a bad feeling that "no, uVision doesn't support it", but documentation...
  • How to link with semihosting with DS 5
    Hi, I wan't to build a cortex-m3 binary that I will run in qemu-system-arm. With gcc I build/link with --spec.rdimon to enable semihosting. Then I start qemu with --semihosting. This makes printf...
  • Is it possible to use semihosting in uVision4
    Can I use semihosting functionality for print/scanf in my code for showing the debug message in uVision4 development environment for CortexM3. If it can be used, then where can I view the output, since...
  • Semihosting over RDI
    Does the uVison debugger support semihosting over RDI interface?