Replies: 6 comments 10 replies
-
Not from my side at the moment, although there was interest by @rleh I think? |
Beta Was this translation helpful? Give feedback.
-
Not sure if it's a good idea to spam Discussions with separate questions related to RP2040 support, so decided to resume this old generic topic. Please let me know if you'd prefer to not to mix multiple topics into this one discussion. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to bring up Adafruit Feather RP2040, but no luck so far. From the official SDK I see a few differences mentioned here (ignoring the default pins etc): https://github.com/raspberrypi/pico-sdk/blob/2062372d203b372849d573f252cf7c6dc2800c0a/src/boards/include/boards/pico.h To get started I modified a few rp2040 files (not adding new board variant until it works): in modm repo ext/modm-devices/devices/rp/rp2040.xml
in my codebase in the generated files updated project.xml
checked that FLASH size updated after lbuild build modm/SConscript
modm/link/linkerscript.ld
modm/platform/clock/clocks.cpp
modm/board/board.hpp
... and not sure what/where to change to reflect PICO_FLASH_SPI_CLKDIV 2 --> 4 Still can't blink the LED. Could you please shed some light here..? |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot for the quick reply! The flash chip seems to be GD25Q64CSIG After removing all changes other than And strangely it seems any of |
Beta Was this translation helpful? Give feedback.
-
I want to add ADC support for rp2040. I have a POC with basic functionality working, but I'm stuck at finding and generating the needed info in the device tree. I can't figure out how to get get ADC support data for the pins from the rp2040.svd (Ctrl+F I can get the ADC code generated and working if I manually update the generated rp2040.xml by adding
So what would be the best way to fix this if the data is indeed missing? Should I update |
Beta Was this translation helpful? Give feedback.
-
Wondering if there are any plans to support raspberry pico?
Beta Was this translation helpful? Give feedback.
All reactions