2021-04-21 08:03 AM
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.
Solved! Go to Solution.
2021-04-22 11:33 AM
CubeMX 6.2.1 takes care of the IPCC functions that used to require being added buy hand:
We also needed to make sure that we were using LSE for the RF system wakeup:
After making these changes, everything works as expected.
2021-04-22 11:33 AM
CubeMX 6.2.1 takes care of the IPCC functions that used to require being added buy hand:
We also needed to make sure that we were using LSE for the RF system wakeup:
After making these changes, everything works as expected.