SEGGER - Nino Administrator

  • Member since Jan 2nd 2017
Last Activity
, Viewing forum index

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

  • SEGGER - Nino -

    Replied to the thread [SOLVED] SAME51/SAMD51 JLinkScript for ETM.

    Post
    Hello, Thank you for your inquiry. For the SAMD51 we do not have a script available due to lack of public trace capable eval boards. But we can provide you with the script sources for the SAME54 eval board. As stated in the SAME54 Wiki article, please…
  • SEGGER - Nino -

    Replied to the thread J-Trace with STM32H723 MCU and NUCLEO-H723ZG dev board.

    Post
    Hello, Thank you for your inquiry. Please note that this is a community forum, you appear to have a new J-Trace Pro which is in valid support period. In that case we recommend to contact us via our official support channels as explained in my signature…
  • SEGGER - Nino -

    Replied to the thread [SOLVED] Timeline window of Ozone.

    Post
    Hello, Thank you for your inquiry. It is expected that in trace buffer mode you will only see a small fraction of code in the timeline as the buffer is usually only ~4 kB in size. Also there are no timestamps in buffer trace available. With pin tracing…
  • Hello, Thank you for your inquiry. External memory support for ST-Link is currently not available in Embedded Studio. But it is on our feature wishlist. To get notified automatically when the feature gets available you can subscribe here:
  • SEGGER - Nino -

    Replied to the thread FreeRTOS v11 support patch.

    Post
    Hello, Thank you for your inquiry. With FreeRTOS V11 and on no more patches are required as SystemView is now build in the FreeRTOS Sources. So all you have to do is enable the trace flags in your SystemView build. For more information see the FreeRTOS…
  • Hello, Thank you for your inquiry. It might be that the default fill value for empty gaps is different for the hex and for the elf file. How does the hex file look like if you open it e.g. in J-Flash or some other hex file viewer? You can set the gap…
  • Hello, Thank you for your inquiry. For DDR RAM inits we recommend to use a JLinkScript and the function SetupTarget(): wiki.segger.com/J-Link_script_files How to use a JLinkScript in Embedded Studio.: wiki.segger.com/J-Link_script_files#Embedded_Studio
  • SEGGER - Nino -

    Replied to the thread Sleep/WFI disconnects.

    Post
    Hello, Thank you for your inquiry. Sleep mode debugging is pretty hit or miss and it is implementation defined by the silicon vendor what theoretically works or not. The error most likely happens because ES is trying to read some memory from the target…