Rev.
Date
Description
Page
Summary
2.20
Dec.01.2016
Program
Fixed the following issue:
Target Device:
RX210
Description:
In the processing for checking arguments,
ADC_TRIG_SYNC_TEMPS is checked with “trigger” instead of
"trigger_groupb". Then the R_ADC_Open function returns an
error even if the ADC_TRIG_SYNC_TEMPS setting is valid.
Condition:
ADC_TRIG_SYNC_TEMPS is set as the trigger of A/D
conversion.
Measure:
Deleted the code for checking ADC_TRIG_SYNC_TEMPS in
the adc_open function.
* “trigger_groupb” is ignored in modes other than group scan
mode. In group scan mode, if ADC_TRIG_SYNC_TEMPS is
set to trigger_groupb, an error is returned. Thus the checking
process for ADC_TRIG_SYNC_TEMPS is unnecessary.
Use Rev. 2.20 or later version of the S12AD FIT module.
Added the temperature sensor (temp) and internal reference
voltage (volt) to the adc_data_t structure in the RX63x, RX110,
RX111, RX113, and RX210 Groups to unify the behavior of the
R_ADC_ReadAll function over all MCU groups.
Fixed the following issue:
Target Device:
RX64M/RX71M
Description:
In the processing for checking arguments, ADC_TRIG_NONE
is checked with "trigger". Then the R_ADC_Open function
returns an error even if the ADC_TRIG_NONE setting is valid.
Condition:
ADC_TRIG_NONE is set as the trigger of A/D conversion.
Measure:
Deleted the code for checking ADC_TRIG_NONE in the
adc_open function since ADC_TRIG_NONE can be set to the
TRSA register as well as the TRSB register.
Use Rev. 2.20 or later version of the S12AD FIT module.
Modified the code to reset the ADGSPCR register when setting a
mode other than group scan mode in the RX130, RX230, RX231,
RX64M, and RX71M.
Changed the structure for arguments of comparison in
RX130/RX230/RX231 to similar to the structure in RX65N. The
adc_cmplvl_t structure has been discarded, accordingly. Please
use the adc_cmpwin_t structure when using the level
comparison.