This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AWR6843: CMSIS DSP库调用

Part Number: AWR6843

现状分析,我们在使用6843进行工程调试的过程中想进一步提高的算法的执行效率,因此想使用CMSIS DSP库来进行优化提升

问题1. AWR6843的工程能否按照“适用于 MSPM0 MCU 的 CMSIS DSP 库 — CMSIS DSP Library for MSPM0 MCUs 1.0 documentation”描述的流程添加并调用库函数使用,例如添加

arm_math.h头文件并使用对应的函数?
问题2. CMSIS DSP中的库函数的执行效率会高于普通的库函数吗,例如CMSIS DSP库函数中的arm_sin_f32和普通库函数sin二者对比。