Hardware manual

e
2
studio 3.1 Release Note
Rev 1.4, Sep 23, 2014 Page 14
5350 CDT
RL78 Unable to view IO Registers in Memory View. Adding a memory monitor at
address 0xFFF00 (start of IO Register area) shows a message stating that only
memory addresses from 0x0000 to 0xFFFF can be viewed.
5362 HEW Project Converter
There are issues with HEW project conversion for the CCRX toolchain. Some
options were not converted correctly.
e.g.
-lang=ec++
When a C++ source file does not exist in a project, its option is deleted.
When a C++ source file exists in a project, its option is converted as individual
option of C++ source file but the option is not output while building.
-nostuff
It is deleted, without being converted.
-section=C=CE
It is deleted, without being converted.
-nostuff=C,B
It is deleted, without being converted.
-case=ifthen
It is deleted, without being converted.
-obj=prep -noline
It is converted correctly but the option is not output during building.
-save_acc (Library Generator)
It is deleted, without being converted.
-pack (Library Generator)
It is converted correctly but the option is not output during building.
-show=all (Linker)
It is deleted, without being converted.
5387 Trace plugin
In some cases saving large amounts of trace data to file using the E20 can fail. In
some cases (~500k records) an exception occurs and save fails.
5396 Application
When opening a new editor from "New editor" of "Window" menu, the editor
always enable folding after restarting e2 studio. This is even the case when the
user has disabled folding for a new editor in the Editor preferences.
5430 Application
e2 studio should be updated to use the latest GDB. This means that symbol
information modified by a reload operation would be reflected within the e2 studio
environment.
5440 Application
The Profile view is not updated following the first load of debugger. Subsequent
load operations show data as expected.
5451 Profile plugin
In some cases the coding assistance "format" function removes source code lines
that should not be removed.
This was noted in a file that has two #defines separated by a single blank line.