Search Results
Search results 1-9 of 9.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Quote from SEGGER - Simon: “Hello, I noticed that you are using different interfaces with the GDB-Server: SWD, and with Ozone: JTAG. Could you please try selecting the SWD interface in Ozone? Best regards, Simon ” That was the problem. I'm an idiot. Sorry. For some reason I assumed it would come up in SWD mode. I do notice that when I run the application it claims it is running, but when I pause it, it's at the start of ResetISR(), which I assume is the function called by the reset vector. If I …
-
NXP LPC54S018 Development board (LPCXpresso54S018) Using the NXP IDE with my J-Link Plus Compact, I get connection errors, so I thought I'd try with Ozone. The JLinkGDBServerCL commandline is as follows: 'C:\Program Files\SEGGER\JLink\JLinkGDBServerCL.exe' -SettingsFile "C:\open\nxp_workspace\lpcxpresso54s018_freertos_hello\Debug\lpcxpresso54s018_freertos_hello JLink Debug SettingsFile.jlink" -nosilent -swoport 2332 -select USB=851001883 -telnetport 2333 -singlerun -endian little -noir -speed 40…
-
Fedora 34 machine. I just downloaded SystemView_Linux_V330_x86_64.rpm and Ozone_Linux_V324g_x86_64.rpm I installed SystemView first using sudo dnf localinstall SystemView_Linux_V330_x86_64.rpm and it seemed to install correctly I then tried to install Ozone using sudo dnf localinstall Ozone_Linux_V324g_x86_64.rpm and get the following output: Source Code (22 lines)Ii I reverse the installation order, I get the same issue, just swap the package names. Any ideas? Regards, Glenn
-
HI All, Trying to write a custom reset script using JLinkScript to toggle the reset line on our processor, halt the target, and poke a value to memory to halt the watchdog timer. The JLinkScript is working from JLinkExe (I'm on Fedora 34): Source Code (11 lines) When I use the same reset script in Ozone The CPU does not halt: Source Code (9 lines) Despite on Line 5 my check that the S_HALT bit is set in DHCSR. Any ideas? Regards, Glenn