cancel
Showing results for 
Search instead for 
Did you mean: 

ST67W11M1 BLE p2p with STM32G0

AWack
Senior

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.

Screenshot 2026-03-12 084830.png

Best regards,

Achim

3 REPLIES 3
AWack
Senior

it looks, if with no MCU both, ST67 and UCPD can be selected...? When I disable UCPD / TCPP01 I can select p2p for ST67...

TarikAb
ST Employee

Hi @AWack 

Did you have a look at this wiki page?

 


In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
AWack
Senior

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..