GPIO_Output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-15 10:28 PM - edited ‎2024-10-15 11:23 PM
Hello St-community
I am working on stm32g030c6t6 MCU
When i have select PB11 PA7 and PA5 has GPIO_OUTPUT it is giving issue in flashing program
Please tell me solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-15 10:58 PM
GPIO configuration is done by your code, after reset, typically in main(). So GPIO settings shouldn't matter for flashing. Use STM32CubeProgrammer for flashing, it has variuos options like connecting under reset at different speeds.
Your question is missing details: What is connected to the outputs or other pins? Boot mode (pins and option bytes)? Is the flash empty or was it programmed before? Known good hardware or new/own design? ...
Please see How to write your question to maximize your chance... - STMicroelectronics Community
hth
KnarfB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-16 1:00 AM
https://community.st.com/t5/stm32-mcus/how-to-solve-debugger-connection-issues/ta-p/49693
A complex system designed from scratch never works and cannot be patched up to make it work.
