2023-01-12 11:05 AM
When I try to set the pin PA3 the choice is ADC1-IN8
And PA4 can be mapped to ADC1-IN9, but I need it GPIO_EXTI4.
This is for the STM32L443CCT
Solved! Go to Solution.
2023-01-12 11:32 AM
Orange is not an error, but just a warning that not every config of that pin/feature is available. In your case: differential mode would not be available, because it needed PA4 as well.
hth
KnarfB
2023-01-12 11:32 AM
Orange is not an error, but just a warning that not every config of that pin/feature is available. In your case: differential mode would not be available, because it needed PA4 as well.
hth
KnarfB