Need easier to use PIOasm for rp2040 in Arduino IDE

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
LessMore
 
Posts: 7
Joined: Sat Jun 01, 2019 11:45 pm

Need easier to use PIOasm for rp2040 in Arduino IDE

Post by LessMore »

The nice Pi Pico Arduino plugin https://github.com/earlephilhower/arduino-pico by earlephilhower doesn't provide a method to generate a .pio.h file.

Apparently the official SDK must be installed to get that capability?

Some alternative tool more suitable to Arduino user skill level, like a web app, install-able system app, or some easier to use python code might allow more users to create reasonable fast code for th rp2040.

User avatar
blnkjns
 
Posts: 963
Joined: Fri Oct 02, 2020 3:33 am

Re: Need easier to use PIOasm for rp2040 in Arduino IDE

Post by blnkjns »

Did you try the official Arduino RP2040 board support?

User avatar
LessMore
 
Posts: 7
Joined: Sat Jun 01, 2019 11:45 pm

Re: Need easier to use PIOasm for rp2040 in Arduino IDE

Post by LessMore »

*** Good News ***

Online pioasm for Raspberry Pi Pico, Assembler, verified .pio.h output identical to example code.
The Tool https://wokwi.com/tools/pioasm
Github src (Posted Jun. 3) https://github.com/wokwi/pioasm-wasm

There is also a Docker available
https://github.com/kahara/pioasm-docker

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”