2025-03-22 3:21 PM - edited 2025-03-22 3:22 PM
Hi all, having an issue with programming STM32MP257F-DK/SDCard with the Starter package getting to the stage in the attached screenshot then it seems a connection times out with no success notification popup ?
2025-03-25 5:47 AM
Hello @mfny,
Perhaps this is due to an insufficient power supply.
How do you power the board? The recommended power supply is a USB-C/USB-C 5V/3A cable as shown in https://wiki.st.com/stm32mpu/wiki/Getting_started/STM32MP2_boards/STM32MP257x-DK/Let%27s_start/Unpack_the_STM32MP257x-DK_board#Required_equipment
If changing to a USB-C 5V/3A cable doesn't solve anything, can you send the whole STM32CubeProgrammer log to investigate further ?
Kind regards,
Thomas
2025-03-26 8:16 AM
Hello.
How would I obtain the full log to send ?
2025-03-26 8:53 AM
Hello,
In STM32CubeProgrammer there is a floppy disk icon on the right of the log section, you just have to click on it to save the logs.
Kind regards,
Thomas
2025-03-26 11:26 AM - edited 2025-03-26 11:38 AM
2025-04-06 2:22 PM
Has anyone been able to look at the log I posted and can offer a solution to this issue ?
2025-04-06 11:40 PM
Hi,
this sound like a classic pitfall when the board starts uBoot, then USB DFU (from BootROM) is disconnected and a new USB DFU is setup by uBoot.
If you are using a Linux Virtual Machine, check (once flashing has failed) if the 'new' USB is visible to the Virtual Machine and not by Windows. There should be some settings in your VM to control that behavior.
Fixed Blue led mean uBoot is started correctly.
Regards.