Skip to content
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

RP2350 porting #150

Open
znmeb opened this issue Aug 12, 2024 · 4 comments
Open

RP2350 porting #150

znmeb opened this issue Aug 12, 2024 · 4 comments
Labels

Comments

@znmeb
Copy link

znmeb commented Aug 12, 2024

I am getting some boards with the new RP2350 micro-controller on them in the next couple of weeks. Speciifically I am getting

The SparkFun boards will be here tomorrow. The Pimoroni board has shipped but it is still in the UK. The other two are coming from Sweden and haven't shipped yet.

I am hoping to get AMY running on them in MicroPython. It turns out there is a fork of the Arduino board support package for the RP2040 that supports the RP2350 here: https://github.com/PontusO/arduino-pico-rp2350

MicroPython for the RP2350 boards itself is still preliminary, but I should at least be able to get the Arduino version running. RP2350 boards are pretty much back-ordered everywhere, so any help you can offer on the porting would be appreciated.

@bwhitman
Copy link
Collaborator

Very cool! Let me know if you need any help getting it going.

@znmeb
Copy link
Author

znmeb commented Aug 13, 2024

The SparkFun boards only have a Qwiic connector so I need an audio board with one of those, or some kind of translator to I2S. The Pimorni boards should be here either the end of this week or early next week and they have more connector types. As far as I know, I am the first person in my online circle other than partners that actually have hardware. 🥇

@bwhitman bwhitman added the port label Aug 16, 2024
@bwhitman
Copy link
Collaborator

I've received my Pi Pico 2 boards. I just have the "official" Rpi ones.

Everything ported fine, no changes to AMY_Test_Pi_Pico in Arduino at least other than the board type, using 4.0.1 of the arduino-pico package.

We get 6 juno-6 patch #0s running at once on one core, not bad. This is at 200MHz and -O3.

Later we can look at the Pi Pico multicore example and re-port to the RP2530 to get more polyphony. We also want to look at floating point performance.

@znmeb
Copy link
Author

znmeb commented Aug 28, 2024

I've received my Pi Pico 2 boards. I just have the "official" Rpi ones.

Everything ported fine, no changes to AMY_Test_Pi_Pico in Arduino at least other than the board type, using 4.0.1 of the arduino-pico package.

We get 6 juno-6 patch #0s running at once on one core, not bad. This is at 200MHz and -O3.

Later we can look at the Pi Pico multicore example and re-port to the RP2530 to get more polyphony. We also want to look at floating point performance.

Excellent news! As far as I know, Amy should not have issues on common RP2350 boards. But the compiled uf2 files may differ between boards. I've got a script that runs over all the boards I have, doing builds.

So far the only thing I've actually run on an RP2350 is a couple of scripts with SparkFun's MicroPython.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants