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 [SOLVED] multiple project with different configurations in a single solution.
PostHello bds, Your issue seems to be different See above for links explaining how private/public configs work. Quote from SEGGER - Nino: “How private and public build configs can inherit from each other is explained… -
SEGGER - Nino -
Replied to the thread What happened to CMSIS-DAP (DAP-Link) support?.
PostHello, Thank you for your inquiry. Nothing went wrong. All you need to do is a J-Link selected in target options. If the DAP-Link is installed correctly on your System you should be able to debug. Best regards, Nino -
SEGGER - Nino -
Replied to the thread Recommendations for EmbeddedStudio.
PostHello, Quote from Masmiseim: “One more thing, could you support the mouse wheel during selection in the editor? When doing a normal selection, an action on a mouse wheel is completely ignored. When doing a rectangle selection and the mouse wheel is… -
SEGGER - Nino -
Replied to the thread Segger probes and ETB.
PostHello, Thank you for your inquiry. Any J-Link or J-Trace will do. See here for mode information: wiki.segger.com/Software_and_Hardware_Features_Overview Best regards, Nino -
SEGGER - Nino -
Replied to the thread RTOS-Aware Plug-In: Call stack for selected task?.
PostHello, Quote from dnfuss: “or does a full implementation of getregs give enough for display of callstack? ” Yes that is all information that is needed. Regarding the callstack. This can only be reconstructed if the stack frame information is… -
SEGGER - Nino -
Replied to the thread Ozone window views geometry lost when dragging window to another screen.
PostHi, Thank you for providing the reproduction steps via the video. The issue is reproducible and we are investigating. Best regards, Nino -
SEGGER - Nino -
Replied to the thread [SOLVED] custom colors in timeline not remembered after closing.
PostGood to hear. Case closed -
SEGGER - Nino -
Replied to the thread Modern C++ STL support C++17 or later.
PostHello Tom, We have an updated C++ STL planned for this year. A fixed time schedule is not known yet. To get automatically notified when new Embedded Studio versions are released you can subscribe here: segger.com/notification/subscribe.php?prodid=196… -
SEGGER - Nino -
Replied to the thread [SOLVED] Content of example .pex file (NRF52840 Trace Example).
PostHello, Thank you for your inquiry. Correct the pex file is the equivalent to the JLinkScript, just not in source form. We could provide you with the J-LinkScript source for reference. You can request it via our support system. See my signature for the… -
SEGGER - Nino -
Replied to the thread Difference between User Include Directories and System Include Directories.
PostHello, Yes, there are situations. However if you are not instructed by our support team to change it, you should not change it. Best regards, Nino -
SEGGER - Nino -
Replied to the thread Doubles showing zero and casting not working.
PostHello, Thank you for your inquiry. Such an issue is not known to us. Currently we assume it is a setup/target application issue. Could you provide an example project for reproduction that would run on the mentioned eval board? Best regards, Nino -
SEGGER - Nino -
Replied to the thread Recommendations for EmbeddedStudio.
PostHello, Thank you for your feedback. The mentioned C++ features are on our wishlist but with no fixed time schedule. Improvement of the dark mode is on our ToDo but with no high priority. The find and replace is limited on purpose to make accidental… -
SEGGER - Nino -
Replied to the thread rp2040 support in Ozone, is there a beta planned?.
PostHello Michael, Thank you for your inquiry. A Ozone updated is planned for this week which will come with the latest J-Link library version. To get a notification you can subscribe here: segger.com/notification/subscribe.php?prodid=7 For Linux and… -
SEGGER - Nino -
Replied to the thread RTOS-Aware Plug-In: Call stack for selected task?.
PostHello David, Yes that is possible. if the Plugin is fully implemented callstack, registers, etc. will always show the context of the currently selected task in the plugin window. It was essentially discussed here: [SOLVED] RTOS plugins For reference we… -
SEGGER - Nino -
Replied to the thread [SOLVED] Restored window size is lost under some circumstances.
PostHello, FYI this issue has been fixed and will be available with Ozone V3.22b which is planned to be released this week. Best regards, Nino -
SEGGER - Nino -
Replied to the thread [SOLVED] Misleading singlesteps in source code.
PostHi Detlef, OK I see. Thank you for clarifying. Good to hear that you are up and running again. We will consider this thread as solved now. Best regards, Nino -
SEGGER - Nino -
Replied to the thread [SOLVED] Misleading singlesteps in source code.
PostHello Detlef, I must say I am a bit confused now. First the inquiry was related to Ozone with Keil output. Now you are using Embedded Studio. Is the issue resolved or not? What is working and what is not working? Best regards, Nino -
SEGGER - Nino -
Replied to the thread [SOLVED] Reset device from Ozone vs from JLinkExe (JTrace).
Post -
SEGGER - Nino -
Replied to the thread [SOLVED] Difference between SEGGER-CC and SEGGER-CC-NG compilers?.
PostHello, Thank you for your inquiry. The SEGGER-CC is our stable release version which is recommended for development. The SEGGER-CC-NG is essentially a preview version of the SEGGER compiler that has experimental features and is always based on the… -
SEGGER - Nino -
Replied to the thread Usage of project import for debugger settings.
PostHello, To achieve this you can do one of the following two things. 1. Either leave the host Connection field empty. This will default then to USB, so if only 1 J-Link is connected to the PC it will work out of the box. For IP setups the initial…