2022-03-07 02:39 AM
I've been using a WB55 for a BLE Router but supply shortages have meant we need to switch to using a WB10CC. I noticed that there is no example from ST for this chipset. My initial attempts to adapt the WB55 example haven't been productive.
2022-04-07 01:38 AM
Hello,
Yes, you can port BLE_p2pRouteur application on STM32WB10CC. You can compare BLE_p2pServer project for NUCLEO-WB15CC and for P-NUCLEO-WB55.Nucleo to see the difference between the 2 projects. You need to change the linker file and check the configuration in app_conf.h.
Best Regards