Skip to main content
Associate III
June 3, 2025
Question

stm32f407vet6 interface with x-Nucleo-BNRG2A1

  • June 3, 2025
  • 19 replies
  • 1301 views

Hi

Does the X-NUCLEO-BNRG2A1 BLE module support interfacing with the STM32F407VET6 board? Please let me know.

This topic has been closed for replies.

19 replies

Andrew Neil
Super User
June 3, 2025

@Kumar123 wrote:

the STM32F407VET6 board? 


What board?

It depends what you mean by, "support"?

It uses standard interfaces, and the STM32F4 supports them - so it certainly can be done.

If you mean, "is there ready-to-use software" - that's a somewhat different question.

Did you look at the User Manual UM2667, "Getting started with the X-NUCLEO-BNRG2A1 BLE expansion board based on BlueNRG-M2SP module for STM32 Nucleo" ?

It describes the connections ...

via: https://www.st.com/en/ecosystems/x-nucleo-bnrg2a1.html#documentation

You can also get the schematics:

https://www.st.com/en/ecosystems/x-nucleo-bnrg2a1.html#cad-resources 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Kumar123Author
Associate III
June 4, 2025

Hi Andrew Neil
It is working fine on the Nucleo-F401RE board, but I am currently testing it on the STM32F407VET6 board.

Andrew Neil
Super User
June 4, 2025

So compare & contrast the working & non-working setups.

See where it's going wrong.

Fix that.

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.