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 MIMXRT1170 EVK debugging with Embedded Studio.
PostHello Jernej, Thank you for your inquiry. In Embedded Studio you can handle the ROM Bootloader via the project settings directly as described here: wiki.segger.com/Bootloader_Handling_In_Embedded_Studio Best regards, Nino -
SEGGER - Nino -
Replied to the thread Recent linux SystemView version missing serial port dialog.
Post -
SEGGER - Nino -
Replied to the thread [SOLVED] Jtrace pro usb cable problem.
PostHello Luca, We received your inquiry via our support system in parallel. In future we recommend to use only one contact channel at a time to avoid information being lost between channels. To avoid this this thread will be closed now. For completeness… -
SEGGER - Nino -
Replied to the thread J-Trace with STM32WB.
PostHello Julien, Thank you for your inquiry. According to the STM32WB reference manual only the STM32WB55 series has an ETM + TPIU. So if you are using any of the smaller variants instruction tracing will not be available. But if you have a STM32WB55 you… -
SEGGER - Nino -
Replied to the thread [CLOSED] Intermittently ran into connected J-Link (S/N XXXXX) is low on memory with JLink Ultra+.
PostHello, Please note that discussing J-Link SDK API in public is a license violation. We have removed the offending part from your text and will close this thread now. For J-Link SDK support please use our official support channels as explained in my… -
SEGGER - Nino -
Replied to the thread J-Trace instruction buffer.
PostHello, Thank you for your inquiry. You can dump the raw trace data to one or multiple files since November 2020 with the following command string: wiki.segger.com/J-Link_Command_Strings#TraceFile So you can analyze the data dump yourself and offload… -
SEGGER - Nino -
Replied to the thread [SOLVED] Problems with syntax highlighting, and not working snappy.
PostHello, The doxygen issue is not fixed yet but on our ToDo. We do not have a fixed timeschedule for this yet. Regarding the code outline issue with namespaces. This is reproducible and should be fixed in the next Embedded Studio release. Best… -
SEGGER - Nino -
Replied to the thread Calling a function completely hoses the debugger.
PostHello, Thank you for your inquiry. Release mode usually includes some kind of code optimization. Please note that with code optimization active debugging becomes oftentimes impossible and the code referencing of our debugger is a complete guessing game.… -
SEGGER - Nino -
Replied to the thread [SOLVED] Code Outline and Source Navigator cache in local?.
PostHello, Thank you for your inquiry. Currently this is not possible as we are using the LLVM indexer for this task. But it is on our wishlist to improve this behaviour, but we do not have a fixed timeline for this yet. Best regards, Nino -
SEGGER - Nino -
Replied to the thread [ABANDONED] SES becomes unresponsive when starting debug.
PostHello, Thank you for your inquiry. Such an issue is not known to us. Some svd files are written in a very nested manner so it is possible that it might take for some of them more resources than usual to unroll them. Could you share the svd file for… -
SEGGER - Nino -
Replied to the thread [SOLVED] Problems with syntax highlighting, and not working snappy.
PostHello, Thank you for your inquiry. The doxygen comment stuff looks similar to what you reported here already: [SOLVED] Some feedback for Embedded Studio Correct? If so, it is still on our ToDo to improve this. Quote from Masmiseim: “You can drag… -
SEGGER - Nino -
Replied to the thread [ABANDONED] Heap function: lock() / unlock().
PostHello Max, no, you just wrap the malloc etc. calls directly on high level. Do not overwrite standard functions if not necessary. So you would write e.g. C Source Code (7 lines) Best regards, Nino -
SEGGER - Nino -
Replied to the thread [ABANDONED] stdint.h incorrect sizes.
PostHello, Thank you for your inquiry. Unfortunately it is not that simple. This is a problem that comes up with the Arm AEABI and with C++ mangled names ("exactly what is a uint32_t?"). '%u' should not be used for a uint32_t, you should use… -
SEGGER - Nino -
Replied to the thread [SOLVED] SES debug pod support.
PostHello, Quote from _frank_: “If I understood this correct you mean the Segger GDB server which supports openOCD/pyOCD debuggers. ” No. In this context Embedded Studio is the GDB Client. The GDB Server is from openOCD or pyOCD. We have a universal GDB… -
SEGGER - Nino -
Replied to the thread [SOLVED] SES debug pod support.
PostHello, Quote from _frank_: “This is exactly what I needed. I overlooked this property until now - but to my defense, the number of setting items is a bit overwhelming ... ” Great to hear. Yes the number of options is quite something on Embedded Studio…
-
SEGGER - Nino -
Replied to the thread [SOLVED] SES debug pod support.
PostHello, Thank you for your inquiry. Quote from _frank_: “The ICDI (from TI, e.g. used on their Launchpad boards) is not and probably will not be supported, right ? ” Not supported. Correct. Quote from _frank_: “There is such a conversion J-Link…