• 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
    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...
  • 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...
  • Semihosting over RDI
    Does the uVison debugger support semihosting over RDI interface?
  • Semihosting Error (L6915E)
    Hi all! I am looking to read from a file within Keil µVision (v5.22.0.0). To be more specific, I just have a function which loops through said file with fgetc( ) (it can actually just be reproduced...