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

推荐订阅源

爱范儿
爱范儿
Microsoft Azure Blog
Microsoft Azure Blog
G
Google Developers Blog
宝玉的分享
宝玉的分享
V
V2EX
MongoDB | Blog
MongoDB | Blog
S
SegmentFault 最新的问题
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Microsoft Security Blog
Microsoft Security Blog
博客园 - 聂微东
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
IT之家
IT之家
Martin Fowler
Martin Fowler
大猫的无限游戏
大猫的无限游戏
Recent Announcements
Recent Announcements
人人都是产品经理
人人都是产品经理
博客园 - 司徒正美
美团技术团队
F
Fortinet All Blogs
N
Netflix TechBlog - Medium
Hugging Face - Blog
Hugging Face - Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
罗磊的独立博客
B
Blog RSS Feed

The Rust Programming Language Forum - Latest posts

What's everyone working on this week (21/2026)? Rust Function Call with one Param Iced + Canvas + Text: How do I create a style for canvas text "Value dropped while borrowed" as a lifetime mismatch Weird `use of moved value` behaviour Slightly surprising behavior of a while loop Clap: how to disable options after a certain positional argument How do i tell rust-analyzer what kind of bracket to use for a macro? Iterator + Borrow Checker: Work around borrowing already borrowed mutable variable Requesting data via mavlink SKILLS.md for Rust development 🧵 Stringlet UTF-8 Hack Option Niche? Iterator + Map - How do divide every element, including the last element, by the last element Why can't we store returned value of a function in a variable if one of the parameters goes out of scope My first crate :D, floop: A more convenient and less error prone replacement for loop `{ select! { .. }}` Sorting is slow because architectures are wrong — zan-sort redesigns the architecture, not the algorithm Iced Font - Create a custom monospace font to display dollar amounts Is the UnsafePinned RFC wrong about being able to return `&mut T` from `get_mut_unchecked`? Fixing Polars 0.37 compilation errors: Hashbrown 0.17 dependency conflict and decimal parsing Any plans for improving error diagnostic in Rust 2.0? How do I build completely offline? Is `&mut T -> &mut ManuallyDrop<T>` well-defined and sound? Would you use this? — fixtura, declarative fake data injection for tests Foreign trait restrictions on native types make generics hard to use Cargo Exclude Directive Compiler reasoning around a modulo counter Multiple mutable references to elements within one vector Handling non-`Send` data in a `Send` closure Review: Static Multi Pool Allocator Rmquickjs - High-level MicroQuickJS bindings for Rust
Cyw43 on STM32H723
Bridiro · 2026-04-17 · via The Rust Programming Language Forum - Latest posts

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