DCP SHA256 non-blocking

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

DCP SHA256 non-blocking

895件の閲覧回数
alex_moua
Contributor I

Hello,

We are currently trying to utilize DCP for the SHA256 function. I have noticed that there is not currently a non-blocking version of the function like the AES function currently has. Is it possible to modify the code to allow the SHA256 function be non-blocking?

 

A collogue of mine posted a post earlier relating to this topic.

Here is the link for refferance.

https://community.nxp.com/t5/i-MX-RT/Interrupt-for-Data-Co-Processor-DCP-NonBlocking-API-s/m-p/12222...

 

Thank you,

Alex

0 件の賞賛
返信
1 返信

873件の閲覧回数
ffm
Contributor III

I think that you can get the same features in terms of asynchron execution as your collegue for the cipher operation if cou change the implementation to use interrupts instead of polling the status. You might even get basic asynchron behaviour without interrupts if you instead of waiting for completion regularily poll the status flags from a cyclicly called function or cyclic task.

0 件の賞賛
返信