Powerquad CMSIS function overrides

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Powerquad CMSIS function overrides

333 次查看
Peter19
Contributor II

Hi

The fsl_powerquad_cmsis.c implements many CMSIS functions using PowerQuad. Many are useful and many are not useful since powerquad is restricted in data size (for instance).

How can I make use of some functions from powerquad accelerator and some functions from CMSIS original implementation.
Example: I do not want to call arm_mat_trans_q15 powerquad accelerator, but I still want to call arm_sqrt_q31 with powerquad accelerator.

Regards
/Peter


 

标签 (1)
0 项奖励
回复
3 回复数

244 次查看
Peter19
Contributor II

Hi @Alice_Yang 
You mean to say that I can copy SDK source files and modify them as part of local project? Sure, that seems like a temporary workaround. What I would expect is to upstream this flexibility so I don't branch of some SDK code that I no longer get updates of.

Regards

/Peter

0 项奖励
回复

195 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello @Peter19 

Thanks for the suggestion.
I will forward it to the SDK team for their consideration.

As far as I know, there is currently no plan to implement this feature.
However, I will make sure to clearly describe your suggestion to them.

Thank you!

 

BR

Alice

0 项奖励
回复

316 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello @Peter19 

 

Thank you for contacting us. You can include the headers of both files in your application code, and exclude or delete the APIs you do not wish to use.

 

BR

Alice

0 项奖励
回复