Skip to main content
federicoanoto
Associate II
October 30, 2015
Question

[STM32F7 Discovery] - BSP Libraries

  • October 30, 2015
  • 1 reply
  • 625 views
Posted on October 30, 2015 at 20:15

Hello, can someone please tell me  how to add succesfully BSP drivers after generating a project on Keil with STM32CUBEMX.

Thanks.
    This topic has been closed for replies.

    1 reply

    Nesrine M_O
    Associate
    November 2, 2015
    Posted on November 02, 2015 at 10:17

    Hi noto,

    “how to add succesfully BSP drivers after generating a project on Keil with STM32CUBEMX�

    BSP drivers are integrated manually in the project, I don’t know which kind of problem you are facing when adding drivers.

    I propose that you have a look to the BSP example under STM32Cube F7 package and try to compare the project settings (include Paths, Define) with yours as first step.

    STM32Cube_FW_F7_V1.2.0\Projects\STM32746G-Discovery\Examples\BSP\MDK-ARM

    -Syrine-