Caleb Jamison

Results 25 comments of Caleb Jamison

This bug only appears to happen on 0.22, on 0.21 attaching to a running 2040 works.

The error is different, but it still doesn't work. ``` probe-rs --version probe-rs 0.22.0 git commit: v0.22.0-120-gebe2f08c ``` ``` probe-rs run --chip rp2040 ./target/thumbv6m-none-eabi/debug/wifi_blinky Erasing ✔ [00:00:04] [####################################################################################################################] 404.00 KiB/404.00...

It is not possible on the rp2040's rtc, it only has second resolution.

The watchdog is also not enabled when in USB bootloader mode, so if your application needs the watchdog and is too big to flash before it resets, this is a...

Out of curiosity, what's the model number of the sd card you're using?

FYI, I ordered that sdcard and a random esp32s3 board with an sd card socket to reproduce this.

@marcfir Can you provide a minimal failing example? That card works on the 2040 and 2350 boards I have. I got a esp32s3 board in, but a jumpstart on the...

The release and dev profiles have defaults, and those lines only override the specified keys of those profiles. So what that's telling cargo is to optimize the dev profile, and...

That's certainly possible, but then there wouldn't be compile time errors when trying to use a program with the new instructions on the 2040. Or at least there wouldn't be...

Here is another attempt. I removed the rp2350 feature and added a version to the program struct, so pio-rs should be able to parse any program. I have mixed feelings...