cancel
Showing results for 
Search instead for 
Did you mean: 

problem in virtual com port

med
Associate II
Posted on September 14, 2015 at 13:01

Hi !!

I created a project cubemx configured for the virtual com port.i configurate it following the steps of : https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Java/Flat.aspx?RootFolder=https%3a%2f%2fmy.st.com%2fpublic%2fSTe2ecommunities%2fmcu%2fLists%2fSTM32Java%2fstm32f429%20Discovery%20vcp%20with%20STM32CubeMX%20drivers&FolderCTID=0x01200200770978C69A1141439FE559EB459D758000F9A0E3A95BA69146A17C2E8...

the problem is the manager of péréphirique does not recognize the driver in the com port my operating system windows 10 x64bit catre is my discovery STM32F429ZIT

0690X00000604sGQAQ.png

0690X00000604sLQAQ.png

0690X00000604saQAA.png
4 REPLIES 4
Posted on September 15, 2015 at 11:58

Hi med_yassine.jebabli,

1-As I read in the last post of this

https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Java/Flat.aspx?RootFolder=https%3a//my.st.com/public/STe2ecommunities/mcu/Lists/STM32Java/stm32f429%20Discovery%20vcp%20with%20STM32CubeMX%20drivers&FolderCTID=0x01200200770978C69A1141439FE559EB459D758000F9A0E3A95BA69146A17C2E80209ADC21&curren...

you have followed, the user set the heap size to 0x400, but our moderator

has mentioned the value of 0x4000. So, try this solution.

2-Try toload a project ''CDC_Standalone'' from the package STM32Cube_FW_F4_V1.8.0 on your board, the heap size in it is 0x1500. By consequence, if this project does not work,theproblemcould be a hardwareissue.

-Shahrzad-

rafael2399
Associate II
Posted on September 23, 2015 at 21:23

Hello! I am having the same problem (Windows 10 64bits) and Windows does not recognize the driver ... The CDC appears in Device Manager but does not recognize the driver ...

I've tried the tips (install with port driver, increase the heap) and not solved ... has no example of CDC for STM32F429-Discovery Board ....

Someone has another idea?

Thank you!

Posted on September 24, 2015 at 05:24

Microsoft changed something in Win10 that broke the (WHQL certified) driver, seen several reports now.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Amel NASRI
ST Employee
Posted on September 24, 2015 at 22:13

has no example of CDC for STM32F429-Discovery Board ....

 

The example mentioned by Shahrzad can be ported to STM32F429-Discovery Board. You may use it to check the root cause of the problem you are facing.

You find the example in the STM32CubeF4 under ''Application'' directory.

You have just to comment the ''BSP_xxx'' commands.

-Mayla-

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.