cpq / bare-metal-programming-guide

A bare metal programming guide (ARM microcontrollers)
MIT License
3.27k stars 284 forks source link

Raspberry PI Pico 2 #48

Open carlosdelfino opened 2 weeks ago

carlosdelfino commented 2 weeks ago

First of all, thank you for this tutorial. I've always wanted to dedicate myself to Bare Metal programming, and now it will be possible.

Unfortunately, I don't have Nucleo. I even wanted to make a webservice client, but it won't be this time. I also don't have a Pico W5500, but I do have a Pico 2, which uses an RP2040 and comes with two cores, a Cortex-M33 and a RISC-V. Could you generate examples and templates for this board?

Thanks.