2026-03-18 10:06 AM - last edited on 2026-03-18 10:57 AM by Andrew Neil
Hi,
I´m trying to migrate the example Application p2pServer (BLE) from the Nucleo board to a custom board with an STM32U575CI, but it fails initializing:
#### Welcome to ST67W6X BLE P2P Server Application #####<\n>
# build: 17:52:14 Mar 18 2026<\n>
--------------- Host info ---------------<\n>
Host FW Version: 1.2.0<\n>
[ERROR] [4000] [ST67W6XTask] (w61_at_sys.c:340) sem_if_ready not received<\n>
[ERROR] [4000] [ST67W6XTask] (w61_at_common.c:375) sem_if_ready not received<\n>
[ERROR] [4000] [ST67W6XTask] (w61_at_sys.c:312) Could not init Modem handler<\n>
[ERROR] [4000] [ST67W6XTask] (main_app.c:975) [ERROR] in W6X_Init API<\n>
[ERROR] [4000] [ST67W6XTask] (w6x_sys.c:115) W61 Init failed<\n>
[ERROR] [4000] [ST67W6XTask] (main_app.c:401) Failed to initialize ST67W6X Driver
Any idea what could be the problem?
Best
Achim
Solved! Go to Solution.
2026-03-26 4:22 AM
Now it´s working. I´ve forgotten to set the SPI related IOs to Very High Speed...
2026-03-18 10:22 AM
What is different between the two boards? Start there.
2026-03-18 10:55 AM
@AWack wrote:I´m trying to migrate the example Application p2pServer (BLE) from the Nucleo board ...
Have you got it working on the Nucleo board?
@AWack wrote:
... to a custom board with an STM32U575CI
Please show your schematic.
Before the full port, have you proved your basic SPI comms?
Have you used a scope and/or logic analyser to see what's happening on the interfaces between the Host and the ST67W6 ?
Compare & contrast the working & non-working cases ...
Instrument your code so see what's happening.
2026-03-26 4:22 AM
Now it´s working. I´ve forgotten to set the SPI related IOs to Very High Speed...