Added Board WeAct Studio RP2350B Core#10646
Conversation
ports/raspberrypi/boards/weact_studio_rp2350b_core/mpconfigboard.mk
Outdated
Show resolved
Hide resolved
|
I would suggest that you also add alias pin names for the ADCs: and so on for A0-A7. This would make writing portable code easier. |
|
Yes, I will add them, just trying to get PID for now. |
|
Check @bablokb's pin names suggestion above. Close to merging! |
|
@dhalbert Could you please check the above changes. |
|
Good board! I hope this board definition will be in the next release. |
That is correct: pins that are dedicated for internal uses, such as connecting to PSRAM or flash, should not be exposed in |
|
I've had a look around the hardware this afternoon, with the schematic and a multimeter. I've also built CircuitPython with the pin definitions from @cvmanjoo - my first time building it from scratch! Unlike something less barebones - like the Feather RP2350, which tucks away GPIO8 purely for the PSRAM option - on this one GPIO0 gets broken out and can be used as a normal pin. They're also not (as far as I've been able to find) sold with a PSRAM chip fitted, so the default configuration is that GPIO0 is "just a pin" rather than something to reserve for internal use. For this to not be the case will be an exception, not the norm. If it were up to me, I'd get rid of (As it is up to me for my own build, I've removed it from mine...) |
|
Good point! |
Added this board,
WeAct Studio RP2350B Core
More info about this board.
https://github.com/WeActStudio/WeActStudio.RP2350BCoreBoard
https://micropython.org/download/WEACTSTUDIO_RP2350B_CORE/
https://www.cnx-software.com/2025/02/03/tiny-weact-rp2350b-core-board-exposes-all-48-i-os-from-the-raspberry-pi-rp2350b-microcontroller/
I have tested the firmware file on this board and works fine.