2022-07-29 02:41 AM
Hello, I use the STM32CubeProgrammer to write Stm32mp157c board boot TF card. But it fail. How can I fix this problem?
2022-07-29 03:01 AM
Hi @WHe.1
looking at your TSV, you are using an old ecosystem (v2.1 likely) with an STM32MP157C-EV1 board.
Which version of STMCubeProg are you using ?
I tested to load en EV1 board with CubeProg v2.11 on W10 without issue.
Maybe worth to get console log output (available on STLINK VCP comm port).
Anyway, I recommend you to switch to latest ecosystem (V4.0) together with latest STM32CubeProg (v2.11)
some guidelines could be found on wiki
Regards.