惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

美团技术团队
博客园_首页
量子位
F
Fortinet All Blogs
L
LangChain Blog
The Cloudflare Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
大猫的无限游戏
大猫的无限游戏
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
V
Visual Studio Blog
Blog — PlanetScale
Blog — PlanetScale
博客园 - 叶小钗
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - Franky
G
Google Developers Blog
阮一峰的网络日志
阮一峰的网络日志
T
Tailwind CSS Blog
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
有赞技术团队
有赞技术团队
U
Unit 42
IT之家
IT之家

The Rust Programming Language Forum - Latest topics

Beginner building a Rust backend framework (AI-assisted) — feedback appreciated C++ to Rust -- Exceptions Re-exporting a trait with a custom derive_macro Gold linker is deprecated Why is using PhantomData valid in this case? Code review for Static Pool Allocator Looking for a pool based allocator Why is this legal? What does it mean for Rustc to run "out of TLS keys"? Using async/await internally with no internal runtime, but exposing a nonblocking poll API — is this a reasonable design? Testing functions that use randomness `cargo-path`: improve coding agents&#39; ability to find Rust documentation Rust task runners Lifetime weird case Windows - USB device not detected A random rustc-ice-[...].txt file appeared Develop rust where the environment is setup in a docker Undefined Behavior: in-bounds pointer arithmetic failed: attempting to offset pointer by 20 bytes, but got alloc238 which is only 1 byte from the end of the allocation Unbug 0.5 - Runtime debug assertions Is there a tiny error in section 6.2 Reference types? Lifetime woes implementing ratatui::Widget for a reference Rusqlite + Chrono: How do I simplify code to obtain chrono datetime value From OOP to Rust – struggling with code organization and data structure design Way to avoid a self-referential struct Rust RF and audio resources/communities Whyhttp - HTTP mocks that fail where the bug actually is Using tokio channel permits in a tower service Arc::increment_strong_count design question (cross-post) `&T`, `&mut T`, `Pin<&mut T>` and `&Cell<T>`: Ways of Borrowing a `T` Ratatui detect arrow key press and release
Cyw43 on STM32H723
Bridiro · 2026-04-17 · via The Rust Programming Language Forum - Latest topics

April 16, 2026, 4:36pm 1

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:

while this forum is for all rust related topics, you are more likely to get a quick response for problems questions about the language itself, such as questions about syntax, compiler, cargo, things along these lines.

for certain problem domains, while waiting for the right people to see your post in this forum, you may seek help in dedicated communities of smaller scope, where people are more focused on and specialized in that specific area.

the cyw43 crate is part of the embassy project, so I would assume it integrates seamlessly with the ecosystem, but I don't have any personal experience of this hardware, so I don't actually know the answer.

meanwhile, I suggest you go to the embassy chatroom to ask the experts there. another place to go is the rust-embedded chatroom. there you might have better chance to find a person with the right knowledge for your question.

2 Likes