cancel
Showing results for 
Search instead for 
Did you mean: 

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

Louis Loving
Senior

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Louis Loving
Senior

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.

View solution in original post

1 REPLY 1
Louis Loving
Senior

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.