cancel
Showing results for 
Search instead for 
Did you mean: 

ADC External trigger from GPIO

Next
Associate

Hi!

MCU: STM32U575CIT


My goal is to use ADC1 and trigger it from external source. 
In CubeMX I select one regular channel and set Conversion trigger to Regular Conversion trigger.
What happens next is BOTH ADC_EXTI15 and ADC_EXTI11 are activated, and I can choose one of them in external trigger source.

My problem: I don't want to use both EXTI pins. Any way I can activate only one of them(for example EXTI15) and left EXTI11 in reset state?

1 ACCEPTED SOLUTION

Accepted Solutions
GwenoleB
ST Employee

Hello  @Next,

This is indeed a bug in our CubeMX generator. I report it internally to fix it.
You can de-init the GPIO you are not interested in is the source code.

Best Regards,

Gwénolé

View solution in original post

2 REPLIES 2
GwenoleB
ST Employee

Hello  @Next,

This is indeed a bug in our CubeMX generator. I report it internally to fix it.
You can de-init the GPIO you are not interested in is the source code.

Best Regards,

Gwénolé

Thank you. 
Any ETA when it will be fixed?