Rev.
Date
Description
Page
Summary
2.20
Dec.01.2016
Program
Fixed the following issue:
Target Device:
RX230/RX231
Description:
The numbers of arguments (enum value) for an index of the
register table do not match and the indexed value becomes
out of range. Then the R_ADC_Read function cannot obtain
the result of self-diagnosis.
Condition:
Occurs under any conditions.
Measure:
Deleted unnecessary definitions from the enum (abc_reg_t)
for an index of the register table.
Use Rev. 2.20 or later version of the S12AD FIT module.
Fixed the following issue:
Target Device:
RX210
Description:
A parameter needed for compiling was deleted in rev. 2.10,
thus a build error occurs when compiling with RX210.
Condition:
A project with Rev.2.10 or Rev.2.11 of the S12AD FIT
module is built.
Measure:
Added ADC_CFG_PGA_GAIN to r_s12ad_rx_config.h.
Use Rev. 2.20 or later version of the S12AD FIT module.
Deleted unnecessary definitions.
Deleted unnecessary members.
Modified the following procedures according to the User’s
Manual: Hardware:
- Procedure for when A/D conversion stops
- Procedure for when entering low power consumption modes
- Procedure to rewrite the ADHSC bit
Fixed the following issue:
Target Device:
RX64M/RX71M/RX230/RX231
Description:
Since the operator is incorrect in processing to avoid the
upper limit voltage becoming less than the lower limit voltage,
the upper and lower limit voltages cannot be set to the same
value in the comparison setting.
Condition:
The comparison (window comparison) is used.
Measure:
Use Rev. 2.20 or later version of the S12AD FIT module.
Modified the code to set the delay time properly when
converting the temperature sensor in RX64M and RX71M.
Modified processing for checking an invalid channel when
using the extended analog input in RX64M and RX71M.