How do I use ADC4 in MCSDK 5.X
Hello!
I would like to use the ADC4 of a nucleo303RE board with a X-NUCLEO-IHM08M1.
The Software (MCSDK 5.1.3) has functions already written for this in mc_tasks.c:
void MC_RequestRegularConv(uint8_t bChannel, uint8_t bSamplTime)
uint16_t MC_GetRegularConv(void)
UDRC_State_t MC_RegularConvState(void)
The Problem with this: I can only choose the Channel but not the ADC instance to be converted so the conversion is seemingly always made on ADC1. How can I change the ADCx (x=2,3,4) to be used for my conversion?
Many Thanks,
Martin