RX23T芯片手册及e2 studio 开发环境教程,文件在附件中
2. Data Output by a Pin View
2.1 Applicable Products
V1.08.00 and later versions of the CS+ Code Generator for RX
V3.0.1.9 and later versions of e2
studio (V2.0.2 and later versions of the Code Generator plug-in)
V1.07.00 and later versions of the AP4 coding assistance tool for RX
2.2 Applicable MCUs
RX family: RX71M group (BGA package)
2.3 Details
Data to be displayed in [Device Top View] differs from the actual pin of the MCU because display and output data in
[Device List View] of [Code Generator (Design Tool)] are incorrect.
Note that codes generated by the settings in [Peripheral Functions] have no problem.
3.3 Details
In [Code Generator (Design Tool)], the position of the initialization function "R_LCD_Create();" which is output
when the LCD controller/driver (the peripheral function of the RX113 group) is used, is incorrect. Incorrect position
may disable the port settings specified by the initialization function "R_LCD_Create();".
3.4 Workaround
Modify the source file "r_cg_hardware.c" so that the function "R_LCD_Create();" called by the function
"R_Systeminit()" is located after the function "R_PORT_Create();".
The red text is the modification. This modification is required every time code is generated.
Example: When the LCD controller/driver, port, MTU2, and SCI1 are set
- Source file "r_cg_hardware_setup.c"
Before modification:
全部资料51hei下载地址:
RX23T芯片手册.pdf
(12.8 MB, 下载次数: 26)
e2 studio 开发环境教程.pdf
(355.88 KB, 下载次数: 61)
|