Why does this input output a signal?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-24 5:54 AM
I am experiencing strange behavior with the following setup:
- Custom hardware, STM32G070CBT6 @ 3.6V with/without software present
- 4.7k resistor from PD0 to 3.6V
- There is no electrical connection between PD0/PD1 (checked resistance with multimeter)
If I apply a square wave of 0V/3.6V to PD1, a similar signal can be observed on PD0. It seems like there is an internal pull-down resistor switching on/off. It does not make a difference whether software configures the pins as inputs, or no software at all is present on the microcontroller.
How can this behavior be explained? Is there an internal mechanism that can cause this? As far as I can tell, these I/O pins should not influence each other at all. Besides using different pins, can anything be done about this using software?
Solved! Go to Solution.
- Labels:
-
STM32G0 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-24 6:35 AM
I think this would explain it. From the datasheet:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-24 6:35 AM
I think this would explain it. From the datasheet:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-24 6:51 AM
thank you, I didn't see that!
