Renesas Release Information
Fixed Issues
Open Issues
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-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-77369 RZT2M not support semihosting with E2 emulator (Debugging RZ)
Affected device families:RZ
For the RZ/T2M device e2 studio does not support semihosting with the E2 emulator
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 Exressions 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-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-76254 Connection fails for aarch64 project (GDB Server RZ)
Affected device families:RZ
The debug launch for RZ/A3UL may fail with read memory errors at initial launch. Add the command "set breakpoint enable-memread 0" to the Debug Configurations → Startup → Initialization Commands field to resolve this.