STM32 external OPAMPx_VINM pins
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-17 1:53 PM
Hi, I'm working on a project which involves STM32L476QEI. It has external dedicated OPAMP1_VINM and OPAMP2_VINM (M3 and M4 pins). If I'm not going to use the opamp functionality, do I have to connect them to the ground or leave them floating? What I learn from CubeMX is that I can use them to remap connections to free up GPIO. Are there other possibilities that I missed?
Solved! Go to Solution.
- Labels:
-
GPIO-EXTI
-
STM32L4 series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-19 11:24 PM
When not in use, I would recommend to connect them on GND, even if these are not digital inputs with Schmitt trigger. In the case of the BGA132, these are dedicated pins in order to minimize the bias current (see RM0351, section 23.3.3):
The dedicated pin is only available on BGA132 and BGA169 [...] package. This configuration provides the lowest input bias current (see datasheet).
Regards
/Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-19 11:24 PM
When not in use, I would recommend to connect them on GND, even if these are not digital inputs with Schmitt trigger. In the case of the BGA132, these are dedicated pins in order to minimize the bias current (see RM0351, section 23.3.3):
The dedicated pin is only available on BGA132 and BGA169 [...] package. This configuration provides the lowest input bias current (see datasheet).
Regards
/Peter
