Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years ago.
Why this program don't run on STM32 Nucleo F411RE?
Why this program don't run on STM32 Nucleo F411RE? How can I do to make it work without HW modification? Help me!
Question relating to:
2 Answers
9 years ago.
Hi Vincenzo I had the same problem yesterday :) With the Nucleo F411RE and the ST BLE module, is just about the SPI clock pin that is different, there is the ifdef (IDB0XA1_D13_PATCH) on the file x_nucleo_idb0xa1_targets.h, there you change the default pin D3 to the D13 (Just pay attention that this is the same pin of the LED)
After this you need to patch your BLE module board and exchange the resistor R10 with the R11.
I'm working on this now and I'm also doing a presentation about BLE to my course channel, (Not yet done) ttps:www.youtube.com/channel/UC1ptV25-NEHRIEnM1kXMCrQ/playlists /media/uploads/leonardoaraujosantos/bluetooth_low_energy.pdf
Hope it helps
9 years ago.
Dear Vincenzo,
Please, keep in mind that the tested platforms for the X-NUCLEO-IDB04A1 are listed in the component homepage. You can even use the STM32 Nucleo F411RE provided that you compile for STM32 Nucleo F401RE.
Kind regards