Search Results
Search results 1-20 of 57.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Hello, To use RTT on external memory with Cortex-R devices, please refer to the following resources: 1. Information on RTT with RZ/T2L: kb.segger.com/index.php?title=Renesas_RZ/T2L#RTT 2. Cortex-R specific RTT details: kb.segger.com/RTT#Cortex-R_specifics 3. CPU caching and RTT: kb.segger.com/RTT#Cortex-M_specifics Quote: “If the curve is a little bit more complex and the time axis sacle is a little bit more large,the j-scope gui will freeze. ” We will investigate this issue and get back to you …
-
J-scope protocol
PostHello, J-Scope is actively maintained and updated, so please feel free to request any features you find missing in J-Scope. Currently, the only solution to work with the data stream in J-Scope is to record the variables and then export the data either as a CSV file or as a RAW data stream. Other applications that support the CSV format can then be used to analyze the data. For more information on exporting sampled data, please refer to: kb.segger.com/UM08028_J-Scope#Exporting_Sampled_Data Best r…
-
Hello, Flash Lite only erases sectors that are included in the data file being programmed. If you have enabled config flash but it is not included in your .hex file, Flash Lite will not erase or program this flash when you press the Programming button. However, if you click "Erase Chip," the config flash will be completely erased regardless of whether it is included in your .hex file. >> would J-Flash Lite have erased this area and left it at all-1s, or would it have written all-0s? I ask When t…
-
Hello, Thank you for your inquiry. 1 / 2 We are not aware of these issues. Is the issue also reproducible with the example code in the J-Scope documentation? kb.segger.com/UM08028_J-Scope#Example_code Would you be able to provide the ELF file and J-Scope project for further investigation? 3 We are aware of this issue, and a fix will be available in the next version. Best regards, Simon
-
Hello, You can configure the J-Link DLL to avoid reading specific areas from the cache using the ExcludeFlashCacheRange exec command. For more information, please refer to: kb.segger.com/J-Link_Command_Strings#ExcludeFlashCacheRange EDIT: Additional options that helped in fjouen's case was setting SetEnableMemCache=0 and SetAllowFlashCache=0. Best regards, Simon
-
Hello Francisco, Indirect programming via the QSPI controller of the STM32G474 is currently not supported. To program the Flash, you will need a custom flash loader. There are three options for developing a custom flash loader: 1. You may add a custom flash loader yourself with the SEGGER Device Support Kit (DSK). 2. You develop a custom flash loader with the help of the existing flash loaders' source code. 3. SEGGER develops the custom flash loader for you. If you are interested in any of those…
-
Hello, By default, J-Flash skips writing 0xFF to an erased area when the erase value is also 0xFF. You can disable this option by unchecking "Skip Blank Data" under Options -> Project Settings -> Performance. Best regards, Simon
-
Hello, 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
-
Hello, Currently, there is no option to change the RTT channel in the RTT Client, as it is hardcoded to channel 0. Best regards, Simon
-
Hello, 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
-
Hello, 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 or supported, so we cannot guarantee its functionality on that platform. Best regards, Simon