cancel
Showing results for 
Search instead for 
Did you mean: 

BSP LIBRARY IAR WORKBENCH STM32F303VC

Symon
Associate II
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. 

1 REPLY 1
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
Up vote any posts that you find helpful, it shows what's working..