Skip to main content
LLust.744
Associate
October 15, 2019
Question

Possible to use STM32F746g with a nucleo idb05a1?

  • October 15, 2019
  • 1 reply
  • 850 views

I want to enable a bluetooth function on the STM32 board, is this possible with the nucleo idb05a1? If not, what can I use as an alternative?

This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
October 15, 2019

Looks like it only uses the Arduino shield connectors, should work on an STM32F746G-DISCO, you'd have to determine the pin utilization and port the code as necessary.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
LLust.744
LLust.744Author
Associate
October 15, 2019

That's what I was thinking; however I am quite the novice with this board so it is a big learning curb. Do I need a binary file to drop into the usb drive for the disco board? And by setting pins, I am guessing I wold have to configure that through the CubeMx?

Tesla DeLorean
Guru
October 15, 2019

I'm old school, I tend to review the pin diagrams and schematics in the user manuals.

Doesn't this part predominantly access through the SPI port?

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