Recent Activities
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Akshitha -
Posted the thread MIMX9352_A55_1 core debugging issue.
ThreadHello While debugging MIMX9352_A55_0 it works fine while trying to get into debug mode for MIMX9352_A55_1 i get failed to Connect to target message I have attached the image of the error message clearly -
sonycman -
Posted the thread Cortex-A7 FPU registers D16-D31 wrongly displayed.
ThreadHello! Using latest Ozone (v3.38a) debugging .elf application for IMX6ULL (Cortex-A7), the second part of double precision registers (D16 to D31) are displayed incorrectly: forum.segger.com/index.php/Att…99d4c4c7d5bb7cf48adc28b6f It seems only lower 32… -
AndyR -
Replied to the thread data sampling / timeline when doing emulated background reads.
Postyou can see that in the image of the project file startup script -
SEGGER - AlexD -
Replied to the thread data sampling / timeline when doing emulated background reads.
PostHi AndyR, on which device, exactly do you observe that behavior? We shall try to reproduce locally. Best regards -- AlexD -
SEGGER - AlexD -
Replied to the thread Send arrow keys and <ctrl>+key sequence to target CLI..
PostH Namklak, Ozone does not support sending such control characters to the target. Best regards -- AlexD -
JLangbridge -
Replied to the thread Ozone & SystemView compatible to MacOS Sequoia?.
PostSystemView: Yes, I've been using it on 15.0.1 but have yet to try it on 15.1 (it was only just updated). I haven't tried Ozone yet, but I'll try that and let you know how it goes. -
_frank_ -
Replied to the thread Sharing common functions across multiple firmwares.
PostI think this is a bad idea. Because for one, this "shared" library code must be located in the BL application/sector, or else it would most probably delete itself partially when updating the application. However, that defeats the main idea of a separate… -
Corapche -
Posted the thread Error with path for ARM toolchain while using Segger Embedded Studio.
ThreadRecently I had a strange anomaly, where I build the project twice in a row and on the second build it seems that the path to the ARM toolchain has broken. I'm confused because I haven't changed anything for that to happen. The error is the… -
yueduz -
Posted the thread J-Link RTT "SEGGER_RTT_MODE_BLOCK_IF_FIFO_FULL" is not blocking the code as expected..
ThreadI'm using the following command to read channel 1: Shell-Script (5 lines) When JLinkRTTLogger connects, the code starts executing immediately, but "Data written" in JLinkRTTLogger doesn't start counting. The code only blocks when JLinkRTTLogger… -
fortannekita -
Posted the thread S32K344 J-Trace Unexpected core ID.
ThreadI am using J-Trace Pro Cortex-M debugger with a S32K344, the problem is that I get an Unexpected core ID when connecting over JTAG to the MCU with J-Flash. However the issue does not occur when I connect over SWD. The same issue happens when using MDK… -
Eqqman -
Posted the thread Problems clearing USB interrupt bits from STM32F411 GINTSTS register.
ThreadNot sure if this is an SES issue or STM32 issue, so posting here and in an ST forum... Trying to work with the STM32F411 USB OTG peripheral and compiling with Segger Embedded Studio, I'm having trouble clearing out the USB interrupts. The USB… -
lee_ -
Replied to the thread SES can not live watch variables when target is runing.
PostI found some clues about this issue. (1) When I use __attribute__((section(".noncacheable"))) to assign some variables, the watch function is valid and can be updated when the mcu is running. exp: __attribute__((section(".noncacheable"))) int… -
Namklak -
Posted the thread Send arrow keys and <ctrl>+key sequence to target CLI..
ThreadI'm debugging a target Running Zephyr CLI, which can use arrow keys and <ctrl>+key combo keystrokes, but when I type those in the Ozone Terminal input frame, Ozone doesn't seem to send those to the target - any ideas? Thanks, Namklak -
AlfredJodaQuak -
Posted the thread Ozone & SystemView compatible to MacOS Sequoia?.
ThreadHello, before updating my Apple silicon Mac to MacOS 15 Sequoia I would like to ask wether Ozone and SystemView have been tested under MacOS 15? Regards AlfredJodaQuak -
FranciscoB -
Posted the thread Programming external flash indirectly, bridging over the MCU, with the J-Link..
ThreadHi there, I’m trying to program an external SPI flash (IS25LP032D) that is connected to a MCU STM32G474, but only the MCU can have a socket for plugging the J-Link to be programmed. Therefore, to program the external flash I need to use the MCU and do… -
mdokukin -
Posted the thread PDMA Logic Interruption.
ThreadHi, In my application I am using PDMA1 ch1 for audio buffer updates. LCD display seems to be using PDMA as well. NVT_Draw1 function defined in fsa506.c uses PDMA0 ch2 to write data to LCD. The logic inside NVT_Draw1 does not interfere with the logic of… -
Aleksei -
Posted the thread How can I run and debug PIC(position intepended code) on ARM CM7 mcu from any address?.
ThreadI have PIC application for STM32F7xx mcu and want to run this application from any flash memory position and debug it in Ozone. The base address of code is 0x08080000 for the compiling time. For the first i used Project.RelocateSymbols: C Source Code… -
AndyR -
Replied to the thread data sampling / timeline when doing emulated background reads.
Postthat looks enough to show the isuse -
SEGGER - AlexD -
Replied to the thread data sampling / timeline when doing emulated background reads.
PostHi AndyR, could you please provide a J-Link log and an Ozone log, both recorded during the same session where the issue is reproduced? How to create an Ozone log is described in chapter 8 of the Ozone user's manual. Creating a J-Link log file is… -
lee_ -
Posted the thread SES can not live watch variables when target is runing.
Threadwhen I am using SES8.18+Jlink to debug a RISC-V MCU(HPM6284). I added some global variables to the watch window and set the refresh rate to twice a second. In fact, the variables are refreshed only when the target stopped. When the target on running, the…