pico-feedback
pico-feedback copied to clipboard
Hello, would it be possible to provide the information in an accessible format? HTML is preferred. Features like advanced search and translation for non-English speakers (or those like me who...
In the _pioasm_ documentation of the _pico-series C/C++ SDK_, and of the _RP2350 datasheet_ as well, it looks like the entry `putget` for directive `.fifo ` should be something like...
In what I think is the latest version of the rp2350 datasheet (build-date: 2024-10-16, build-version: 5e790a3-clean), “11.4.3.3. Assembler Syntax” describes the following: ``` wait irq (rel, next, prev) ``` However,...
I am trying to run the code that is in https://github.com/ArvoreDosSaberes/magnectostriccao/tree/freertos branch freertos, there are 3 main threads and one of them must capture data using DMA, but I am...
I'm using the WS2812 driver implementation from the `pico-examples` repo to control a strip of LEDs. Additionally, my setup includes an MCP2515 CAN controller for communication. When polling the CAN...
In section 2.3.7 of https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-c-sdk.pdf there's a **NOTE** which says: "As of the time of press the latest FreeRTOS-Kernel change for SDK 2.0.0 and RP2350 have not been merged upstream;...
I couldn't find the Fritzing file for Pico 2W on the official website. Can you provide me with a copy? Thank you.
It states that > Instead of checking READ_ADDR or WRITE_ADDR to monitor the progress of a transfer sequence, check TRANS_COUNT However, TRANS_COUNT is zero (in contrast to READ_ADDR) after the...
It would be nice to have a few more diagrams of the interpolator configurations with some more details, like in the examples given below (no guarantee of correctness, though): 
The current PIO Instruction Set Reference in the "Raspberry Pi Pico-series C/C++ SDK" (build-date 2024-11-25, build version 66f614e-clean) fails to clearly describe the semantic action of the instruction. This is...