Can't download to STM32F407 or connect with Cube Programmer
When connecting my custom STM32F407IGTb board (which I used to drive a motor) with Cube Programmer v2.17.0, the following error pops up:
"Error: Database: There's no active configuration for this device. All the 2 configurations are disabled!"
and
"Error: Data read failed",
here is the log I get:
"""
17:59:57 : UR connection mode is defined with the HWrst reset mode
17:59:57 : ST-LINK SN : 50FF6F067085495116462587
17:59:57 : ST-LINK FW : V2J43S7
17:59:57 : Board : --
17:59:57 : Voltage : 3.30V
17:59:57 : SWD freq : 4000 KHz
17:59:57 : Connect mode: Normal
17:59:57 : Reset mode : Software reset
17:59:57 : Device ID : 0x413
17:59:57 : Revision ID : --
17:59:57 : Error: Database: There's no active configuration for this device. All the 2 configurations are disabled!
17:59:57 : Debug in Low Power mode is not supported for this device.
17:59:57 : UPLOADING OPTION BYTES DATA ...
17:59:57 : Bank : 0x00
17:59:57 : Address : 0x40023c14
17:59:57 : Size : 4 Bytes
17:59:57 : UPLOADING ...
17:59:57 : Size : 1024 Bytes
17:59:57 : Address : 0x8000000
17:59:57 : Read progress:
17:59:57 : Error: Data read failed
"""
I can't download my code into the board with uvision, the error message
"""
Flash Timeout. Reset the Target and try it again.
"""
will pop up.
Can anyone help me with this?
Thanks!
