2024-08-01 01:21 AM
I am trying to develop a product using the STM32WB5MMG.
In the schematic of STM32WB5MMG, the pins PC5, PB10 and PB11 are connected to GND via 3.3pF (C7, C8, C9).
Why are these pins connected to GND via 3.3pF (C7, C8, C9)?
Does this mean that PC5, PB10 and PB11 cannot be used as IO pins?
I want to assign PC5, PB10, and PB11 to remote control keys.
Solved! Go to Solution.
2024-08-01 02:44 AM
Hello @YOSHI2
Those 3 pins are sensitive pins. You can use them as gpios for sure. All you have to do is to add a 3.3 pF capacitor in a small package such as the 0201 or smaller as close as possible to the output of the pin. You have also to position a continuous ground plane adjacent to the GPIO (General Purpose Input/Output) signal tracks on your PCB layout.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-08-01 02:18 AM - edited 2024-08-01 02:18 AM
Well, these three pins are particularly sensitive pins, which is also described in the data sheet, section 6.2.4:
When PB10, PB11 and/or PC5 are used, a 3.3 pF capacitor in a small package such as the 0201 or smaller, must be placed as close as possible to the output pin. Also border the GPIO tracks with the ground plane.
Yes, of course you can use them to control remote keys.
Hope that helps?
Regards
/Peter
2024-08-01 02:44 AM
Hello @YOSHI2
Those 3 pins are sensitive pins. You can use them as gpios for sure. All you have to do is to add a 3.3 pF capacitor in a small package such as the 0201 or smaller as close as possible to the output of the pin. You have also to position a continuous ground plane adjacent to the GPIO (General Purpose Input/Output) signal tracks on your PCB layout.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.