Replies: 3 comments 6 replies
|
All RP2040 and RP2350 boards are really the same, with the CPU and flash plus "some other bits". That board looks like a barebones one with a couple support chips hardwired to some GP pins. I suggest starting from basics. Set the Generic RP2350, Select 4MB flash size, Chip Variant 2350A, and then run a simple LED blinker. Assuming the documentation on the WS site is correct, it should blink the onboard led If that doesn't blink the LED then I suggest seeking out a schematic for that board (I can't find one on their site) to double-check the pinout. If that does blink then you're fine but you might need to configure your computer if you're running Windows to actually see the serial ports it delivers. The docs here have lots of info on running Zadig/etc. as appropriate. |
|
I'll take a look at the demo stuff WS provides for this board real quick and see what might be up, and I can post stuff to test, if you'd like. |
|
Hello again! Ps.: it was working with the generic RP2350 option. |


Uh oh!
There was an error while loading. Please reload this page.
Hello!
Im quite new to the RP family and wanted to make an OBD2 diagnostic tool for cars but haven't had any succes flashing anythig to this board.
I tried all the waveshare as well the generic rp2350 and the rasbperry pico 2 options but none of them seemed to work. It uploaded but nothing happened on the board and it went right back to boot device mode. The flash_nuke.uf2 seemingly worked fine so i dont think that it is a faulty board. (it is the only thing that worked)
Thank you guys in advance!
All reactions