2024-03-03 07:03 PM
The problem is pin PB4, which is always powered.
It is the same as returning to "STM32CubeG4_Demo_NUCLEO-G474RE.hex".
Do I need to send it in for repair??
How to send??
Solved! Go to Solution.
2024-03-04 01:01 AM
Hello @aarom and welcome to the ST Community :smiling_face_with_smiling_eyes:.
The PB4 is internally pulled up after Reset.as you can see on the page 72 of DS12288 Rev 6:
"After reset, these pins are configured as JTAG/SW debug alternate functions, and the internal pull-up on PA15, PA13, PB4 pins and the internal pull-down on PA14 pin are activated."
So, this is normal.
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-03-04 01:01 AM
Hello @aarom and welcome to the ST Community :smiling_face_with_smiling_eyes:.
The PB4 is internally pulled up after Reset.as you can see on the page 72 of DS12288 Rev 6:
"After reset, these pins are configured as JTAG/SW debug alternate functions, and the internal pull-up on PA15, PA13, PB4 pins and the internal pull-down on PA14 pin are activated."
So, this is normal.
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-03-04 04:49 AM
Other functions are currently normal!
It would be better if the pins could be arranged in order!
I can only update the definition using *.h,
Thanks for your reply.