Renesas Release Information
Fixed Issues
IDE-89704 Debug session terminates after a thread is disappeared. (GDB server)
Affected device families:Synergy RZ RX RL RE RA
When debugging RZ, RA, RE, Synergy, RX, or RL78 and when the option "RTOS integration in debug view" is enabled, the debug connection may be disconnected when a thread is deleted while debugging. Please don’t enable the option "RTOS integration in debug view".
Open Issues
IDE-88361 Stack Analysis does not distinguish identically named static functions (Stack Analysis View)
Affected device families:Synergy RZ RX RA DA
When a project contrains identically named static functions the Stack Analysis view does not distinguish between them. This can be seen with the GCC toolchain.
IDE-85096 Compilation error occurs by porting the existing project to newly generated project. (RZ FSP Project Generator)
Affected device families:RZ
Importing older RZ/A FSP projects from 2024-10 can cause build errors following import:
Error messages can be seen friom the build such as:
Assembler messages:
Error: selected processor does not support `crc32cb w0,w0,w3' {code}
To fix:
Configure Enable to Feature crc on the Target Processor field.
Add -mcpu=cortex-a55 to Other target flags.
IDE-83534 Eventpoints View does not work when debugging with RZA3UL (Eventpoints plugin)
Affected device families:RZ
When using Eventpoint view for RZ devices, the timer start/stop events or the trace start/stop events would not be supported.
IDE-83532 The run break time measurement status bar does not work. (GDB server)
Affected device families:RZ
The run break time measurement which is shown in the status bar does not display values for the RZ/A3UL.
IDE-88605 RZA3UL FreeRTOS requires a breakpoint at main() (GDB server)
Affected device families:RZ
RZA3UL with FreeRTOS requires a breakpoint at main() in order to be able to debug threads.
It is necessary to stop at main() for the debugger to detect that the RTOS symbols are accessible.
IDE-88122 RZA3UL terminates debug session when click restart button on running thread (GDB server)
Affected device families:RZ
While debugging, if the reset or restart operation is invoked while the program is running, the debug connection may be disconnected. Please push the reset or the restart button while the program is suspended.
IDE-80756 Program is automatically disconnected when resuming until stop at main (Debugging RZ)
Affected device families:RZ
When debugging RZ devices, if debug view shows data which is located on the area where is not readable on reset, the next resume/step operation may cause a disconnection of the debugging. Please close the view until the area is readable.
When the program need to be reset, please use 'Break at' for the address where the area is readable on the startup tab, and use 'restart' instead of reset to run the program to enable the debugger to read the memory.
IDE-66594 Cannot debug RZT2M in Linux (RZ FSP)
Affected device families:RZ
Debugging on Linux with RZT_FSP v1.2.0 for RZ/T2M or RZ/T2L is not supported.
IDE-62641 PC doesn’t stop at the reset vector on reset for RZ. (Debugging RZ)
Affected device families:RZ
When debugging RZ devices, PC will not stop at an address of reset vector on reset. Program will run in a short time after reset, and then, the program will be halted.
If the program is built for RAM debugging (without using boot loader), the program will not run after reset correctly. In this case, please re-download the program (please don’t forget to set "Reset after reload" option to 'No' on Debug Configuration) after reset, or disconnect the debugging and re-connect.
IDE-93871 Executing multi-core debug for the RZ/T2H results in a failure on the sub-core (CR52_1). (GDB Server RZ)
Affected device families:RZ
When debugging CR52_1 on RZ/T2H, the debug connection may fail with the default lauch settings. In this case, please specify "Prevent Releasing the Reset of the CM3 core" to 'Yes'.
IDE-87299 [Linaro] Can not start debugging with RZ/G1E via TCF connection (Debugging RZ Linux)
Affected device families:RZ
On Ubuntu 22.04 and 24.04 the RZ/G1E via TCF connection will not start. The issue is a dependency on python 2.7 which is not present on these systems. Check this link for an update http://security.ubuntu.com/ubuntu/pool/universe/p/python2.7
IDE-88462 Popup error dialog not shown despite FSP version mismatch between CR52_0 and CR52_1 after build (FSP Code Generation & Builder)
Affected device families:RZ
For RZ/T FSP multicore projects that utilize linked projects, it’s crucial to maintain consistent FSP versions across all linked projects. Inconsistencies can cause unexpected problems. Currently, e studio does not notify you if the FSP version of a linked project doesn’t match the FSP version of its smart bundle’s parent project.
IDE-73531 Connection will fail when the program is large. (Debug Launch)
Affected device families:RZ
Debug connection may fail due to time out when downloading a large program.
In this case, please reconfigure the time out setting of GDB in [Preferences] dialog.
Please follow below steps to reconfigure the time out setting of GDB
-
Select [Window] → [Preferences] menu in main menu.
-
Select [C/C++] → [Debug] → [GDB] node in [Preferences] dialog.
-
Change the value of [Command timeout (ms)] text to more large value.
-
Or uncheck [Command timeout (ms)]
IDE-72790 [RZA3UL] Program is disconnect automatically after resumed (GDB Server RZ)
Affected device families:RZ
When debugging, if a variable which can’t be accessed on reset is added to Expressions view, the next connection or resume may fail. In this case, please disable the variable on the Expressions view before connection or reset.
For example, the variable is located at external memory area and the area is disabled on reset and if the memory access for the disabled area causes an exception in the device, this issue will happen.
IDE-90334 Support "RTOS integration in Debug view" for RZ/T2H (GDB server)
Affected device families:RZ
The RTOS integration in Debug View feature is not supported on RZ/T2H devices.
IDE-95973 Incorrect icon displayed for the port pin in conflict (Generic Pin Configurator)
Affected device families:RZ RA
In the Pin function page, a redundant "*" character may be displayed in the "Input/Output" section of the GPIO pin configuration panel after a DTSi configuration file is imported.
IDE-95969 Unable to overwrite a preceding setting that has already overwritten a previous setting in the ancestor project. (Generic Pin Configurator)
Affected device families:RZ RA
In the case where a solution pin setting is overwritten in downstream project, and if the user modifies the same pin again in a further downstream project, the pin assignment may not be generated into pin_data.c
To avoid this issue, please do not override a solution pin setting more than 1 time.
IDE-96006 The features on the pin function can still be changed even with the lock function enabled (Smart Configurator)
Affected device families:RZ RA
The lock function of the Pins page may not work correctly if the locked pin assignment is changed manually from the pin number page or FSP Visualization view.