2020-09-11 12:39 AM
IHello,
I am new to stm32 board, I have a new STM32F769I DISCO board.
I have downloaded the firmware�?en.stm32cubef7_v1-16-0�? from ST.com to run a “STemWin�? project under “demonstration�? folder for “STM32F769I-Discovery�?.
While Build project i get the following error
Middlewares/USBH_Library/Core/subdir.mk:27: recipe for target ‘Middlewares/USBH_Library/Core/usbh_core.o’ failed
make: *** Middlewares/USBH_Library/Core/usbh_core.o Error 2
Any one help me running this demo programme in STM32F769I disco board successfully.
Solved! Go to Solution.
2020-09-11 06:43 AM
Try removing parentheses from the path.
2020-09-11 06:43 AM
Try removing parentheses from the path.
2020-09-11 08:36 PM
Thank you TDK.
It worked..