2024-07-12 02:34 AM
Hello forum,
I'm trying to use the BSP driver while implementing a USB Host functionality. after the initiation of everything the USB needs, the BSP started to raise a lot of errors of undeclared/undefined stuff, after checking I saw that the error was mainly due to this code line in the "b_u585i_iot02a.h" file:
#if (USE_BSP_COM_FEATURE > 0)
is there a workaround I can use? Have I done something wrong?
thanks for the help
2024-07-24 03:14 AM
Hi @ElectroManiac ,
Try to follow steps similar to the steps in this article: How to add a BSP to an STM32CubeIDE project.
If you still have issues, you can share error messages you are getting for more investigation on your case.
-Amel
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.