matsobdev
matsobdev
Bad wording of mine, I'm still learning :D
They say in the datasheet, it NOPs when running higher clock than USB 48 MHz to wait for it, so maybe at lower clock it can not keep up. Maybe...
I was testing that and `hard` instead `softfp` was initially a bit faster, but my test code was using `atan2f()` and it happened to spit out some garbage when `hard`....
^ | Exactly, table 1442.
There are some problems: ``` PICO_SDK_PATH is /home/mateush/pico-sdk-2.1.1 Target board (PICO_BOARD) is 'pico'. Using board configuration from /home/mateush/pico-sdk-2.1.1/src/boards/include/boards/pico.h Pico Platform (PICO_PLATFORM) is 'rp2040'. Configuring toolchain based on PICO_COMPILER 'pico_arm_cortex_m0plus_gcc' --...
False alarm. It was clean, but just those two files copied do 2.1.1. It works with develop.
But, 2.1.1 with copied files and work around was showing 2 KB of scratch Y usage, but now with develop (including updated libraries and picotool) it shows 0 KB. Do...
Shame on me :D Yes, it works with this branch and shows 2 KB.