Problem with Pin A11 on STM32U595VJ
Hello,
I've migrated an application from STM32L496VG to STM32U595VJ.
Pin A11 is used as capture input TIM1_CH4.
With U5 device the input on PA11 couldn't reach full level at 3.3V. I have the same behavior with 5 MCUs STM32U595VJT6 and PA11 is connected directly with an external comparator output.
Is there any special new function with this pin PA11 (USB stuff) that has to be switched off on U5 series first other than L4 series (e.g. in option bytes)?
Here the input level on PA11 (reach only half level 1.6V and doesn't trigger the capture input):
STM32U595VJT6_PA11_NIO
On PA10 (TIM1_CH3) input level is ok and also triggers capture input:
STM32U595VJT6_PA10_IO
Thank you in advance for any ideas about this problem!
