Skip to main content

Update information for CubeSuite

Code Generator for V850ES/Jx3

Changes from V1.21 to V2.00

Changes about GUI

The text for "Set received data level" was corrected for UARTA
Wrong: ○Normal output ○ Inverse output
Correct: ○Normal input ○ Inverse input

The text for "Interrupt settings" in the settings checked by "free running functions" was corrected for Timer.
Wrong: An interrupt is generated when a valid edge is detected on the TMP0 and CCR01 match/TIP00 pin (INTTP0CC1)
Correct: An interrupt is generated when a valid edge is detected on the TMP0 and CCR01 match/TIP01 pin (INTTP0CC1)


Changes to output Code

The code was fixed for the transfer mode setting, when "Reception mode" is selected, and "Callback function setting" errors are not checked. [CG_serial.c]


image

[correction]Red text was deleted.


The code was fixed for the transfer mode setting when "Reception mode" is selected. [CG_serial.c] Below is an example using CSIB3.


image

[correction]The code was changed to refer the specified channel when in previous versions CB1CTL2 was exclusively referenced.


The function code was fixed for when code generation options are set (the "DMAn_CheckStatus" and "DMAn_SetData" functions are output in the Code Generation Preview window).


image

[correction]DCHCn & _80_DMA_TRANSFER_COMPLETED → TCn == 1U

image

[correction1]srcaddr → dstaddr
[correction2](count > 1U) && (count < 65536U) → (count > 0U) && (count < 65537U)
[correction3]
DSAnL = dsanl_temp;   → DSAnL = (USHORT)dsanl_temp;
DSAnH = dsanh_temp; → DSAnH = (USHORT)dsanh_temp;
DDAnL = ddanl_temp;   → DDAnL = (USHORT)ddanl_temp;
DDAnH = ddanh_temp; → DDAnH = (USHORT)ddanh_temp;
DBCn = dbcn_temp;     → DBCn = (USHORT)dbcn_temp;


Changes from V1.21 to V2.00

Changes about GUI

GUI was improved.

Changes about 16-BIT Timer TMP and TMQ

The interval timer function of TMP and TMQ was corrected. (problem that set value of output source code becomes illegal when correct numerical value is input)

Changes about link- directive-file

The directive that arranged the DATA section in an external bus was output. After it corrects it, the directive that arranges the DATA section in a built-in memory is output regardless of use/unused of an external bus.

Changes about RX850 Pro and CA850 Project

The extern declaration of tp, gp, and the ep symbol was added while it was start-up (CG_start.s) of the output at the project of RX850V4 and CA850.


Changes from V1.11 to V1.21

Changes about GUI

GUI was improved.
When IIC0n was used, it changed so that the "N-ch" check box of a port setting might be checked automatically.
In the "External Bus" setting tab, A setup of the "pin setup" corrected the defect which was not reflected correctly.

Changes about generated code

When IIC0n was used, the output place of the code which sets up a N-ch open-drain was changed into PORT_Init function from IIC0n_Init function.
The generated code about serial interface UARTAn was changed.
In the "On-chip debug setting", when MINICUBE2 was connected with UARTA0/CSIB3 interface and another pin of the same port number as , was used in a general-purpose port, the code in PORT_Init generated was changed.



Changes from V1.10 to V1.11

Change of specification

The specifications of GUI and output codes have been changed with the user's manual revision.


Changes from V1.00 to V1.10.

Support for RX850V4 V4.22 projects

The creation of RX850V4 V4.22 projects is now supported.





Back To Top



End of content

Back To Top