STM32-H407 write program with USB mini cable (USB-OTG)

stm32usb-otg

I have Olimex STM32-H407. Manual says you require JTAG/SWD cable. Until I get JTAG/SWD cable, I am trying to write program on the board with USB mini cable. Is it possible? My PC or IDE (crossworks) do not seem to recognize STM32-H407 when USB cable is connected.

Best Answer

At least for first time no! You should use the J-TAG for write the program. if you want download the program to MCU by USB, you should change the bootloader that suport USB. but if i were you, i use the J-TAG for this because the many IDE suport it(J-TAG) and as well as it has many advantages, for example you can debug your program.

Related Topic