2021-07-18 10:27 PM
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
2021-07-18 11:43 PM
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