What does "ADC1_EXTI11" mean & do in STM32CubeMX for the STM32L431RC, pin PA11, drop-down box?
In the STM32L431, datasheet does not show PA11 as configurable to an ADC.
In the STM32L431, datasheet does not show PA11 as configurable to an ADC.
Hello @Community member
Thanks for your question,
Actually, the EXTI signals are not present in the Datasheet, for that you did not find the ADC1_EXTI11 there.
The ADC1_EXTI11 (which mean "extended interrupt/event controller") is a signal to Trigger the Regular Conversion for the ADC1, this signal will be automatically assigned to PA11 when it's selected through CubeMX as mentioned in the image below:
In fact, using this configuration will allow to run a conversion each time we have a signal in this pin ( Which can be trigged in the rising, falling or Rising/falling edge, depends on the configuration used). For more details about the maximum frequency that should be used in this pin, please refer to datasheet table ADC characteristics.
Hope my answer helped you, when your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Thanks for your contribution, Khouloud
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.