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]
The code was fixed for the transfer mode setting when "Reception mode" is selected. [CG_serial.c] Below is an example using CSIB3.
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).
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.