• STM32 and ITM Viewer
    I'am using the STM32 and tried to use the ITM-Viewer. At the Keil documentation "Using the ITM Viewer" is a code example of the fputc() function. int fputc(int ch, FILE *f) { if (DEMCR & TRCENA...
  • STM32 and ITM Viewer
    I'am using the STM32 and tried to use the ITM-Viewer. At the Keil documentation "Using the ITM Viewer" is a code example of the fputc() function. int fputc(int ch, FILE *f) { if (DEMCR & TRCENA...
  • keil4 support adding system viewer?
    I see keil5 can support adding system viewer , but can keil4 support adding system viewer? if can, how to do? I have already generated a correct *.sfr file. thanks!
  • keil4 support adding system viewer?
    I see keil5 can support adding system viewer , but can keil4 support adding system viewer? if can, how to do? I have already generated a correct *.sfr file. thanks!
  • System viewer does not refresh readings
    I have built a simplest possible system viewer for uVision. The problem is that it does not refresh variable value, it sticks on the first reading. I will apreciate any helps, thank you in advance....