Currently using an LPC55S28 board, the DSP library for the cortex m33 provided using the SDK isn't precompiled so it's very slow. Is there any precompiled version ?
Hello @jBahae
You can create a static library project to build the CMSIS-DSP, refer to
<MCUXpresso IDE User Guide > -> "C Static Library Project".
and
https://community.nxp.com/t5/LPCXpresso-IDE-FAQs/Creating-and-Linking-to-Library-Projects/m-p/469212
BR
Alice