Skip to main content
Ark1
Associate III
September 13, 2018
Question

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??

  • September 13, 2018
  • 1 reply
  • 655 views

..

    This topic has been closed for replies.

    1 reply

    Tesla DeLorean
    Guru
    September 13, 2018

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