A community post from Sep 19 shows MounRiver Studio II, WCH's official RISC-V IDE, working with a DeepSeek harness attached - another sign that LLM-assisted development is moving into vendor toolchains, and a practical look at what that means for CH32-class MCU work.
Vendor IDEs have been the conservative corner of embedded tooling: they ship a compiler, a debugger, a flash tool, and rarely more. Seeing the WCH community wire a modern LLM into the official IDE for CH32-class development signals where the workflow is heading - the ask-generate-flash loop, with WCH-Link doing the flashing, compresses bring-up time in a way that documentation alone never could.
MRS II bundles the toolchain WCH maintains for its QingKe cores (the CH32V003 through CH32V208/V307/V317 and the newer CH32H417), so an LLM working inside that environment has, in principle, the whole edit-build-debug loop within reach.LLM assistance on MCU register-level code needs the same discipline as junior engineers do:
The open questions are the interesting ones: whether WCH ships a first-party AI panel inside MRS II, and how well DeepSeek-class models handle QingKe-specific CSRs and attributes - the fast-interrupt attribute and the PFIC register map are far less represented in public code than ARM's NVIC equivalents, which is exactly where model-generated code tends to drift. Community testing, like the post above, is how those gaps get mapped.
We track toolchain maturity for WCH and SpacemiT parts on open-riscv.com - from MRS II on the MCU side to the upstream kernel and toolchain work landing for K1 and K3 - since toolchain quality is what turns a cheap chip into a productive platform. Source: