How am I supposed to use CubeMX with STM32WPAN for BLE project ?
Hi all,
I'm working on a BLE project on STM32WB5MMGHx module on each side (client and server).
For the server side, I use CubeMX to generate almost all the code (pairing configuration, GATT service and characteristics, etc.). I managed to "bypass" some CubeMX generated using the USER CODE comment areas to do what I wanted.
For the client part (more complex), I can only get a Custom P2P Client (this not what I want). Looks like I can't disable the Custom P2P Client (combobox disabled).
So here is the questions :
- How am I supposed to use CubeMX to create the BLE client with some custom code without bypassing 90% of CubeMX generated code (if possible...) ?
- Should I create all the projet manually and integrate some CubeMX generated code (in another folder) by hand ?

Thx
