cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F407VGT6 BSP (Board support Packages)

Bhat
Associate II

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.

7 REPLIES 7
Pavel A.
Evangelist III

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

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

Thank you sir.

Sorry i am using STM32F407 discovery board.

I am using STM32F407 Discovery development board.

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

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

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

STM32Cube_FW_F4_V1.24.0\Drivers\BSP\STM32F4-Discovery\stm32f4_discovery.c

STM32Cube_FW_F4_V1.24.0\Projects\STM32F4-Discovery\Examples\BSP\readme.txt

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