-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing instructions for how to build and deploy an example application #20
Comments
Try the following steps to diagnose the issue:
I've tested the demo code with nanoCH32V203 board. https://github.com/wuxx/nanoCH32V203/blob/master/hardware/nanoCH32V203.pdf Session with
Session with
|
Hi, I found that |
Sorry, maybe that's my cable's problem, both |
Hiya,
I've got a CH32V203C8T6 and I'm really interested in exploring what the Embassy framework has to offer (it looks like an awesome alternative to running a rtos).
However, I'm struggling to get one of the example applications to work. They compile, just fine, but when I deploy them - they don't seem to do anything (ie: blinky doesn't blink) and I've tried all the other example applications.
I'm not very familiar with Rust (but I'm using this project as an excuse to explore it).
Here's what I've done so far (most of which was taken from #3 ):
I've also changed this line to refer to
ch32v203c8t6
and recompiled blinky... and again... nothing blinked.Am I missing something? Or could it be that the example code doesn't work with my chip (for whatever reason).
Thanks for the help! I'm sure it'll help others too :)
The text was updated successfully, but these errors were encountered: