How do I build a simple Nucleo WB55 project that advertises and connects with CubeMX 6.2.1?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-21 8: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.
- Labels:
-
STM32CubeMX
-
STM32WB series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
