cancel
Showing results for 
Search instead for 
Did you mean: 

Possible to use STM32F746g with a nucleo idb05a1?

LLust.744
Associate

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?

3 REPLIES 3

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

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?

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