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

Results 538 pico-sdk issues
Sort by recently updated
recently updated
newest added

I wanted a program which ran once and halted, spinning forever until explicitly restarted by code. So I wrote this: ``` .program test nop .wrap_target .wrap ``` And I got...

pioasm

When the user wants to enable the interrupt, Check whether a raw interrupt is added or at least a default one is set. See my problems here: https://forums.raspberrypi.com/viewtopic.php?p=2134008

See discussion: #1691

bluetooth

Hello, I try to create a Hitec telemetry simulator and i need to define my I2C1 port as slave on the address 0x08. I use this code: `#include "hardware/i2c.h" #include...

hardware_i2c

Trying to run `a2dp_source_demo` from pico-examples, I get this: ``` BTstack up and running on 28:CD:C1:0C:11:91. Start scanning... Device found: 30:53:C1:4E:A2:2C with COD: 240404, rssi -72 dBm, name 'WI-XB400' Bluetooth...

bluetooth

**flash_range_erase** must be called before calling **flash_range_program**. Otherwise **flash_range_program** will not work. To test this behavior , just comment line 40 in flash_program example. Could you please add a comment...

documentation
hardware_flash

Hello, In file: src\rp2_common\pico_i2c_slave\i2c_slave.c Function: i2c_slave_init(), line 71; ` I2C_IC_INTR_MASK_M_RX_FULL_BITS | I2C_IC_INTR_MASK_M_RD_REQ_BITS | I2C_IC_RAW_INTR_STAT_TX_ABRT_BITS | ` While configuring the IC_INTR_MASK register the use of I2C_IC_RAW_INTR_STAT_TX_ABRT_BITS is wrong. Instead I2C_IC_INTR_MASK_M_TX_ABRT_BITS must...

hardware_i2c

### The Test Setup: I have 2 Pico's wired together to test UART communications, I am using UART0, pins GP0 -> GP1, GP1 -> GP0 , GND and VSYS wired...

hardware_uart

The SVD file is missing a register and a field at the moment that are only used for USB host operation. Both overlap with device-only registers/fields. The register is EPx...

svd

Hi, Could you add a cmake parameter to set the CFG_TUSB_OS This way we can use the SDK's tinyusb lib in freertos programs as well... see: https://www.eevblog.com/forum/microcontrollers/rp2040-how-to-use-freertos-with-tinyusb/

tinyusb
FreeRTOS
review