• Variables not appear in Watch window
    Some variables not appear in Local and watch window. This is simple code I wrote and variable 'alpha' didn't appear. #include <reg167.h> #include <stdio.h> void main(void) { unsigned int alpha;...
  • Why does the SystemAnalyzer only load threads when enough time has passed before osKernelStart?
    I have experienced the problem that the SystemAnalyzer would not always load all threads. I now found out by coincidence that this happens if not enough time has passed between thread creation and Kernel...
  • cmsis-rtos v2 - printf not working inside threads
    Hello, I am working with STM32WB55RG platform. I have successfully use printf function with uart. However when I try to use this same function inside cmsis-rtos v2 threads it's not working. Basically...
  • Stack memory protection using MPU in CMSIS RTX RTOS
    Hi Experts, Does the stack memory protection or some other similar feature is deployed in the CMSIS RTX RTOS ? Regards, Teachguyz
  • If I don't see any events in the EvenRecorder other than the initialization, does it mean that the RTOS is not running?
    I have configured the EventRecorder following the guide and the only events that I can see are EventRecorderInitialize and EventRecorderStart. Shouldn't µVision show more events or do I have to configure...