rizacelik / STM32F411CEU6_INAV_Firmware

STM32F411CEU6 Board Firmware
122 stars 32 forks source link

Not getting com port #58

Open Farhat-s opened 1 month ago

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

prathapjaga commented 1 month 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 1 month ago

No sir

prathapjaga commented 1 month ago

can you show your board ?

prathapjaga commented 1 month ago

Then actually what shown in your device manager?

Farhat-s commented 1 month ago

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

prathapjaga commented 1 month 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

prathapjaga commented 1 month ago

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

prathapjaga commented 1 month ago

what IDE you have used ?

Farhat-s commented 1 month ago

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

yes.

Farhat-s commented 1 month ago

what IDE you have used ?

Arduino ide

prathapjaga commented 1 month 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".