• keil support for Multi-ICE
    hi Do keil support JTAG-based debug system from Realview (Multi-ICE) ? Will it be possible to integrate it with keil ,do that have any limitation compared to Keil Ulink ? Your suggestions are always...
  • Multi monitor support
    Hi, How can I save the windows position in a multi monitor setup (splitting windows). They all go back to default half way across the one screen in editor and debug mode. I did ask this question...
  • Support multi-file for SVD file.
    Hi, My SVD file size is huge (more module and register defined). If SVD is supported multi files, I can separate the file by function block (module). It can be easy to maintenance. Is the SVD support...
  • Is RealView Supports c++ ?
    As i know, RealView compiler is a full-featured ISO standard C++ compiler but what revision of the C++ compiler is RealView compiler??
  • Multi-tasking...
    I want to read a character input from the keyboard so I used.. getchar(); The problem is, I want to be able to continue on with my program if user does not enter any character from the keyboard...