Skip to main content
Graduate
June 24, 2025
Solved

How to connect nucleo-h7s3l8 and x-nucleo-67w61 ?

  • June 24, 2025
  • 2 replies
  • 348 views

hedejiang_0-1750762742672.jpeg

nucleo-h7s3l8   x-nucleo-67w61     

I don't know how to connect them.

Could you please show it in pictures?

Thank you.

Best answer by Imen.D

Hello @hedejiang ,

The X-NUCLEO-67W61M1 board is connected to the NUCLEO host board via the Arduino connectors:

  • The 5V, 3V3, GND through the CN6
  • The SPI (CLK, MOSI, MISO), SPI_CS and USER_BUTTON signals through the CN5
  • The BOOT, CHIP_EN, SPI_RDY and UART TX/RX signals through the CN9

You can find more details on the ST wiki page: ST67W611M Wi-Fi®– CLI Project - stm32mcu

This package may help you on your working project: https://github.com/STMicroelectronics/x-cube-st67w61/tree/main/Projects/NUCLEO-H7S3L8

2 replies

Andrew Neil
Super User
June 24, 2025
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Imen.DBest answer
Technical Moderator
June 24, 2025

Hello @hedejiang ,

The X-NUCLEO-67W61M1 board is connected to the NUCLEO host board via the Arduino connectors:

  • The 5V, 3V3, GND through the CN6
  • The SPI (CLK, MOSI, MISO), SPI_CS and USER_BUTTON signals through the CN5
  • The BOOT, CHIP_EN, SPI_RDY and UART TX/RX signals through the CN9

You can find more details on the ST wiki page: ST67W611M Wi-Fi®– CLI Project - stm32mcu

This package may help you on your working project: https://github.com/STMicroelectronics/x-cube-st67w61/tree/main/Projects/NUCLEO-H7S3L8

"When your question is answered, please close this topic by clicking ""Accept as Solution"".ThanksImen"