Skip to main content
Bhat
Associate II
August 6, 2019
Question

STM32F407VGT6 BSP (Board support Packages)

  • August 6, 2019
  • 3 replies
  • 2383 views

I want BSP for above mentioned part number. I am using Keil u5 IDE for development. In keil IDE did not get the BSP, how i will get BSP for STM32F407VGT6 controller.

This topic has been closed for replies.

3 replies

Pavel A.
Super User
August 6, 2019

STM32F407VGT6 is not a board, it is a MCU.

Keil has examples for Discovery board with a STM32F407VGT - find them in the Software Pack Installer.

http://www.keil.com/boards2/stmicroelectronics/stm32f4_discovery/

-- pa

Tesla DeLorean
Guru
August 6, 2019

But WHAT BOARD?

If it is your own board, or some random third-party, you might be responsible for creating or porting existing BSP to the pin configurations and peripheral mixes of your BOARD.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Bhat
BhatAuthor
Associate II
August 7, 2019

I am using STM32F407 Discovery development board.

Tesla DeLorean
Guru
August 7, 2019

Ok, so you'd find them under the Driver/BSP directory of the CubeF4 package.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Bhat
BhatAuthor
Associate II
August 7, 2019

Thank you sir.

Sorry i am using STM32F407 discovery board.

Pavel A.
Super User
August 8, 2019

Here is the link to this board evaluation software:

https://www.st.com/en/evaluation-tools/stm32f4discovery.html

And link to CubeMX STM32F4 package on on github:

https://github.com/STMicroelectronics/STM32CubeF4/tree/master/Projects/STM32F4-Discovery

The board does not have "407" in its name so finding it among others is a bit non-intuitive.

-- pa