STM32h7a3 - programming issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-08-06 3:35 AM
Hello All,
We are using STM32h7A3 microcontroller in our project. When we dump the simple uart code and reset , it is giving the results until power off condition. After power off condition , ST link unable to detect the MCU until erase FLash and download code again using STM32 cube programmer.
Attached the sch for reference. Any suggestion in hardware , firmware side.
Anybody have cubemx setting for this MCU , please share .
- Labels:
-
STM32H7 Series
-
UART-USART
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-08-06 7:13 AM
> it is giving the results until power off condition.
The chip has to be powered in order to function. The SWD connector does not provide power.
> ST link unable to detect the MCU until erase FLash and download code again using STM32 cube programmer.
But STM32CubeProgrammer uses st-link in order to communicate with the chip. If it's unable to detect, how is it programming it?
