cancel
Showing results for 
Search instead for 
Did you mean: 

No BSP for my STM32F411E-DISCOVERY board on Keil uVision 5

KP.3
Associate II

Hey, Im learning my stm32f411e-disco and I am following a guy whos using a slightly different board (stm32f407 discovery or just stm32f4Disco)

I cant find BSP for my board on Keil and I was wondering if i could use the STM32F4Discovery's BSP or not. The LEDs and the button are connected to the same pins for both the boards but the gpio registers are a little different for both the microcontorllers. If i cant use this BSP then how do I add a BSP manually to KEIL (I found a BSP for my board on github).

Thank you

1 REPLY 1
SBEN .2
Senior II

Hello @KP.3​ ,

The BSP is toolchain agnostic. For STM32F411E-Discovery specifically, you can look under the projects folder (the demonstration) and you'll find an MDK-ARM project: STM32CubeF4/Projects/STM32F411E-Discovery/Demonstrations at master · STMicroelectronics/STM32CubeF4 · GitHub

Best regards,

@SBEN .2​