RX23T芯片手冊及e2 studio 開發環境教程,文件在附件中
11.png (49.86 KB, 下載次數: 60)
下載附件
2018-10-18 17:01 上傳
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.
22.png (388.95 KB, 下載次數: 66)
下載附件
2018-10-18 17:01 上傳
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:
0.png (60.18 KB, 下載次數: 68)
下載附件
2018-10-18 17:06 上傳
全部資料51hei下載地址:
RX23T芯片手冊.pdf
(12.8 MB, 下載次數: 26)
2018-10-18 17:03 上傳
點擊文件名下載附件
下載積分: 黑幣 -5
e2 studio 開發環境教程.pdf
(355.88 KB, 下載次數: 61)
2018-10-18 17:02 上傳
點擊文件名下載附件
下載積分: 黑幣 -5
|