MCUDev black STM32F407VGT6 mini dev board
Posted: Wed Jan 15, 2025 11:00 am
Hi guys,
I'm trying to upload a customized version of https://github.com/MKrumnikl/VR5000-LCD in a MCUDev black STM32F407VGT6 mini dev board.
I added the STM32 support in arduino IDE following guide: https://community.st.com/t5/stm32-mcus/ ... a-p/608514
I have a st-link V2 dongle for SWD uploading (https://it.aliexpress.com/item/1005003592617891.html)
I had problems using arduino IDE for uploading, so I tried to use the IDE only to compile and to upload the generated bin file into the board using the STM32CubeProgrammer.
Unfortunately, the software doesn't work and the MCU doesn't start (I see the display completely white).
I also tried to compile and upload the original source code, to exclude any problem in my modifications into the code, but the result is the same.
It's worth to note that I have success in uploading the bin files available in https://github.com/MKrumnikl/VR5000-LCD ... tm32.GenF4 using STM32CubeProgrammer and ST-Link dongle, sto the problem seems to be in the generation of the bin file.
For compiling, I selected "Generic STN32F4 Series" and then "Generic F407VGTx" as board P/N, as I didn't find "STM32F407VGT6 mini dev board" among the available boards.
Any suggestion / help is appreciated.
Thanks in advance,
Alfredo
I'm trying to upload a customized version of https://github.com/MKrumnikl/VR5000-LCD in a MCUDev black STM32F407VGT6 mini dev board.
I added the STM32 support in arduino IDE following guide: https://community.st.com/t5/stm32-mcus/ ... a-p/608514
I have a st-link V2 dongle for SWD uploading (https://it.aliexpress.com/item/1005003592617891.html)
I had problems using arduino IDE for uploading, so I tried to use the IDE only to compile and to upload the generated bin file into the board using the STM32CubeProgrammer.
Unfortunately, the software doesn't work and the MCU doesn't start (I see the display completely white).
I also tried to compile and upload the original source code, to exclude any problem in my modifications into the code, but the result is the same.
It's worth to note that I have success in uploading the bin files available in https://github.com/MKrumnikl/VR5000-LCD ... tm32.GenF4 using STM32CubeProgrammer and ST-Link dongle, sto the problem seems to be in the generation of the bin file.
For compiling, I selected "Generic STN32F4 Series" and then "Generic F407VGTx" as board P/N, as I didn't find "STM32F407VGT6 mini dev board" among the available boards.
Any suggestion / help is appreciated.
Thanks in advance,
Alfredo