2026-03-12 12:06 AM - edited 2026-03-12 12:49 AM
Hi,
I´m trying to get the BLE p2p running on a STM32G0B1. But it´s really hard to figure out what to copy from the U5 demo application! Is there any detailed guide how to do this?
When configuring it in STM32CubeMX there´s also the problem, that Application can not be selected - maybe because FreeRTOS is integrated in G0 package and can not be selected as a component.
Best regards,
Achim
2026-03-12 2:41 AM
it looks, if with no MCU both, ST67 and UCPD can be selected...? When I disable UCPD / TCPP01 I can select p2p for ST67...
2026-03-12 3:43 AM
2026-03-12 3:47 AM
Yes, sure I had a look to this wiki.
In the meanwhile I checked some more things, also changing to an U5. But for it turns out, that with both - G0 and U5 - its not possible to have UCPD and ST67 at the same time :(
After deactivating UCPD i was able to compile the p2pServer. Now I´ll try to get it really running / communicating..