Recent Activities

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

  • SEGGER - Alex -

    Replied to the thread Running JLink through batch file does not work through LabVIEW.

    Post
    Sounds like it has to do with the “working directory” (en.m.wikipedia.org/wiki/Working_directory) When you click the bat file, the working directory of the bat file code is the location of thw bat file. That working directory is inherited by JLink.exe,…
  • SEGGER - AlexD -

    Replied to the thread Ozone terminal unable to send CRLF.

    Post
    Hi SyamK, Which Semihosting service do you use? I assume, this is ReadC(). Is that correct? ReadC() returns a character. If you configure Ozone such that a dialog opens to enter a character, you need to enter a character and then click on the "OK"…
  • catosh -

    Posted the thread Systemview microlib microVision.

    Thread
    I am trying to instrument a program where we use RTX kernel and microlib on uVision. I understand that there are no porting or official support for RTX, that's ok. I am starting from scratch from SEGGER_SYSVIEW_Config_NoOS example and then I'l…
  • SEGGER - AlexD -

    Replied to the thread Reloading and programming in the background.

    Post
    Hi Rune, Ozone does not provide such a functionality and we do not see a big benefit in implementing such a feature. Ozone is a debugger and if you switch to Ozone it can be assumed that you intend debugging the firmware. For that use case Ozone behaves…
  • SEGGER - AlexD -

    Replied to the thread FreeRTOS aware plugin for Cortex-M33 (CM33).

    Post
    Hi Sam, the FreeRTOS plugin for Cortex M33 was not tested on the Cortex M4. So we cannot promise that everything will work as expected and intended. But feel free to share your experience here. Best regards -- AlexD
  • EDWSH -

    Posted the thread How To Setting in J-Flash DualBank, J-Link.

    Thread
    hi i wonder, how to setting in j-flash to use j-link for flash dual bank. i dont find DBANK = 1 or 0 setting. how to use. please reply. thanks. check attchments file thanks
  • grum.kin -

    Posted the thread Issue using JLinkGDBServerCL.exe with EFR32xG24 since Version V7.94.

    Thread
    I am encountering a problem with JLinkGDBServerCL.exe when using an EFR32xG24 chip with JLink software versions after V7.92q. As shown in the terminal output below, V7.94 gets stuck during the “Comparing Flash” step for 2+ minutes and then displays…
  • SyamK -

    Posted the thread Ozone terminal unable to send CRLF.

    Thread
    I have a project that does PRINTF and getchar using semihosting. The system works well with MCUXpresso tools from NXP. When i try do load and debug the executable in Ozone, I run into a weird issue. When i hit enter key, the MCU get 0 as input (not 0x0D)…
  • rals -

    Posted the thread Reloading and programming in the background.

    Thread
    Hello, Some issues are prone to require (a lot of) trial and error to fix. Such cases typically follows the flow: Change code -> compile -> program elf file in Ozone To program the elf file one needs to bring Ozone to the foreground for the dialog…
  • SyamK -

    Posted the thread Getting " '.syntax divided' arm assembly not supported " error.

    Thread
    I have imported an NXP MCUXpresso project into SES. Import went ahead fine, but compiler gives error '.syntax divided' arm assembly not supported How can I get around this ? I like to start the projects with MCUXpresso since it gives all the clocks,…
  • SamB -

    Posted the thread FreeRTOS aware plugin for Cortex-M33 (CM33).

    Thread
    Hello All, I'm using Cortex-M33 part with FreeRTOS, I do not see a FreeRTOS Aware plugin for CM33, expected "FreeRTOSPlugin_CM33.js", but is missing. However, CM4 is almost similar to CM33, is it safe to assume and use FreeRTOSplugin_CM4.js instead…
  • rum -

    Posted the thread Jscope RTT time stamp.

    Thread
    Hello forum users, I would like to use timestamp with Jscope in RTT mode. It is not clear to me what should be written in this variable and there are no examples. Is it constant, is it some incremental value? In my case I prepare data in 2ms interrupt.…
  • rum -

    Replied to the thread Jscope & RTT.

    Post
    Solution found. I located control block at fixed address and pass this address at command line using -RTTSearchRanges switch.
  • balance3164 -

    Replied to the thread JLink suppress "device is secured" popup msg.

    Post
    I tried both in .jlink Exec.Command("SuppressGUI") exec SuppressGUI But still seeing pop up.
  • LearningLabVIEW -

    Posted the thread Running JLink through batch file does not work through LabVIEW.

    Thread
    Hello, I have a batch file that calls JLink.exe to set it up and run a command file. .bat file contents Source Code (2 lines) command file contents Source Code (8 lines) When I right click the .bat file located in a folder on my desktop and run it, I…
  • SEGGER - Simon -

    Replied to the thread How to debug using J-Link edu mini along with NXP's S32DS.

    Post
    Hello, Unfortunately, we do not have experience debugging with the NXP S32 Development Studio either. Below is a link to a list of supported IDEs and instructions on how to set them up for debugging with Jlink: Supported IDEs Best regards, Simon
  • SEGGER - Simon -

    Replied to the thread Variables on fixed address in flash.

    Post
    Hello, I looked at your project and noticed that you are using the STM32F446ZC. The STM32F446ZC has a flash memory range from 0x8000000 to 0x803FFFF (256KB). This means that the address 0x8060000 you are trying to program is not valid. This might…
  • Dingisoul -

    Posted the thread J-Trace Connection with STM32F446_Nucleo-144.

    Thread
    Dear SEGGER developers, I'm trying to connect a J-Trace debugger to my STM32F446 Nucleo-144 board. While the Segger Wiki has been very helpful, I'm still uncertain about some details. The Wiki provides information on which pins on board should be…
  • botched22 -

    Replied to the thread Debug+trace connector for SiLabs EFR32BG22.

    Post
    Alex, Thanks for your quick reply. As far as I know, there is only either the 20 MHz RC oscillator running or the 39 MHz crystal running. We are not using any special clocking like the clock multiplier or divider, one of those frequencies are the main…
  • gustavolaureano -

    Replied to the thread ETM trace maximum data rate on STM32U575.

    Post
    Hi Thomas, Sure, SN: 752000737 Thanks for confirming that, hardware-wise, it is within the operating ranges, regarding your points: 1. no other signals or traces are connected to the trace data pins, although our connection is somewhat inadequate at…