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 Adding both .elf file and .svd file with Command Line arguments.
PostHello, -programfile will only take one file in either an elf format or the supported bin/hex formats. Svd files will not work as intended as they are not program files. We recommend to use the Ozone GUI and its project wizard to set up the project up… -
SEGGER - Nino -
Replied to the thread Embedded Studio RP2040 Support.
PostHello, FYI we just released the new CPU Support Pacakge for RP2040 and the BSP for the Pico board. You can find them in the ES Package Manager. The CPU Support package can be used for generic RAM samples. The BSP is for the Pico Board which links… -
SEGGER - Nino -
Replied to the thread ATSAME51N19 SWO not working properly.
PostHi Martijn, Quote from Marty-VB: “If I understand correctly the ATSAME51 isn't fully supported yet? ” It is fully supported from J-link perspective. However for SWO this particular target device can have a multitude of clocksources, sometimes… -
SEGGER - Nino -
Replied to the thread Difficulty Programming LPC2478 MCU with JLink.exe.
PostHello, Thank you for your inquiry. Generally if it works in IAR it will work with J-Link Commander. Just make sure to use the same interface, speed settings etc. that you set up in IAR. According to your second post downloading works now, but the… -
SEGGER - Nino -
Replied to the thread J-Link VCOM max baudrate..
Post -
SEGGER - Nino -
Replied to the thread Support CC2652P in J-Link.
PostHello, Thank you for your inquiry. The CC2652P is currently not officially supported. But according to the datasheet it is similar to the CC2652R1F which we do support. Could you try selecting target device name CC2652R1F? Does debugging and flashing… -
SEGGER - Nino -
Replied to the thread Change project to external toolchain.
PostHi, you can of course create also a new build config in your current project and set up the external toolchain. For example Debug_External. Next set the project option Build->Project Type->Externally Build Executable Now you need to set up your tool… -
SEGGER - Nino -
Replied to the thread [SOLVED] J-Trace Pro Cortex-M SPI Flash support?.
PostHello, Yes it does. segger.com/products/debug-prob…nk/models/model-overview/ Best regards, Nino -
SEGGER - Nino -
Replied to the thread Error in programming SAMD51N19A => Failed to prepare RAMCode using RAM.
PostHello, Thank you for your inquiry. Such an issue is not known to us. Could you provide a J-Link log of the failing session? Does this issue appear with any image programmed or just this specific one? Best regards, Nino -
SEGGER - Nino -
Replied to the thread ATSAME51N19 SWO not working properly.
PostHello, Thank you for your inquiry. If I had to guess the reason for SWO not working reliably is an incorrect initialization as on most higher speed ATSAM devices the SWO pin does not follow the CPU clock speed 1/1: wiki.segger.com/ATSAME70 This can be… -
SEGGER - Nino -
Replied to the thread [J-Trace] Host side buffer 64Mb.
PostHello, Thank you for your inquiry. Yes there were changes. You can now dump the raw unanalyzed trace data on to your hard drive. wiki.segger.com/J-Link_Command_Strings#TraceFile However you would need to write your own analyzer for this right… -
SEGGER - Nino -
Replied to the thread Problem installing / broken rpm package(s) SystemView 330 on.
PostHello, Thank you for your inquiry. Such an issue is not known to us. Which Linux distribution are you using exactly? Best regards, Nino -
SEGGER - Nino -
Replied to the thread SystemView: total CPU load over 100%.
PostHello Max, Thank you for your inquiry. Most likely the FreeRTOS configuration is not correct. Unfortunately FreeRTOS did not stay backwards compatible. The patch file we provide will only work with V10.0.0. Even V10.0.1 already needs another patch… -
SEGGER - Nino -
Replied to the thread Debug under simulator SES + nRF52840 + S140.
PostHello, Thank you for your inquiry. The simulator will only simulate the Arm core itself, so you can check if your generic C/C++ or assembler code you wrote can generally run on the Arm platform. However peripherals are not part of the simulation which… -
SEGGER - Nino -
Replied to the thread Change project to external toolchain.
PostHello Christoph, Thank you for your inquiry. You can create a new project within your current solution. Simply go to File->New Project->Add the project to the current solution From then on it should be just like the Wiki article. Best regards, Nino… -
SEGGER - Nino -
Replied to the thread [SOLVED] some defined phrase can't go to definition normally.
PostHi, Thank you for your feedback. We will check if Embedded Studio can be improved here so it is more obvious what happens in what line if macros are used. However generally Embedded Studio is behaving correctly when expanding macros and when the goto… -
SEGGER - Nino -
Replied to the thread Context menu slow to respond to mouse, and menu items with no icon are wrong height (macOS Big Sur).
PostHi Dan, can you confirm this is working now with the latest Ozone version? Best regards, Nino -
SEGGER - Nino -
Replied to the thread Embedded Studio RP2040 Support.
PostHello, Thank you for your inquiry. For RAM debug samples in ES and Ozone see here: wiki.segger.com/Raspberry_Pi_Pico#Example_Projects Flash samples are not availalbe yet. But flash downloading is supported. So it is rather a matter of project/boot… -
SEGGER - Nino -
Replied to the thread Systemview timeline is not always drawn correctly.
PostHello, Thank you for your inquiry. What RTOS are you instrumenting here? It appears that the code instrumentation is not done correctly. How to do this is explained in the SystemView manual in detail. If you are looking to instrument a non RTOS… -
SEGGER - Nino -
Replied to the thread "External Build" macro fail on Ubuntu.
PostHello, Thank you for your inquiry. How macros can be defined is explained here: studio.segger.com/index.htm?ht…om/ide_project_macros.htm Regarding the *.o, make sure this is supported by the Linker you are using. Embedded Studio will simply pass this 1…