Update information for CubeSuite
Code Generator for 78K0R/Fx3
Changes from V2.00 to V2.01
Fixed issue with UARTF output code
The code in UARTF_SendDatan() and MD_INTLTn() was fixed so that the
bytes-sent register UFnBUCTL is set when transfer mode for send or send/receive mode is "buffer mode".
The code in MD_INTLTn() was fixed so that the buffer for storing transmission data
is initialized when transfer mode for send or send/receive mode is "buffer mode".
This eliminates an issue where more than 9 bytes of data could not be sent correctly.
Changes from V1.11 to V2.00
Changes about GUI
GUI was improved.Changes about DMA controller
DMA controller's following API was corrected. (The mistake was found in RAM end address)Changes about Simplified I2C Communication
When simple IIC was used by the receiving mode, the problem that was not able to be received according to the timing of interrupt was corrected.Changes from V1.00 to V1.11
Changes about GUI
GUI was improved.When simplified IICmn was used, it changed so that the "N-ch" check box of a port setting might be checked automatically.