Powerquad CMSIS function overrides

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Powerquad CMSIS function overrides

172件の閲覧回数
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 返答(返信)

83件の閲覧回数
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 件の賞賛
返信

34件の閲覧回数
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 件の賞賛
返信

155件の閲覧回数
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 件の賞賛
返信