Rev.
Date
Description
Page
Summary
2.20
Dec.01.2016
Program
Fixed the following issue:
Target Device:
RX64M/RX71M/RX230/RX231
Description:
There is an error in checking the range of the arguments.
Thus, when the trigger source de-selection state is set as the
trigger for group B, the R_ADC_Open function returns an
error.
Condition:
The following combination of arguments for the
R_ADC_Open function is set.
Second parameter (mode)
ADC_MODE_SS_MULTI_CH_GROUPED or
ADC_MODE_SS_MULTI_CH_GROUPED_DBLTRIG_A
Third parameter (p_cfg->trigger_groupb)
ADC_TRIG_NONE_GROUPB.
Measure:
Modified the code for checking the arguments of the
adc_check_open_cfg function.
Use Rev. 2.20 or later version of the S12AD FIT module.
Fixed the following issue:
Target Device:
RX230/RX231
Description:
The compare window A operation enable bit is not set to be
enabled. Thus comparison for levels and windows does not
work.
Condition:
Comparison does not work under any condition.
Measure:
Modified the code to enable the CMPAE bit using the
adc_control function when the compare function is selected.
Use Rev. 2.20 or later version of the S12AD FIT module.
Fixed the following issue:
Target Device:
RX64M/RX71M/RX230/RX231
Description:
After Disconnection Detection Assist (DDA) is set, the
register is not reset. Thus the Disconnection Detection Assist
(DDA) setting remains and this causes a combination error
when setting self-diagnosis. Then the R_ADC_Control
function returns an error.
Condition:
After Disconnection Detection Assist (DDA) is set, the FIT
module is closed and re-opened, and then self-diagnosis is
set.
Measure:
Added processing to reset all S12AD related registers in the
adc_open function and deleted the check during
Disconnection Detection Assist (DDA) operation from the
check with self-diagnosis set in the adc_check_scan_config
function.
Use Rev. 2.20 or later version of the S12AD FIT module.