Hi,
i'm using a STM32F215 with RTX and a Segger J-Link Debugger. I configured everything and i'm able to see this window: www.keil.com/.../rlarm_ar_active_tasks.htm
uVision shows me my active tasks switching and the RTX configuration.
but i'm not able to get the event viewer to work. it just opens the window and nothing happens.
i configured my adapter like this: www.keil.com/.../jLink_STM32F10xxx_SWT.htm (but for me,the trace port is greyed out. it just says "serial wire output - UART")
this is hardware information about my jlink adapter: www.bilderload.com/.../jlinkDAN0H.png as i see it, the adapter should support SWO which is used for the event trace as far as i understood?
does anyone have any idea what i'm doing wrong? or is this event viewer only working with the ULINK adapter?
thanks for help, axel
ok...problem solved i think.
i did not run the RTX in privileged mode, which seems to be essential for this feature to work?? i think during development i will work in privileged mode...later in unprivileged mode
or is there something else i'm missing?