Search Results

Search results 1-4 of 4.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • If I run one Ozone task, Ozone creates an RTT server on localhost:19021. I can easily connect to port 19021 and view the RTT output. If I run a second one, how do I specify Ozone use a different port? I want to run two Ozone tasks and use netcat / telnet to access them both.

  • I have been using V242 under Linux (Centos 7). I just tried running V250 and it fails to run. Could not open J-Link shared library. Exiting now. Did the current version add a check for the J-Link library? I am running oneshot capture to memory with manual download on ARM7. Is this an oversight or deliberate? I don't have or need the J-Link library for my target.

  • Possible bugs

    krbvroc1 - - SEGGER SystemView related

    Post

    Another bug: traceQUEUE_SEND_FROM_ISR and traceQUEUE_SEND_FROM_ISR_FAILED use SEGGER_SYSVIEW_RecordU32x2, but the description format string expects 4 items: 96 xQueueGenericSendFromISR xQueue=%I pvItemToQueue=%p pxHigherPriorityTaskWoken=%u xCopyPosition=%u EDIT: Also note that it appears all the macros in SEGGER_SYSVIEW_FreeRTOS.h that pass (U32)pxHigherPriorityTaskWoken are not really correct. It seems in all cases pxHigherPriorityTaskWoken is actually a pointer passed into the routine so it i…

  • Possible bugs

    krbvroc1 - - SEGGER SystemView related

    Post

    I am using 2.40e (and also tried 2.41a beta) with FreeRTOS under Linux (Centos 7) in load data from a .bin file mode. 1) My Event log shows: xQueueGenericSend xQueue=0x00000000 ... The description file has %I which from the documentation says should be replaced with a 'named resource' if available. I believe the bug is that since it is not available, it should be printing the resourceId in hex, but not 0. I verified the data in the file contains a non-zero value. 2) If I highlight the xQueueGene…