• 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 use semihosting?
    I'm developing an application to run on an Atmel SAM7S and I'm currently using an AT91SAM7S-EK board for testing. The final product will have rather simple software that has no need for an operating...
  • 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?
  • Semihosting with Cortex-A5 and T32
    Note: This was originally posted on 9th August 2013 at http://forums.arm.com With Semihosting enabled, after seeing SVC 0xAB (for SYS_WRITE; R0=5) by Cortex-A5, how the message is passed to the DAP/debugger...