2021-06-03 03:52 AM
In debug mode able to see the com port number in device manager under ports, Once debugging mode is terminated unable to find the Virtual comport in Device manager. What could be the problem, is any configurations missed ?
MPU: STM32H730VBT6
IDE: STM CubeMX IDE 1.4.0
How to solve the above problem. I am using HAL layer
Thanks in advance
Regards,
Sudheer
2021-06-03 04:06 AM
Custom board?
Have you left BOOT0 floating,or pulled high?
2021-06-03 04:20 AM
2021-06-03 04:28 AM
Hi Tesla,
Left BOOT0 pin floating
Regards,
Sudheer
2021-06-03 06:00 AM
Try driving BOOT0 low (On our boards we tie it low, some are STM32H7xx).
In MX may be able to enable a pulldown on BOOT0 pin.
*If uncertain about a pin put places for Pullup and Pulldown resistors on PCB, then can populate later after testing. Leaving input pins floating invites RF noise to randomly change the pin's state, which means it could behave very different "in the field" compared to bench testing.
Paul
2021-06-03 06:03 AM
BOOT0 should never be left floating. Pull it down to GND if you want user code to be ran at startup. There is no internal pulldown so an external resistor is required, or tie it directly to GND.
2021-06-03 08:48 PM
Hi Paul,
Have a nice day!
Thanks for your Answer. I will ground the pin and check it.
Regards,
Sudheer
2021-06-03 08:50 PM
Hi TDK,
Good Morning!
I will change the pin status as you said and check it.
Regards,
Sudheer
2021-06-04 02:31 AM
Hi Paul,
Yes, It's working now.
Thanks for your answer
Regards,
Sudheer
2021-06-04 02:32 AM
Hi TDK,
Yes, It's working now.
Thanks for your answer
Regards,
Sudheer