2025-07-22 1:59 AM - last edited on 2025-08-22 1:22 AM by TarikAb
Hello,
does ST67W61 module support pass-through mode?
I have an application based on a third-party IP stack and it would be a pain to rewrite it all with AT primitives.
A far simpler solution would be replacing low-level calls to transmit and receive Ethernet frames over SPI link.
Alessandro
Solved! Go to Solution.
2025-08-25 1:20 AM
Hi Alessandro,
The only interface available between the ST67W611 and the Host is AT commands over SPI.
Best regards,
TarikAb
2025-08-25 1:20 AM
Hi Alessandro,
The only interface available between the ST67W611 and the Host is AT commands over SPI.
Best regards,
TarikAb
2025-09-10 8:42 AM
Nice module, too bad.
2025-10-02 8:59 AM - edited 2025-10-02 9:00 AM
Good news, LWIP on host is now available!
please check out this example here: https://github.com/STMicroelectronics/x-cube-st67w61/tree/main/Projects/NUCLEO-U575ZI-Q/Applications/ST67W6X/ST67W6X_CLI_LWIP
overview here: https://wiki.st.com/stm32mcu/wiki/Connectivity:X-CUBE-ST67W61_Architecture
(Wifi Station only mode is available for now)
2025-10-03 3:03 AM
This is great, will have a look!