Thank you!
I have a question for this example:
What is the difference between the parameter uint32_t instance and uint32_t chnGroup in the function call:
adc16_status_t ADC16_DRV_ConfigConvChn(uint32_t instance,
uint32_t chnGroup, const adc16_chn_config_t *configPtr)
My goal is to configure the PTB1 (Pin13) as ADC. Depending on the analog value, a led on pin 14 (PTB2) should light up.
Thanks!
Steffen