Skip to main content
Louis Loving
Senior
April 21, 2021
Solved

How do I build a simple Nucleo WB55 project that advertises and connects with CubeMX 6.2.1?

  • April 21, 2021
  • 1 reply
  • 747 views

I built the project with CubeMX 6.2.1. I have added the call in main to the sequencer. I have added the sequencer header file. I have added the IPCC IRQHandler functions to stm32wbxx_it.c.

The project builds fine and downloads to the NUCLE0 WB55. It starts up and advertises as expected but it will not let me connect to it.

Attached is my CubeMX project.

Any help will be greatly appreciated.

This topic has been closed for replies.
Best answer by Louis Loving

CubeMX 6.2.1 takes care of the IPCC functions that used to require being added buy hand:

0693W00000AMHXzQAP.png 

We also needed to make sure that we were using LSE for the RF system wakeup:

0693W00000AMHWNQA5.pngAfter making these changes, everything works as expected.

1 reply

Louis Loving
Louis LovingAuthorBest answer
Senior
April 22, 2021

CubeMX 6.2.1 takes care of the IPCC functions that used to require being added buy hand:

0693W00000AMHXzQAP.png 

We also needed to make sure that we were using LSE for the RF system wakeup:

0693W00000AMHWNQA5.pngAfter making these changes, everything works as expected.