Hello,
using HALCoGen 03.03.01 to generate a default project/code for
the RM48 HDK hardware get's me this code snippet in
"adc.c" / "void adcInit(void)"
---------------Code snippet---------------
/** - Setup group 2 sample discharge
* - Setup discharge prescaler
* - Enable/Disable discharge
*/
adcREG1->G2SAMPDISEN = 0U << 8U
| 0x00000000U;
/** - Enable ADC module */
adcREG1->OPMODECR |= 0x80140001U;
---------------Code snippet END----------
In OPMODECR bits for "CHN TEST EN" are set
(invalid though) that are reserved for internal TI usage.
Is there something special/different that was intended ?
Regards