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 No executable to debug.

    Post
    Hello, Thank you for your inquiry. A guide on how to use an external gnu toolchain with Embedded Studio is explained here: wiki.segger.com/Use_an_externa…hain_with_Embedded_Studio Regarding Ozone. You need to make sure you supply Ozone with the…
  • SEGGER - Nino -

    Replied to the thread Ozone strange power consumption measurment with JLink Ultra+.

    Post
    Hello Benjamin, Thank you for the additional details. A buck converter is usually famous for ripple/noise due to its switching design. So an LDO is generally recommended instead for embedded designs where applicable. Here is a nice article I found in…
  • SEGGER - Nino -

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

    Post
    Hello Pawel, That is strange indeed. Do you see the same behaviour with the latest V3.50a release of SystemView? If yes, do you have another Linux VM or PC to test against? Do you see the same behaviour there? Which Linux are you using exactly? Best…
  • Hello, Thank you for your inquiry. Generally SystemView should be able to record as long as you like. If that is not the case this is usually caused by a setup issue. Could you first try using the latest SystemView version V3.50a and update the target…
  • SEGGER - Nino -

    Replied to the thread "Error while recording. Recorder Stopped.".

    Post
    Hello, Thank you for your inquiry. It appears that either SystemView is receiving an incorrect package or the debug interface is being disabled by your application. Are you using any low power/sleep modes? Could you try the latest SystemView version…
  • SEGGER - Nino -

    Replied to the thread cannot find "-lc": Invalid argument.

    Post
    Hello, Thank you for your inquiry. This does not sound like the right approach to tackle the issue you are seeing. Currently it sounds more like a project setup issue. The toolchain should provide all necessary libc symbols out of the box. Could you…
  • SEGGER - Nino -

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

    Post
    Hi Sharon, Quote from sharon: “but I have no idea that my post was deleted? ” As said before. Thread bumping is not allowed. J-Link team will answer when they have time. If you require a guaranteed and fast response we recommend to use our…
  • SEGGER - Nino -

    Replied to the thread Ozone strange power consumption measurment with JLink Ultra+.

    Post
    Hello, Thank you for your inquiry. Such an issue is not known to us. Could you provide your J-Link serial number for reference? You can find it at the bottom starting with with S/N. Are you powering your board/chip only via the debug interface or are…
  • 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…