• Event Viewer thread names not showing up
    I have found that if I call osThreadCreate from within the main.c function then the "Event Viewer" and the "RTX Tasks and System" windows show the correct names for each thread. However if I call...
  • Cortex-M0, RTX5, Eventrecorder
    Trying to activate eventrecorder together with RTX5. Configuring eventrecorder 'Time Stamp Source' for 'SysTick' will result in activating code of a second SysTick_Handler() in eventrecorder.c. Linker...
  • Eventrecorder Debug vs. Release Mode
    Want to have EventRecorder (with extra IRAM2 in debug scatter file) in Debug Mode only, but not in Release Mode. Currently (µVision V5.27.1) am unable to make different settings in project window....
  • EventRecorder deletes content of svcd file
    I am trying to write and svcd component description file, but every time I start the debugger it is deleted again.
  • USBH and GUI thread problem (from Keil examples)
    I am currently working on http://www.keil.com/appnotes/docs/apnt_268.asp example and stuck at stage 3 and 4. The MC doesn't start GUI thread and when I plug in a USB the os_error is called. How can I...