Skip to main content
Symon
Associate
January 22, 2018
Question

BSP LIBRARY IAR WORKBENCH STM32F303VC

  • January 22, 2018
  • 1 reply
  • 836 views
Posted on January 22, 2018 at 14:00

Good evening,

I can't  import BSP library in IAR Workbench. I'm using stm32f303vc board and I'm followed this guide but i have always the same problem(

https://community.st.com/docs/DOC-1500-how-to-add-a-bsp-on-top-of-cubemx-421-generated-code

 ). I want to begin with CubeMx and after import BSP library to use the sensor installed on the board. Can you help me? Have you got another guide or any suggestion? The problem is: Error[Li005]: no definition for etc. 

Thank you. 

    This topic has been closed for replies.

    1 reply

    Tesla DeLorean
    Guru
    January 22, 2018
    Posted on January 22, 2018 at 15:13

    This seems to duplicate the theme of an earlier thread you posted

    https://community.st.com/0D50X00009XkWnASAV

    You're going to need to find the code providing the functions in question and add them to your project.

    Review a working project including a BSP, ie a DISCO, NUCLEO or EVAL board under the HAL example code trees

    Use 'Find in Files' from your IDE, things like 'grep' or a file manager of your choice.

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..