Rev.
Date
Description
Page
Summary
2.20
Dec.01.2016
Program
Fixed the following issue:
Target Device:
RX130/RX230/RX231/RX64M/RX71M
Description:
An unspecified callback function (NULL) is executed and
improper interrupt occurs.
Condition:
After the R_ADC_Open function is executed with interrupts
disabled, the interrupt priority level of the compare interrupt is
set to “1” or greater.
Measure:
Modified the code to check the callback function before
executing it. If the callback function is NULL, the interrupt
handler is exited without performing any processing.
Use Rev. 2.20 or later version of the S12AD FIT module.
Deleted unnecessary processing to reset the register when
enabling an output of the temperature sensor in RX210 since the
register is already reset to "0".
Replaced the RX113 provided wait function (adc_delay) with the
BSP provided wait function (R_BSP_SoftwareDelay). * The
RX113 provided wait function (adc_delay) has been deleted.
Fixed the following issue:
Target Device:
RX210
Description:
An unnecessary error determination is performed. Because of
this, when specifying a setting with the channel-dedicated
sample-and-hold function, the R_ADC_Control function returns
an error.
Condition:
In group scan mode, A/D conversion channels for group A and
group B are set with the channel-dedicated sample-and-hold
function.
Measure:
Deleted an unnecessary error determination as no limitation
regarding it is described in the User’s Manual: Hardware.
Use Rev. 2.20 or later version of the S12AD FIT module.
Fixed the following issue:
Target Device:
RX210
Description:
Since an error determination processing is not provided, if self-
diagnosis is enabled in a mode where self-diagnosis does not
work, the R_ADC_Control function cannot return an error.
Condition:
Self-diagnosis is enabled when double trigger mode is selected
in single scan mode or group scan mode.
Measure:
Added the error determination processing for when self-
diagnosis is enabled.
Use Rev. 2.20 or later version of the S12AD FIT module.