SEGGER - Simon SuperModerator
- Member since Mar 20th 2024
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
SEGGER - Simon -
Replied to the thread Segger RTT not working with freertos 11 for stm32 M0.
PostHello, The following links might be helpful: forum.segger.com/index.php/Thr…-SOLVED-RTT-and-FreeRTOS/ wiki.segger.com/RTT#Troubleshooting Best regards, Simon -
SEGGER - Simon -
Replied to the thread [SOLVED] J-Link Base trying to update firmware.
PostHello, You can disable the automatic firmware updates with the DisableAutoUpdateFW command string. wiki.segger.com/J-Link_Command_Strings#DisableAutoUpdateFW Best regards, Simon -
SEGGER - Simon -
Replied to the thread [SOLVED] RP2350 support.
PostHello, Yes, we plan to support this chip and are looking to implement it in the next few weeks. Stay up-to-date regarding J-Link: segger.com/notification/subscribe.php?prodid=7,94 Best regards, Simon -
SEGGER - Simon -
Replied to the thread [SOLVED] understanding output of "ShowHWStatus".
PostHello, The ShowHWStatus command displays the current state of the pins, indicating whether they are high (1) or low (0). For SWD, the following pins are used: - TDI = SWDIO - TCK = SWCLK - TDO = SWO Best regards, Simon -
SEGGER - Simon -
Replied to the thread Jlink flash programming interface does not take memory changes from CPU/code into account.
PostHello, The fix for this issue will be included in the next version, scheduled for later today. Stay up-to-date regarding J-Link: segger.com/notification/subscribe.php?prodid=7,94 Best regards, Simon -
SEGGER - Simon -
Replied to the thread [SOLVED] How to pipe the output of a specific RTT channel?.
PostHello, Currently, there is no option to change the RTT channel in the RTT Client, as it is hardcoded to channel 0. Best regards, Simon -
SEGGER - Simon -
Replied to the thread [SOLVED] Jscope RTT time stamp.
PostHello, We have expanded our J-Scope documentation with an example on how to use J-Scope with RTT and timestamps: Example Project Best regards, Simon -
SEGGER - Simon -
Replied to the thread How to use the JLinkRemoteServer CL version.
PostHello, The logs appear to be fine. It's possible that the port (19021) is being blocked by your firewall, or that the RemoteServerCL application does not have the necessary permissions to access your local network. Best regards, Simon -
SEGGER - Simon -
Replied to the thread [SOLVED] Where can I find the earliest support OS version?.
PostHello, Supported operating systems for J-Link are: - Microsoft Windows 10 - Microsoft Windows 11 - Linux (Tested distributions) - macOS 10.5 and higher While I'm quite confident that it will run on Windows 7, please note that it is not officially tested… -
SEGGER - Simon -
Replied to the thread [SOLVED] Jscope RTT time stamp.
PostHello, Thank you for reaching out. The timestamp value in J-Scope is interpreted in microseconds (µs). To display the correct timestamps with J-Scope, you should start with a timestamp of 0 and increase it by 2000 (2ms) each time you send data. Best… -
SEGGER - Simon -
Replied to the thread How To Setting in J-Flash DualBank, J-Link.
PostHello, For the Traveo 2 family, we do not support Dual Bank mode. You could write your own Flash Loader if needed using the J-Link DSK. For more information, refer to: wiki.segger.com/J-Link_Device_Support_Kit … -
SEGGER - Simon -
Replied to the thread why jlink gdb server reponse "Unsupported CPU"?.
PostHello, You could try to read the registers one by one using the "reg" command: wiki.segger.com/J-Link_GDB_Server#reg Best regards, Simon -
SEGGER - Simon -
Replied to the thread [SOLVED] Program external qspi flash on custom PCB using JLink.
PostHello, You can only choose out of the available pin configurations that are available the MCU and cant adjust it yourself. You can find the available pin configurations for the STM32U599 here: wiki.segger.com/ST_STM32U5#QSPI_Flash If your Pin… -
SEGGER - Simon -
Replied to the thread [SOLVED] Loadbin with no reset.
PostHello, You can override the reset functionality by passing a JLink script file to the JLink Commander that implements the ResetTarget() function. This will ensure JLink calls your custom reset function instead of the default target reset. Here is an… -
SEGGER - Simon -
Replied to the thread OTP Program for Ti Hercules RM57L843 Processor.
PostHello, Programming the OTP of this chip is not supported by J-Link, and we do not have any plans to do so in the near future because our schedule is quite booked at this time. You may want to add support yourself with the JLink DSK using the… -
SEGGER - Simon -
Replied to the thread [SOLVED] Jlinkis not able to read memory , Jlink Setting for CORTEX_M7.
PostHello, Could you please send us a J-Link log file of the failing scenario? How to enable: wiki.segger.com/J-Link_DLL#Enable_J-Link_Log_File The S/N you have sent is from a unit from 2019 which is out of support and warranty. We recommend to make use of… -
SEGGER - Simon -
Replied to the thread How to use the JLinkRemoteServer CL version.
PostHello, It seems like you are using just the default settings of the remote server, so no additional command line options should be needed. Could you please provide one log of the failing scenario and one of the successful one? The log can be enabled…