Skip to main content
Associate III
July 12, 2024
Question

USE_BSP_COM_FEATURE > 0 on B-U585i-IOT02A

  • July 12, 2024
  • 1 reply
  • 878 views

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 

This topic has been closed for replies.

1 reply

Amel NASRI
ST Technical Moderator
July 24, 2024

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 "Best Answer" on the reply which solved your issue or answered your question.