pico-feedback icon indicating copy to clipboard operation
pico-feedback copied to clipboard

Results 133 pico-feedback issues
Sort by recently updated
recently updated
newest added

There seems to be a significant amount of noise on an SPI circuit of any significant size, is there a way to pull down the SPI MOSI pin?

question
rp2040

Hi. make.exe is no longer included. The guide about compiling no longer works because make is no longer present on tools directory. Was this on purpuse? Can you update the...

documentation
windows

When starting (or restarting) a PIO state machine, is there an **_architecturally guaranteed_** starting value for the `X` and `Y` registers? Alternatively, are those registers architecturally guaranteed to retain the...

documentation
pio

VREG_AND_CHIP_RESET: CHIP_RESET register does not seem to change when Pico (RP2040) is reset using PicoProbe. Is this correct behavior? Datasheet (2.12.7. Source of Last Reset) seems to give impression, that...

documentation
question
rp2040

The datasheet states: > If the user already has an accurate clock source then it is possible to drive an external clock directly into XIN (aka XI), > and disable...

documentation
question
rp2040

The program loading and debugging procedure for `-DPICO_NO_FLASH=1` compilation option is not documented (gdb / openocd). I went through some trial and error steps to make it work. It would...

documentation

This is a rather convoluted issue, but it is 100% reproducible. The requirements are a 2GB microSD card, and this: https://www.waveshare.com/pico-restouch-lcd-2.8.htm, with the SD card switched to "SDIO "wiring on...

documentation

I am no CMake expert, and indeed don't know what files are needed or what goes in them. I can, of course, push the buttons which is I guess what...

documentation

I've got massive problems getting core1 to work. I assume there is a problem using 'sleep_ms' on core1. Code: ``` #include #include #include "pico/stdlib.h" #include "pico/multicore.h" #include "hardware/gpio.h" void core1_entry()...

question
rp2040
pio

According to section 2.3.2 in the RP2040 Datasheet: > a lower-priority interrupt can be preempted by a higher-priority interrupt > for interrupts with the same dynamic priority level, the lower-numbered...

question