Peter Harper

Results 452 comments of Peter Harper

Is this to connect to usb or uart? Are you running one of the pico-examples?

Have you set PICO_STDIO_USB_CONNECT_WAIT_TIMEOUT_MS to 3000? The pico-examples do this. If you have this set and you haven't connected USB it will wait 3s.

Cannot reproduce. for me it takes about 0.5 ms. You'll have to attach an example that demonstrates the issue. The only reason it would take seconds is if it's waiting...

Our version uses PICO_FLASH_SIZE_BYTES which assumes the flash size is 16Mbits

You're probably right. > I'm curious what would happen if the size was assumed larger than reality, would it just fail and then watchdog reboot (i.e. effectively succeed in flash...

I think the coap server is a bad idea. Needs better host server example? Would prefer to use mbedtls but libcoap isn't working mbedtls with keys.

You are correct that if the processor is likely to run any code from flash when calling these functions, then they will cause a crash. However this program isn't doing...

I think you're right that we should fix the example to show the proper way to do things. So I've reopened the issue and I'll update the example

This is what I get running on ubuntu ``` ff:eb:2f:2d b7:43:ba:51 ff:eb:2f:2d b7:43:ba:51 ``` Spraying a few doubles around gets you this on Pico... ``` static double fpow_int2(double x,int y)...