Renesas Release Information
Fixed Issues
IDE-81335 Missing reset option for DA14535 prevents debug session starting (DA SDK Support)
Affected device families:DA
On first boot a debugging session may not reach main() due to a missing option. Subsequent debugging sessions (without repowering the board) work correctly. To fix this, set the option 'Reset after download' to Yes in the Launch Configuration options, on the Debugger tab under Connection Settings.
IDE-79115 Add python 3.x interpreter in e2s CMake execution path on Linux causes build to fail (DA SDK Support)
Affected device families:DA
On Linux host, after using the new import wizard, "DA CMake Project (experimental)", to import a Dialog SDK CMake source project, attempting to build the project fails with the following console message:
CMake Error: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
There is no workaround.
Open Issues
IDE-81186 Reset before download doesn’t seem to be invoked. (GDB Server RZ)
Affected device families:Synergy RZ RA DA
When debugging with the Segger J-link with ARM devices such as RA, when you set "Reset before download" to Yes, the reset operation does not take place.
IDE-71630 [HotPlug] Cannot debug project hot plug with Segger Jlink (GDB Server RA)
Affected device families:RA DA
It is not possible to connect to a running device (hot-plug connection) with Segger J-link for RA and DA in e2 studio. This is due to a problem in this area and it will be solved in the near future.
IDE-76485 DA SDK Importer - Project 'xxx' has no explicit encoding set - warning (DA SDK Support)
Affected device families:DA
After importing a DA Indium SDK CMake project into e2 Studio, the following warning appears in the Problems view:
Project <project name> has no explicit encoding set
This does not cause any harmful effect.
A quick fix is available on the warning which does remove the problem.
IDE-78838 DA CMake SDK project importer - improve discovery of project catalog (projects.json) file (DA SDK Support)
Affected device families:DA
When using the "DA CMake Project (experimental)" import wizard, the wizard prompts to "Select root directory" of the SDK.
The correct location is in fact a couple of directories down into the SDK at Software/Source/, for example:
<Indium SDK install location>/Software/Source/
IDE-73750 e2Studio debugger needs to be started twice for DA14592 (Debugging DA)
Affected device families:DA
Under certain conditions when using the DA14592device the debugger has to be started twice after a new compilation.
In order to program the eFlash after (re)compilation the debugger has to be started. A pop-up window is showing that the eFlash is erased and programmed, then the GDB debugger is started but does not halt atmain(), and keeps running.
If the debugger is reset and started again it is possible to control the debugger as normal.
IDE-81686 Build fails when there are brackets in a path for a Dialog Cobalt project (DA SDK Support)
Affected device families:DA
Building a Dialog SDK project will fail if there are special characters in the SDK path. Please make sure the path only contains alphanumeric characters before importing
IDE-80584 [Memory Usage] Issue of Memory Usage view when using DA project with LLVM toolchain (Memory Usage plugin)
Affected device families:DA
The Memory Usage view can be shown for DA project with LLVM toolchain but there is a problem:
No Linker script file / Linker script file is invalid → The Memory Region Usage cannot be shown, and button open Section page is not worked.