Open Farhat-s opened 6 months ago
Hello sir. I have bought a stm32F411. But I am not able to upload any code into it. Cause I am not getting any com port for stm32 in my laptop. My laptop is based on windows 11. Can you please help me.
are you able to get any kind of comport ?
No sir
can you show your board ?
Then actually what shown in your device manager?
In device manager shows in serial bus devices sector ' stm32 bootloader'
actually, you're in the DFU (direct firmware upgrade) mode. your device works well for learn more use this below link https://github.com/rizacelik/STM32F411CEU6_INAV_Firmware
actually, always stm32 bootloader show in USB sector only, kindly recheck.
what IDE you have used ?
actually, always stm32 bootloader show in USB sector only, kindly recheck.
yes.
what IDE you have used ?
Arduino ide
If you are using the Arduino IDE for developing the code, stm32 has multiple ways to upload the code. After uploading the code by using DFU you need to mention in the serial setup must VCP (virtual comport) then only it will be recognized by the PC. my suggestion is going through to some tutorial like " How to Use DFU mode in Arduino and how use VCP in stm32 by Arduino".
Hello sir. I have bought a stm32F411. But I am not able to upload any code into it. Cause I am not getting any com port for stm32 in my laptop. My laptop is based on windows 11. Can you please help me.