• svcd functions
    So I'm following the instructions for adding a stack summary gadget in the Debugger. Looks like a keen way to define new frobs: http://www.keil.com/appnotes/files/apnt_316.pdf So I copy/paste...
  • 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....
  • How to show the thread names in the EventRecorder?
    I got the EventRecorder to work at last, but in the component tab it doesn't show the name of the threads. They are all called "RTX Thread". I already entered a name in the osThreadAttr_t, but it is not...
  • Usage of KEIL EventRecorder with EventRecordData() for struct data
    I'm currently using the KEIL EventRecorder to debug my firmware, and amazed how well it works, but still do have some need for a helping hand / some advice. What I'm trying to implement is a event...