2018-07-25 07:41 AM
Hi,
I just want to give a short workaround for an issue i had with the NUCLEO F722ZE board.
The CUBE-MX project (NUCLEO F722ZE selected - no custom build) does not work out of the box for CDC devices. In order to fix it i changed the default CUBE-MX project:
[CLOCK Configuration]
[Pinout ]
In the source code i changed the usb descriptor (usbd_desc.c)
kind regards
2018-08-08 12:54 PM
Bumping off my feed
2019-03-04 02:08 PM
Hi
My workaround is connecting HSI RC instead (in STM32CubeMX' Clock Configuration) then try to resolve the conflicts manually, Ignoring the error that says HSE should be used. I'm no expert but I can see why yours is much easier.
Thanks