cancel
Showing results for 
Search instead for 
Did you mean: 

I'm trying to add BSP libraries to my Keil project, it throws me an error that the total libraries defines , typedefs, struct's are undefined. I don't know how to rectify this??

Ark1
Associate II
 
1 REPLY 1

Perhaps you could review some of the example/template projects and look at the construction?

Things like command line defines feed in? USE_HAL_DRIVER,STM32F746xx,USE_STM32746G_DISCO

Things like modules called out in stm32f7xx_hal_conf.h ?

Thinks like include paths pointing to the BSP, components, middleware and libraries?

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