-
|
As the title describes, I'm having a bit of trouble getting the none-os, ch32v307 webserver example running on my v307 cheap dev board. I have USB-ISP uploading, but no debugger. I understand the example outputs debugging data on a uart port, working on getting that output piped to USB now. I've modified the main.c to not need a button press to continue on in the program, and I've verified the correct pins are connected to RX/TX. I've tried to add code to the example to blink the onboard LEDs to check that the code is even running, but haven't had any luck. I see the example Readme states the chip must have the correct flash/ram config. When I get board info: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
You don't need to modify the main.c, the PB6 button is just a "restore default config" / reset button. It's a one time thing checked on boot. The What exact "cheap dev board" do you have? The board referenced in the example expects a high-speed crystal to be present. The example was tested on the board as shown here. Does the blinky-none-os work fine for the board? |
Beta Was this translation helpful? Give feedback.
Nevermind, I've figured it out. The netgear switch I was connecting to must not support 10baseT. Using a different network switch it connects, no problem, Thank you for reaching out.