• IDE: Spell check extension?
    Hi Is there a possibility to expand the uVision IDE with a spell check tool? Could anybody recommend shuch a tool? It would be helpful to check the right spelling of the comments ( Doxygen comments...
  • To check external memory location
    unsigned char xdata temp _at_ 0x8000; temp= 0xab; In the above program, using the DEBUG MODE, how do I see the external data memory contents.In the above example " ab" at location 0x8000. PLEASE...
  • Checking Mutex state
    Using Keil 5.15. Have about 20 mutexes created throughout our system. How do I check the state of each mutex? Can I see which task owns it?
  • how to check the value of the variable.
    hi How can i check the value of a variable during the debugging in c file. Regards Farhan Arshad
  • Dynamic Syntax Checking not working
    I am having a very frustrating time with Keil lately. I have create project using STMCubeMX that generates the configuration file for the STM32 Nucelo476 dev kit. The problem I am having is that...