Thanks, the first lines of output from my helloworld is this:
I don't really care about USB since I'm only using it as a 5V supply during debugging. I had not realised it was changing peri_clock and this also affects SPI but I haven't got that far yet. Thanks for warning me, I'll need SPI once I get the basics working.
I added the following but I still see 48MHz usb
#define PICO_CLOCK_AJDUST_PERI_CLOCK_WITH_SYS_CLOCK 1
Is this a new SDK feature?
Code:
Pico debug on uart1# system clock = 266 MHz# USB clock = 48 MHzI added the following but I still see 48MHz usb
#define PICO_CLOCK_AJDUST_PERI_CLOCK_WITH_SYS_CLOCK 1
Is this a new SDK feature?
Statistics: Posted by pie_face — Mon Sep 30, 2024 3:33 am