2020-10-26 07:40 PM
I have a stm32f401 black pill, question is can you program it with the st linkv2 on an arduino IDE ? and if yes is there any tutorials on this subject ? I have already been able to program the blue pill with no problems using the uploaded bootloader
2020-10-30 04:42 AM
Hi @jstor.1the lost one ,
You can refer to my answer in this thread. The links provided there contains all details you need to get started with Arduino IDE for STM32 products.
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-11-20 02:25 AM
2024-01-10 09:06 AM
Hello @badiw ,
Thanks for being part of ST Community. The link has been recovered.
Regards,
Lina
2024-01-10 09:15 AM
You need to install a boot loader to allow CDC / MSC connectivity, for update or drag-n-drop type operation.
The button should allow USB DFU connectivity if you connect the cable whilst pressing. From there tools like DfuSe or STM32 Cube Programmer should be able to push an object file inward.