I am trying to use the pre-installed CMSIS-DSP library in the Arduino Web Editor (Arduino Cloud) with RP2040 (Raspberry Pi Pico), but, unfortunately, I am encountering some compilation issues. Here is the code I am testing:
Hi @gimmy987. It is quite perplexing. I thought maybe the problem was an incompatibility introduced in the "Arduino Mbed OS RP2040 Boards" platform since the time of the latest release of the library. So I tried using Arduino IDE (because we don't have control over the platform version on Arduino Cloud) to compile it locally with the version 2.1.0 of the "Arduino Mbed OS RP2040 Boards" platform that was current at the time of the library, and even the previous version 2.0.0 that was current at the time of the library development. But the same error occurred. So I can only conclude that the claim of the library's compatibility with the RP2040 was never tested by the developers.