Renesas Release Information
Fixed Issues
IDE-69091 Download button work wrong when multiple sessions are connected (Debug Launch)
Affected device families:R-Car RH
When multiple bare-metal debug sessions are connected the Download button may send the program to the wrong connected session.
IDE-75734 Wrong device and CPU Type when importing CCRX project from rcpc file (CCRH Build plugin)
Affected device families:RX RL RH
After importing CS+ project to e2 studio 2024-04, be sure to reconfigure your device settings for Build according to the steps below.
Because your project device settings for Build will be empty when importing CS+ project to e2 studio 2024-04.
-
Select your project on the [Project Explorer] view.
-
Select menu [Project] > [Change Device].
-
The [Refactoring] dialog is appeared. Input your project device to the [Target Device:] textbox and click the [Next >] button
-
Click the [Next >] button again.
-
Uncheck the [Project Files] checkbox and click the [Finish] button.
!ChangeDevice.png|thumbnail!
IDE-78177 Strange behavior after clicking "Clear Renesas Debug Virtual Console" (GDB server RX)
Affected device families:RX
When using Segger J-Link for RX devices, Renesas Debug Virtual Console view will not work.
IDE-77693 OFS definition for ROM code protection is missing in GCC linker script files of RX66T/RX72T (Device Support RX)
Affected device families:RX
OFS definition for ROM code protection is missing in GCC linker script files of RX66T/RX72T.
IDE-76470 CC-RX Save build settings report problem - fileSpectext is null (Managed Build)
Affected device families:RX
In certain situations the Save Build Settings report does not work correctly when using the CC-RX toolchain.
An error is thrown:
"Cannot invoke "String.toLowerCase()" because "fileSpecText" is null"
A possible workaround could be to set "Check the source code by MISRA-C" option to "No".
IDE-76034 Loadmodule converter cannot execute copy-obj when converter is invoked without path. (Loadmodule Converter)
Affected device families:RL
Build error occurs and .x file for FAA core is not generated when using CC-RL and FAA Assembler for FAA equipped RL78 devices.
ex)
renesas_cc_converterrl78-elf-objcopy -j .debug_* -j FAACODE -j FAADATA GreenDSP.x faa_sampleGreenDSP_Core0.x
CreateProcess failed (2).
To generate .x file, specify command line to execute renesas_cc_converter with its path to post-build steps in Build Steps tab of "C/C++ Build → Settings" in the project properties. makefile contains command line of renesas_cc_converter.
ex)
renesas_cc_converter faa_sample.abs faa_sample.x -dsp_section=FAACODE,FAADATA
Add the path to the command line above and specify it to "Post-build steps".
You can get the path of renesas_cc_converter.exe by going to "Support Folders" tab in "e2 studio Installation Details" opened from "Installation Details" button on "About e2 studio", click link for "e2 studio support area:", and find renesas_cc_converter.exe in \Utilities\ccrl folder.
example of command line specified in post-build steps:
C:\Users\username\.eclipse\com.renesas.platform_1195273088\Utilities\ccrl\renesas_cc_converter faa_sample.abs faa_sample.x -dsp_section=FAACODE,FAADATA
The above workaround will still show a failure, but renesas_cc_converter is executed after that and generates .x file correctly.
IDE-75307 [HotPlug] Suspend is automate disconnect instead of jumping to main (GDB server RL78)
Affected device families:RL
When using hotplug connection for debugging, please set the option "Set breakpoint at:" enabled on the debug configuration, although the breakpoint will not be set.
IDE-65798 Execution Address Eventpoint for J-Link ARM and RISC-V not working (GDB Server RA)
Affected device families:RA RISC-V MCU
When debugging ARM devices with J-Link, execution address event on Eventpoint view is not supported.
IDE-57553 Cannot set Trace Start/Stop - Error: Event channel is Empty or not an unsigned integer (Eventpoints plugin)
Affected device families:RA
Currently support for the Trace Start\Stop feature when using the JLink emulator is not functioning for ARMv8-A based cores.
IDE-75780 RA6M4 RTOS threads do not correctly Stop/Resume when Suspended. (Debug Configuration RA)
Affected device families:RA
RTOS threads may not correctly show call stacks when stepped after being Paused. Linux only.
IDE-75533 Failed to connect RISC-V to JLink when Interface - Type is "JTAG" or Speed is "Auto"/"Adaptive" (Debug Configuration RISC-V)
Affected device families:RISC-V MCU
When using RISC-V MCU with J-Link, please do not select 'Auto' or 'Adaptive' for the interface speed in the debug configuration. Please strictly use cJTAG interface type only for connection.
Open Issues
IDE-68935 Installation for all users and running e2 studio from installer causes support files path problem (Application)
Affected device families:All
Installation for all users and running e2 studio from installer can cause problems with access to support files and workspace locations.
This issue occurs when a local administration user installs e2 studio and runs for the first time. If this user also creates a workspace subsequent different users with lower privileges may experience problems when trying to open that workspace.
Depending on installation configuration you may see an error like "Error extracting synergy support files".
To avoid this issue subsequent users should create a new workspace.
IDE-56544 Unable to view HTML pages in snap version of Firefox installed by default on Ubuntu 22.04 LTS (Application)
Affected device families:All
When using e2 studio or RASC with Ubuntu 22.04 documents that are opened from the application in an external web browser cannot be viewed.
This appears to be a bug in Ubuntu. In Ubuntu 22.04, the sandboxed "Snap" version of Firefox is installed by default. However the default sandbox permissions for this version of Firefox are broken for fresh Ubuntu 22.04 installations and it cannot access any files on the local file system.
This is reported and documented in the Ubuntu bug tracker: https://bugs.launchpad.net/snapd/+bug/1972762 All applications that require the system web browser are affected
IDE-51147 Visual Expression does not recognize char variables (Visual Expressions plugin)
Affected device families:All
In Visual Expression view, char / unsigned char variables are not recognized and shown as "Incompatible expression value"
Workaround: Cast can be workaround such as (int)var instead of var.
IDE-46896 Project imported from Windows build fail in Linux (ARM GCC Plugins)
Affected device families:All
If copying a project with it’s build output directory been Windows & Linux, or moving it to a new location, you need to do a clean and rebuild to avoid build errors.
If storing a project under version control avoid including the build output directories. At a minimum exclude the *.d files which may contain system specific paths.
IDE-68137 [Eventpoint] External Trigger is invisible with visible tooltip for unsupported states (Eventpoints plugin)
Affected device families:All
When using the debugger with the eventpoints view in some situation you may notice that the "External Trigger" is invisible, but the tooltip is still shown when hovering over it.
This feature is only avaialble when debugging with the E2 emulator.
IDE-73440 Building projects on macOS give build message "fcntl(): Bad file descriptor" (CDT)
Affected device families:All
When building on macOS you may see "fcntl(): Bad file descriptor" appear in the build console.
You can avoid these errors by going to "C/C++ Build → Behavior" in the project properties, selecting "Use custom build arguments" and setting the build arguments to "-r -jN" where "N" is the number of parallel build processes to use. This may however result in false build errors and warnings to show in the problems view & at the end of the build console.
IDE-72732 Browser does not open for help manuals on Linux (Application)
Affected device families:All
The toolchain manual feature accessible from Help→View Installed Toolchains will not open the toolchain manual directory on Linux host OS.
IDE-78597 [Integration Service] Program is automatically disconnected (Integration Server)
Affected device families:All
When using the Integration Server to debug a NEW project, it is disconnected automatically (debugging with e2 studio works normally).
Workaround: Open Debug Configuration and select the project launch to resolve the issue.
IDE-54153 Include appropriate GCC/LLVM/Libgen (newlib) ver. to fix BadAlloc vulnerability issue (Application)
Affected device families:All
To fix BadAlloc Vulnerability issue reported on the newlib in "Japan Vulnerability Notes",
need to update GCC/libgen version for Arm to the fixed version including newlib V4 or later. Could you please consider the updates in coming 2022-10 version?
If GCC Arm Embedded is used for Renesas Arm (RA, Synergy, RZ, RE and R-Car),
use or install:
GCC ARM Embedded Toolchains v1.2022.05 or later which has newlib 4.1.0 or later.
Libgen Update for GCC ARM Embedded Toolchains v1.2022.05 or later.
IDE-79103 clangd suspected of containing a virus (Installer)
Affected device families:All
On some Windows systems a component of e2 studio is flagged by Windows Defender has suspicious.
This is due to the clangd component we are using within the product.
If this occurs you will need to workaround this within the Windows Defender tool.
IDE-48621 Workbench plugins cause unsigned software warning error on install (IAR plugins)
Affected device families:Synergy
When installing the IAR eclipse plugins into e2 studio for IAR EWSYN, the installation process can generate a warning about unsigned software being installed.
This is normal behavior for the IAR plugins and the warning can be disregarded.
IDE-27850 CoreSight ITM: trace table disappear suddenly (Trace - CoreSight Plugin)
Affected device families:Synergy RA
When the content of the trace data is changed, the user is asked to refresh the updated data. After the update, the trace data editor is closed. The user needs to open the editor again to see the updated trace data.
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.
IDE-61037 Build error occurs when adding new Build Configuration (CCRH Build plugin)
Affected device families:RX RL RH
All toolchain projects:
Build error occurs when executing Build with a new Build configuration you added.
At that case, please specify the toolchain and device to your project.
After opening the project, this can be achieved via the Project Explorer, project context menu.
On this menu access the "Renesas C/C++ Project Settings" and use the "Change Device" and "Change Toolchain Version" features.
IDE-73756 SC GCC RX project does not work with --gc-sections (Smart Configurator)
Affected device families:RX
When using Smart Configurator project with GCC RX toolchain, the --gc-sections setting is unchecked when generating code.
If you wish to enable --gc-sections setting, please check this article https://llvm-gcc-renesas.com/wiki/index.php?title=RX_automatic_interrupt_vector_entry_usage to make sure it does not remove interrupt service routines.
IDE-54828 Can not modify the value of IO register on DSP core RX6Z4 (Multicore Debugging GreenDSP)
Affected device families:RX
When selecting the DSP core on Debug view, modifying the value of IO register on the IO Registers view will not take effective.
Workaround: Select CPU on Debug view and modify the DSP IO register correspondingly
IDE-47191 Build Error Sometimes Overlaps Code Line - Display Resolution (Eclipse Platform)
Affected device families:RX
In certain situations the errors that are displayed after a build will overlap the source line in the editor window. If this occurs scrolling the editor view up or down seems to resolve this.
If this becomes a common occurrence it is possible to stop this happening by switching off the code mining option.
This is available in the Window→Preferences page. In the section General→Editors→Text Editors. The option to switch off is named Show code minings for problem annotations. Change this setting to None.
IDE-39478 Optimization Assistant - Measuring execution time does not finish (Optimization assistant)
Affected device families:RX RL
Using Optimization Assistant Time measurement with GCC RX may cause the measurement unable to finish. The end address of function build from GCC RX may be different with the one in Disassembly view so Optimization Assistant cannot reach the end of function. If the measurement is too long to finish or unable to finish, just press "Cancel" to stop measurement.
IDE-58693 Emulator selection doesn’t list the connected emulators on Linux. (Debug Configuration)
Affected device families:RX RL RH RE RA
Debug configuration for E2 or E2LITE emulator will have the selection of serial No. of the emulator and it can be selected from the list of emulators which are connected to the PC. But this feature will work only on Windows. In case of Linux, please connect only 1 emulator to the PC to use the emulator with e2 studio.
IDE-72220 Unexpected behavior after alternating breakpoint type (Debugging RX)
Affected device families:RX
When using J-Link for RX devices, adding a regular breakpoint from breakpoint view may fail and changing the breakpoint type may cause a break, even if the breakpoint is removed. Please set the breakpoint from source view.
IDE-50269 Disassembly in Trace view is not displayed if RXv3 instruction is included. (GDB server RX)
Affected device families:RX
When using J-Link RX with RXv3 core devices, Trace view can’t show the disassembly for the area from the branch destination to the next branch source if RXv3 instruction is included in the area.
IDE-78775 FreeRTOS for RX integration in Debug View (display threads in debug view) cannot be used. (GDB server RX)
Affected device families:RX
If the option "RTOS Integration in Debug View" is set to 'Yes' on the debug configuration for RX, the debugging session may be terminated if a step is invoked when the active debug context is not main thread. Please use the option as 'No'.
IDE-74722 Timer in RX72M not working after setting Timer Start/Stop with Timer 2 in Eventpoint View (Performance Analysis)
Affected device families:RX
When debugging RX devices, the performance analysis result which is measured by the timer start/stop events may not be displayed. In this case, please re-set the event after the connection.
IDE-46110 DPFPU registers always show 0 for J-Link (RX). (GDB server RX)
Affected device families:RX
Some RX devices such as RX72M supports double precision FPU registers. But when debugging it with J-Link, the registers is displayed as 0 in Registers View and writing a value to the register will be ignored.
IDE-76039 Cannot debug after stopping and restarting at a hardware breakpoint over limit (ARM GDB)
Affected device families:RX RL RA
While debugging, if hardware breakpoints are set over the limited number of the breakpoints, the next resume operation will not start the progarm on the device and it can’t be suspended on e2 studio. Please remove or disable the breakpoint which can’t be set before using resume operation.
IDE-43082 Handle anonymous union DIEs without DW_AT_location (Loadmodule Converter)
Affected device families:RX
When doing the debugging with the project contains anonymous union variable in source code, some debugging features become unavailable, such as:
-
Source line address may not be shown in Code Editor
-
Cannot set breakpoint in Code Editor (can do this at Disassembly view)
-
Can only watch global variables in Expression view
IDE-59574 Breakpoint’s Ignore count does not work with RL78 (GDB server RL78)
Affected device families:RL
In case of using RL78, hardware breakpoint is realized by execution address after PC. This will cause several issues:
-
Temporary hardware breakpoint will not be removed after the breakpoint is hit. Therefore, the breakpoint will always hit. Please remove the temporary breakpoint manually after the breakpoint hits.
-
Ignore count of the breakpoint does not work.
-
In case of RL78/G10 (or RL78 devices which flash programming is disabled), software breakpoint is not supported. Therefore, temporary hardware breakpoint will be used for the cases:
-
Stepping over
-
Stepping return
-
Run to line
-
"Set breakpoint at" is specified in the debug configuration
-
etc
When using these operations, if breakpoints are used in the debugging program, the operation will fail. Please release 1 or more breakpoint before the operation. And please invoke GDB command 'delete breakpoints' in Debugger Console view to remove the breakpoint after the program is suspended by "Set breakpoint at main". If the breakpoint is kept as it is, it will always hit and the next operation such as stepping return or stepping over may fail because no breakpoints can be used for the operation.
-
IDE-50708 Address of main.c is not displayed with debugging (Debugging RL)
Affected device families:RL
The addresses for source lines may not be shown when debugging for projects imported from CS+.
To avoid this ensure the project is imported using the same name as its directory.
IDE-59342 Chart work incorrectly when set Monitor Points Consumption Current View (Current Consumption View)
Affected device families:RL
Workaround: If user using monitor point with Current Consumption, Chart will be displayed normally when the user press and hold the mouse on the horizontal scroll of the range of time.
IDE-79100 e studio On MacOs, JavaCG is not installed default. (Code Generator plugin)
Affected device families:RL
The Code generator support for RL78 on MacOS is not installed by default. You can add this later using the "Help→Install New IDE Features…" feature.
IDE-53284 Step return is disabled with ASM source on CCRH project (Debugging RH850)
Affected device families:RH
It is not possible to perform a step return operation when using the CC-RH toolchain while debugging assembly source.
IDE-38032 IAR RH850 setting breakpoints doesn’t work (Debugging RH850)
Affected device families:RH
If you are debugging RH850 with the E2 emulator with an IAR project you must ensure that the IAR RH850 plugins are also installed. Otherwise it is not possible to set breakpoints.
IDE-59377 [Debug Configuration] OCDID’s value odd placed (Debug Configuration RH850)
Affected device families:RH
When opening the debug configuration for E2 (RH850) or IE850A (RH850), the value of OCD ID may be displayed on the invalid location. In this case, please expand 'Flash' node on Connection Settings.
IDE-54671 CCRH - Step over performs incorrectly (Debugging RH850)
Affected device families:RH
Stepping code can jump to address without code if compiler CCRH compiles the code that contains floating point numbers.
IDE-70912 Error dialog appear when disconnect debug session (Multicore Debugging RH850)
Affected device families:RH
When a multi-core debugger is connected, an error dialog will be displayed if you execute Disconnect with the top of the debug session tree selected on the Debug view.
The disconnection process will be performed normally, so please ignore the error.
IDE-78841 [RH850] PA view does not show data when existing a breakpoint in the main source (GDB Server RH850)
Affected device families:RH
When debugging with the RH850 using the E1 emulator Performance Analysis data is not displayed in that view when eventpoints are also configured.
For example when there is a configured Timer Start/Stop event the Performance Analysis view data is empty even when switched on.
IDE-78449 Cannot create RE IAR project (Project Generation RE)
Affected device families:RE
When using the IAR toolchain with e2 studio and you try to create a RE family project. The project generation will fail.
A message "Project cannot be created" is displayed along with the text "Failed to set option".
IDE-69167 Unable to build c++ build with RA Platform Installer for e2 studio 2023-10 FSP v5.0.0-beta (RA Platform Installer)
Affected device families:RA
When installing the platform installer for RA on Windows you may experience issues with GCC toolchain compilation if e2 studio is installed in a long path. Examples problems include not being able to find system include header files.
The workaround for this issue is to install e2 studio in shorter directory structure.
e.g.
c:\users\username\appdata\local\programs\renesas\e2_studio\toolchains\gcc_arm\arm-gnu-toolchain-12.2.mpacbti-rel1-mingw-w64-i686-arm-none-eabi
to
c:\renesas\e2_studio\toolchains\gcc_arm\arm-gnu-toolchain-12.2.mpacbti-rel1-mingw-w64-i686-arm-none-eabi
IDE-43454 Cannot run Linux installer as root (Installer)
Affected device families:RA
The Linux installer for e2 studio cannot be run as root by default, including using "sudo". If you wish to run it as root then you need to add "--appimage-extract-and-run" as the 1st argument.
e.g. "sudo ./e2studio_installer-2021-07.AppImage --appimage-extract-and-run"
IDE-58871 The value for the register msplim and psplim is displayed as 0. (GDB Server RA)
Affected device families:RA
The register value for msplim and psplim will be displayed as 0 in Registers View, when using Cortex-M devices which support TrustZone via E2/E2LITE emulator.
Please refer to the value value of msplim_s/msplim_ns or psplim_s/psplim_ns insterd.
IDE-78407 Program stuck at main when debug RA project in NSECSD via J-Link (Segger J-Link)
Affected device families:RA
When using RA devices with TrustZone via J-Link and FSP 5.4 or later is installed, a reset command may be ignored if the DLM of the device is for non secure debugging. In this case, please change the setting "System Reset Request Accessibility" for the secure project on FSP to "Both Secure and Non-Secure State".
IDE-68849 When Start/Stop function is used with RA devices with E2/E2 Lite the stack frame is not correct (Debugging RA)
Affected device families:RA
When Start/Stop function is specified for RA devices with E2/E2 Lite emulator debugging, the stack frame displayed in Debug View doesn’t show the correct information.
IDE-77437 Build RA project fails after changing Arm Compiler toolchain version (RA Configurator)
Affected device families:RA
When changing the toolchain version of an FSP project using the ARM-6 toolchain, some options may not be converted correctly and some will be completely removed from the project. This will result in build failure. In this case, you will need to reapply any missing toolchain options.
Instead, it is recommended to create a new project using the destination ARM toolchain version, and then to copy across the source code and any user-added options from the original project.
IDE-78614 [RDPM] Connection to EK-RA6M4 through J-Link OB is unstable (RA TrustZone)
Affected device families:RA
In Renesas Device Partition Manager (RDPM), when connecting to EK-RA6M4 using J-Link OB, the connection will potentially fail if connection is attempted quickly in succession. Please wait a few seconds in between each connection to minimize the occurrence of the issue.
IDE-78672 Issues with project created with "Executable Using an RA Static Library" wizard (DDSC/FSP Smart Configurator)
Affected device families:RA
The feature for creating an Application to use an FSP Library currently does not support ARM TrustZone (and hence no Smart Bundle is created).
IDE-77770 Data access event doesn’t work for RA with J-Link. (GDB Server RA)
Affected device families:RA
When using RA6M4 with J-Link, data access events with values do not seem to work for some cases.
The variable is allocated to an odd address. When the variable is allocated to odd address, the event with data doesn’t hit with the specified value.
When the access size is WORD, the event with data doesn’t hit with the specified value.
IDE-78548 Trace has no record in RA6T1 with J-Link (GDB Server RA)
Affected device families:RA
When using ARM Cortex-M4 devices with J-Link, Trace Start/Stop events can be set on Eventpoint view. But the events will not trigger start/stop of the trace.
IDE-78547 Address mask doesn’t work for RA2E2 with J-Link (GDB Server RA)
Affected device families:RA
When using ARM Cortex-M23 devices with J-Link, Eventpoint view enables to input the address mask value. Please don’t specify the address mask, as the mask setting will not work.
IDE-52364 Data flash on NSECSD state can’t be read and erased when debugging with J-Link ARM (GDB Server RA)
Affected device families:RA
When debugging with J-Link ARM at NSECSD state, data flash can’t be erased and first byte of data flash can’t be read.
IDE-71630 [HotPlug] Cannot debug project hot plug with Segger Jlink (GDB Server RA)
Affected device families:RA
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-69178 J-Link BASE Compact is not displayed in the list to select the serial No. (Debug Configuration)
Affected device families:RA
J-Link Compact will not be displayed in the list of "J-Link Serial" on the debug configuration. Please use it as 'Auto' for the J-Link Compact.
IDE-59440 Disconnection of RA board allowing the user code to execute does not work when using semihosting - documentation support (GDB server)
Affected device families:RA
Disconnect an RA board with the "Continue" option (allowing the user code to execute after disconnecting from JLink) does not work when using semihosting.
To work around this make sure you have conditional code for when the debugger is not connected, e.g.
semihosting_printf( … )
{
if (CoreDebug->DHCSR & CoreDebug_DHCSR_C_DEBUGEN_Msk)
{
printf( ... );
}
}
#if semihosting
#SAFE_PRINTF( ... ) semihosting_printf( ... )
#else
#SAFE_PRINTF( ... ) printf( ... )
#endif
Additionally, the use of an updated hard-fault handler to catch this situation would also help.
IDE-56429 [Linux] Firmware version does not display on console - RA + E2 (Debugging RA)
Affected device families:RA
For Linux environment with E2/E2LITE emulator, the version number of shared object will not be displayed in console while connection.
IDE-45156 Property not selected from constraint if Properties View is not initialised (DDSC/FSP Smart Configurator)
Affected device families:DDSC
If a property from the constraint link in a module tooltip is selected before the Properties view is initialised the property is not selected in the Properties view
This only occurs after the FSP Configuration has first been opened and no module has been selected
A workaround is to select a module in the Stacks view before selecting a link from one of the module tooltips so that the Properties view is initialised
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-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.
IDE-79140 Retest BLOCKED DA CMake tickets on Linux host (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.
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.