Recent Activities
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Yelgontin -
Posted the thread Cannot flash new STM32G030K6 on new design, but J-link will connect..
ThreadI have checked that the MCU is powered, and that the reset pin is not triggered. Debug Log: Fri Apr 16, 2021 10:46:36: Device "STM32G030K6" selected. Fri Apr 16, 2021 10:46:36: DLL version: V7.0 , compiled Apr 8 2021 14:30:05 Fri Apr 16, 2021 10:46:36:… -
godmode -
Replied to the thread [J-Trace] Host side buffer 64Mb.
PostThat is great news. Thank you! Can you give me any directions on frame format so I can dissect the data? -
SEGGER - Nino -
Replied to the thread SysView V2.52d Export data to further analysis in others programs.
PostHello, Other formats than svdat are not supported for export. Quote from Apool: “i could switch to 3.30, but i remember that i wasn't able to integrate it in my implementations (i'm using SMT32 and programming with Atollic) ” SystemView stayed… -
SEGGER - Nino -
Replied to the thread Using Ozone trace features with J-Link flashed on ST-Link.
PostHello, Thank you for your inquiry. A reflashed ST-Link has only capabilities for tracing via trace buffer. You can find an example project for the H7 buffer trace here: wiki.segger.com/STM32H7#Tracing_on_ST_STM32H743 Pin tracing will never work as the… -
SEGGER - Schoenen -
Replied to the thread emWin GUI_MULTIBUF_Begin without buffer copy.
PostHi, you can set your own copy-buffer-function. In this function you simply do nothing. C Source Code (7 lines) You can call the LCD_SetDevFunc() at the end of LCD_X_Config(). Regards, Sven -
nplayle -
Replied to the thread J-Link Timeout while erasing sectors / Problem debugging RT1064.
PostTHanks Alex - I didn't see your response when I wrote my update. I look forward to your update, happy to test anything if you need it. -
justins -
Posted the thread emWin GUI_MULTIBUF_Begin without buffer copy.
ThreadHi All I am using multiple buffers to perform drawing operations using GUI_MULTIBUF_Begin() and GUI_MULTIBUF_End() which works as expected. In my application before every frame that is drawn, the screen (buffer) is cleared using GUI_Clear(). As a result… -
Godsmack -
Replied to the thread J-Link drivers cause "buffer overflow detected" error at Ubuntu 20.04.
PostGreetings, dear SEGGER team! 2 weeks passed by, any news by this topic? I tested latest release named V7.00 - I can't see same error but debug doesn't start anyway. -
nplayle -
Replied to the thread J-Link Timeout while erasing sectors / Problem debugging RT1064.
PostI spent most of today debugging this issue. I tried installing IAR and it has similar issues, where it can run from RAM but not from flash. I did more digging into MCUXpresso and got the following J-LINK logs: The 'good' log shows the following: C… -
danngreen -
Replied to the thread Ozone crashes after making Disassembly window floating.
PostI'd also like to add, that it's not just the Disassembly window, I've also found the Watched Data, Local Data, and seemingly most (all?) the windows causes a crash when moved from one docked pane to another docked position. The window often temporarily… -
dsc -
Posted the thread SEGGER RTT over telnet.
ThreadI'm only able to make the telnet connection with the J-Link RTT Client V7.00 if there's also a connection with the J-Link RTT Viewer. Otherwise and all I'm getting is just: ###RTT Client: Connecting to J-Link RTT Server via localhost:19021… -
thripper -
Replied to the thread Systemview timeline is not always drawn correctly.
PostHello, Thank you for the reply ! Could you give some hint about what you think might be wrong with the code instrumentation ? As far as I can tell, the bin file is correct and the fact that is looks ok after some scrolling around made me think there is… -
SEGGER - Alex -
Replied to the thread J-Link Timeout while erasing sectors / Problem debugging RT1064.
PostHi, We are already aware of a regression in the current V7.00 of the J-Link software, which affects exactly this device (actually it was me internally running into this). We are already working on a fix and plan to have it available by Friday. -
nplayle -
Replied to the thread J-Link Timeout while erasing sectors / Problem debugging RT1064.
PostHi, I've been having problems with the RT1064 and a JLink Base. I've described the problem on the NXP forum here: community.nxp.com/t5/i-MX-RT/D…-JLink/m-p/1261542#M13781 The problem I am having seems to be exactly the problem that was described here: … -
nplayle -
Posted the thread J-Link Timeout while erasing sectors / Problem debugging RT1064.
ThreadI spent most of today debugging this issue. I tried installing IAR and it has similar issues, where it can run from RAM but not from flash. I did more digging into MCUXpresso and got the following J-LINK logs: The 'good' log shows the following: C… -
FabianSchmied -
Posted the thread Using Ozone trace features with J-Link flashed on ST-Link.
ThreadGreetings everyone, I am wondering if it is possible to use Ozones trace features (timeline, code coverage...) with a reflashed ST-Link to a J-Link. In my example, I am using a nucleo-F767ZI board from ST. The on-board ST-Link has been reflashed.… -
materigokopp -
Posted the thread Systemview cjtag.
ThreadHi! I am currently evaluating the use of Systemview for our purposes. We are using a cc1310 from TI with the cJtag as the debug interface. Our Jlink-Plus works flawlessly with it in Code Composer Studio for normal debugging purposes. My question is: It… -
taotieren -
Replied to the thread [SOLVED] Abnormal function of Linux JlinkConfigExe.
PostCheers! -
sabdulqadir -
Replied to the thread SystemView could not be started.
PostHi Fabian, Thanks for the reply. I am using ChibiOS and was trying ChibiOS bindings done for SystemView (details here forum.chibios.org/viewtopic.php?t=5243). These were done for v2.52 of SystemView. With v3.12, somehow it's not working. See the attached…