• virtual console
    I am writing a software on a CPU without usable I/O (like physical serial port). for the debugging stage I would like to have some I/O (like printf to virtual console). Is there a way to do that, like...
  • Virtual Function pointers
    I would like to define something like a virtual function pointer that would be filled in at link time and then have routines call the function if it has been defined. I am using uvision3 IDE. Anybody...
  • What means Virtual Spaces?
    Hello, what means Virtual Sapces in the menue? View Options Editor Virtual Spaces Thanks and best regards Karlheinz
  • MMU virtual to physical translation
    Hi, I am trying to use MMU for mapping of my virtual address to physical address for SMARTMX family of processor. I have define appropriate look up table{LUT} and loaded MMUPTR with the address of...
  • Virtual Timer
    Hello I would like to ask if it is possible to restart a virtual timer in os_tmr_create? For example, in the first task I created a virtual timer, then in the second task I will be needing a timer...