rizacelik / STM32F411CEU6_INAV_Firmware

STM32F411CEU6 Board Firmware
142 stars 43 forks source link

Not getting com port #58

Open Farhat-s opened 6 months ago

Farhat-s commented 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.

prathapkillis10005 commented 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 ?

Farhat-s commented 6 months ago

No sir

prathapkillis10005 commented 6 months ago

can you show your board ?

prathapkillis10005 commented 6 months ago

Then actually what shown in your device manager?

Farhat-s commented 6 months ago

In device manager shows in serial bus devices sector ' stm32 bootloader'

prathapkillis10005 commented 6 months ago

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

prathapkillis10005 commented 6 months ago

actually, always stm32 bootloader show in USB sector only, kindly recheck.

prathapkillis10005 commented 6 months ago

what IDE you have used ?

Farhat-s commented 6 months ago

actually, always stm32 bootloader show in USB sector only, kindly recheck.

yes.

Farhat-s commented 6 months ago

what IDE you have used ?

Arduino ide

prathapkillis10005 commented 6 months ago

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".