Are you using a B0 version of the RP2040 chip when this happens? If so, you might want to check your CMakeLists.txt and make sure that you haven't explicitly set PICO_DOUBLE_SUPPORT_ROM_V1 or PICO_RP2040_B0_SUPPORTED to a value of 0 which would disable backwards compatibility with this older ROM which doesn't contain double math routines.The above program fails with this message :Code:
*** PANIC ***missing double function
Statistics: Posted by adam_green — Sat Nov 02, 2024 4:44 pm