Browse By Tags

  • 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 initialization. At least that is what I am assuming…

  • My threads don't appear on Keil uVision's RTOS watch

    I'm using Keil uvision with RTX5 RTOS and for some reason I can't see the threads I'm creating in the RTOS watch... I can only see the built in rtx idle thread and timer thread...

    I've tested my threads callbacks with BP and it seems that…