Peter Harper

Results 452 comments of Peter Harper

This worked well for me once I'd figured out that the uart binary had to be loaded into the "master" device first. It would be more fun if the binary...

> RP2040 has determined current consumptions of PIO blocks Where?

putchar_raw and puts_raw have been added. Marking this as resolved.

You're right. My misunderstanding. Lets see what @kilograham says.

The length comes from tinyusb? I have seen a length > 3... #0 process_mouse_report (report=0x20000fae ) at /home/peterh/source/pico/pico-examples/usb/host/host_cdc_msc_hid/hid_app.c:218 #1 0x100004fa in tuh_hid_report_received_cb (dev_addr=1 '\001', instance=1 '\001', report=0x20000fae "", len=4) at...

Doesn't this require a change to tinyusb and not pico-sdk?

What I mean is, you can already define CFG_TUSB_OS on the cmake command line. The issue is that the tinyusb cmake file won't use it. I guess we can raise...

I have no problem with timers when I'm debugging on Linux. It suggests I'm using 0.12.0. I don't use USE_CORE or anything else. @P33M does this mean anything to you?

Hmm, you might be on to something. I always run "monitor reset init" after loading the elf. I forgot about that because I have it in .gdbinit and I have...