pico-sdk
pico-sdk copied to clipboard
Can the PIO of the RP2040 set a fixed additional phase offset for the clock of each state machine? In this way, multiple PIOs can be used to sample the...
The [encrypted bootloader example] demonstrates how to encrypt your binaries and have them securely decrypted in place from SRAM on RP2350. However, as it is, it only works for the...
OK, there seems to be still some inconsistency. If ``` .program test .side_set 0 opt jmp 0 side 0 ``` is allowed (I'm assuming `side 0` with `.side_set 0 opt`...
When compiling using bazel build, and using the clang compiler, localtime_r is missing definition i.e. in bazelrc ``` build --@pico-sdk//bazel/config:PICO_TOOLCHAIN=clang build --@pico-sdk//bazel/config:PICO_CLIB=auto ``` Results in error: _ld.lld: error: undefined symbol:...
Hi, I'm using RP2350 without Flash. I managed to run UART on pins SCLK, CS, SD0, SD1, SD2, SD3. But I don't understand how to use them as SIO, for...
A very minor code commenting issue. Comments at lines 124, 125, 138, and 139 of dreq.h contain wrong information. https://github.com/raspberrypi/pico-sdk/blob/5592322465b449ef01ca5b4290f2f03fdff71381/src/rp2350/hardware_regs/include/hardware/regs/dreq.h#L124-L125 Should read: 124: `DREQ_PWM_WRAP10 = 42, ///< Select PWM Counter...
I have two version of picotool available in my ~/pico directory: picotool-2.1.0 and picotool-2.1.1. Setting environment variable PICOTOOL_FETCH_FROM_GIT_PATH according to documentation should set which picotool to use but this always...
Hi, I'm doing tests with the UART bootloader, which is described in the [datasheet](https://datasheets.raspberrypi.com/rp2350/rp2350-datasheet.pdf) of RP2350 (Chapter 5.8). The pins SD2 and SD3 of QSPI are used as TX and...
Hi, I did a code that need pio_gpio_base set to 16. However, we must use the GPIO pin number -16 in the wait instruction. if we do this, the pio...
The master SDK branch (and the SDK release tags eg 2.1.1) should point to specific picotool tags, to ensure you get a compatible picotool - currently it points to the...