2019-04-12 04:35 AM
2019-04-12 05:09 AM
Pull the BOOT0 pin high so the part enters the ROM System Loader when reset.
The USB connection should up in DFU mode. Use the STM32 Cube Programmer application to connect in "USB" mode, and program it from there.
2019-04-12 05:09 AM
Pull the BOOT0 pin high so the part enters the ROM System Loader when reset.
The USB connection should up in DFU mode. Use the STM32 Cube Programmer application to connect in "USB" mode, and program it from there.
2019-04-12 05:19 AM
Hello
Where to download stm32 cube programmer application
2019-04-12 05:21 AM
Google "stm32 cube programmer", magic happens..
2019-04-12 05:40 AM
Hello
How to install it is asking for java
2019-04-12 06:09 AM
Hello
What to do next i have install
2019-04-12 07:44 AM
You should be able to "program" the device at this point with the .HEX or .BIN you've developed.
If the board with the STM32F103 on is in DFU mode you should be able to select "USB" as connection mode, and "CONNECT" to it.
Your question is rather vague and nebulous, try to refine it for a technical audience.
If you need to write the software, look at tool chains like Keil, IAR, etc.
There should also be a wealth of videos on YouTube and the Education site here which will cover foundational concepts/processes.