Cyw43 on STM32H723

⚓ Rust    📅 2026-04-16    👤 surdeus    👁️ 3      

surdeus

Info

This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Cyw43 on STM32H723

I already managed to get my NUCLEO-H723ZG to boot up and so some basic things.
I saw online the Ezurio 453-00376 with the Ezurio 453-00141 card for it (specifically made for NUCLEOs), and wanted to give it a go.
I'm using embassy so getting Wi-Fi to work should not be that much of a problem (I want to use it via SDIO and from what I see the crate supports it).

The problem

The Ezurio board I want to buy only supports SDIO and UART, so my question is, did someone managed to get both Wi-Fi and BLE on SDIO or should I use UART HS for bluetooth, passing it directly to trouble?

One of my concerns is that if I use them separately (SDIO for Wi-Fi and UART for BLE) I should find a way to send both the required firmwares still.

It's my first post on this forum so please don't blast me :folded_hands:

1 post - 1 participant

Read full topic

🏷️ Rust_feed