SEGGER - Nino Administrator

  • Member since Jan 2nd 2017
Last Activity

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

  • SEGGER - Nino -

    Replied to the thread Flashloader support JLink Commander 7.60 or older verson.

    Post
    Hello, yes, no thread bumping. Please understand that this is not a support forum. If you qualify for support please use our support channels as explained in my signature. There is no guarantee that you will receive an answer via this forum. Best…
  • SEGGER - Nino -

    Replied to the thread [SOLVED] SWO trace.

    Post
    Hello, Thank you for your inquiry. Quote from fraengers: “Is the only thing Ozone can do with with the SWO-pin print text to terminal? ” Correct. SWO tracing is on the wishlist with low priority. If you need SWO tracing now with J-Link Embedded…
  • SEGGER - Nino -

    Replied to the thread [SOLVED] Code Folding.

    Post
    Hello, #if blocks are indeed not supported yet. We have added this to our wishlist for a future Embedded Studio version. To get automatically notified when new versions of Embedded Studio launch you can subscribe here:
  • SEGGER - Nino -

    Replied to the thread [SOLVED] Code Folding.

    Post
    Hello, Thank you for your inquiry. That version of Embedded Studio does not support code folding. It was added with version V6.32. So any version newer than that should have that feature. Best regards, Nino
  • SEGGER - Nino -

    Replied to the thread [SOLVED] SES disassembly view look stange.

    Post
    Hello Lothar, You have to supply the memory information to your Embedded Studio project so the debugger knows there is valid memory there and it may access it during debugging. On many target devices there are memory sections e.g. ROM Bootloader (RP2040…
  • SEGGER - Nino -

    Replied to the thread shared library in Segger Embbeded Studio.

    Post
    Hello, Thank you for your inquiry. As _frank_ correctly stated dynamic libaries on bare metal embedded systems is highly atypical. Usually you link only statically on embedded systems (.a files + their respective headers). For dynamic linked libraries…
  • Hello, Please note that discussing J-Link SDK documentation and API in the public is a license violation. For support please use our dedicated support channels as explained in my signature. This thread will be closed now. Best regards, Nino
  • SEGGER - Nino -

    Replied to the thread build fails with embuild because of wrong arguments.

    Post
    Hello, Thank you for your inquiry. Please understand that we do not provide support for such old Embedded Studio versions as they are out of maintenance and thus support. Is the issue reproducible with the latest Embedded Studio version V7.12 as…
  • Hello, Thank you for your inquiry. No there is no way around the MAC address if you plan on using the free Nordic license. But you can of course generate as many licenses as you want. If you have a build system that e.g. does not have a fixed MAC…
  • SEGGER - Nino -

    Replied to the thread ​Problems viewing ARM Cortex-M0+ FreeRTOS tasks in System View.

    Post
    Hello, Thank you for your inquiry. Could you try using the latest SystemView sources and SystemView version? You see to have a version mismatch there. Additionally here is a Wiki article describing how SystemView should be used on FreeRTOS:
  • SEGGER - Nino -

    Replied to the thread Integrating SystemView Sources for Renesas RX controllers.

    Post
    Hello Matthias, is this matter resolved? Because in your other thread you wrote that you were able to instrument your application as documented. Best regards, Nino
  • SEGGER - Nino -

    Replied to the thread Target Reset upon SystemView Connection.

    Post
    Hello Matthias, Thank you for your inquiry. Generally when using SystemView J-Link will not reset the device on record start. Only if necessary. There are sometimes chips or even architectures that do not support attach mode so this might be one of…
  • SEGGER - Nino -

    Replied to the thread [SOLVED] web login for Segger Flasher Secure Control Server.

    Post
    Hello, Thank you for your inquiry. Please note that this is a community forum. For support please see the links below in my signature. We recommend to open your inquiry via our support channels. Best regards, Nino
  • SEGGER - Nino -

    Replied to the thread ITM output in release version.

    Post
    Hello, Thank you for your inquiry. In release build configs usually code optimization is enabled for the compiler. Depending on how and where your ITM prinf calls are written and how aggressive the compiler optimizes it is possible that it will simply…
  • SEGGER - Nino -

    Replied to the thread Recent linux SystemView version missing serial port dialog.

    Post
    Hello Pawel, Thank you for your inquiry. The described behaviour is not reproducible for us. If I have a COM port device connected to my host PC, one I click OK I get the selection dialogue to pick which COM Port I want. This works for both 3.42 and…
  • SEGGER - Nino -

    Replied to the thread [SOLVED] System view doesn't start with embos.

    Post
    Hello, Thank you for your inquiry. This thread will be closed now as you opened a support inquiry via our support channel in parallel and the inquiry was handled there. For future inquiries we recommend to use only one contact channel to avoid duplicate…
  • SEGGER - Nino -

    Replied to the thread "Start Recording" but nothing happens.

    Post
    Hello, Thank you for your inquiry. Are your recorder settings betwen your PC and the one of your coworker also the same? You can check them under Target->Recorder Configuration->J-Link If they are the same, what are the settings. Could you provide a…
  • SEGGER - Nino -

    Replied to the thread Heap function: lock() / unlock().

    Post
    Hi Max, If I understand you correctly you are looking to track your heap usage. Correct? In that case the general approach to overwrite the heap_lock and _unlock functions is wrong. That functions are only meant to assure interrupt or mutex locking as…
  • Hello Clemens, The issue has been fixed in Embedded Studio V7.10. Best regards, Nino
  • SEGGER - Nino -

    Replied to the thread [SOLVED] ES installation & deinstallation.

    Post
    Hello, Thank you for your inquiry. Every Embedded Studio version works standalone. The difference with the latest version is simply that we are now building the architecture specific standard libraries on demand. Thus the installer and initial…