Recent Activities
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
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 PDMA ch1 for audio buffer updates. LCD display seems to be using PDMA as well. NVT_Draw1 function defined in fsa506.c there is some doc on how it works. It completely resets PDMA0, thus interrupting any other… -
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… -
jyothish devan -
Posted the thread Sharing common functions across multiple firmwares.
ThreadI have a bootloader and application firmware created using SEGGER Embedded Studio, but with the current flash size limitations, there is no room for adding new features to the application firmware. Is there a way to place functions used by both the… -
MarcelB -
Posted the thread J-Trace not responding anymore after a few days.
ThreadHello, I’m facing an issue with a J-Trace PRO Cortex v. 3 debugger. We’ve several J-Links in use and I think I saw this on one or two others as well but I’m not sure about this. I’m using this debugger in the lab connected to a PC -… -
GSXR1000 -
Posted the thread J-LINK with STM32L552E-EV evaluation card.
ThreadHello, I have a J-LINK EDU and I would like to know if I can work with an STM32L552E-EV evaluation card, can I work with J-LINK to program and debug this evaluation card ? Thank you for your answer -
AndyR -
Replied to the thread data sampling / timeline when doing emulated background reads.
PostVAR_ALLOW_BMA_EMULATION is on and has been - hence i said I have seen and understood the massive difference in update rates for this mode of operation being limited to 5Hz but sample rate is no issue for this this is what happens when i try and use… -
Juppeck -
Replied to the thread JLink Linux udev rules incompatibility with openSUSE.
PostThis and some other reasons had decide me to left suse since suse3 to ubuntu LTS. I miss YAST, but i got a more compatible and faster system. A good point to learn using other and more common tools to setup a linux system. -
fjouen -
Posted the thread Jlink Read Memory issue with VS Code.
ThreadHi Using Jlink probe with Visual Studio results in having inconsistent memory information during debug. The jlink driver is always returning data from the cache on a read memory command. Not the real memory content from the device. So it is impossible… -
1ao -
Posted the thread Issue with getting interrupts for FLASH_ALGO_TYPE_CMSIS flash loader.
ThreadHW used J-Trace Pro Custom microcontroller with M33 connected to QSPI Flash SW used J-Flash Background I am working on flash loader FLM file for loading code to an external QSPI Flash. The chip on which FLM is loaded is custom with M33…