You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Function Cy_DFU_DataChecksum, <Cy_Crypto_Crc_Init> has been used.
This API needs Crypto server to be initialized before usage, since internally this API would be sending data to <Cy_Crypto_Client_Send>.
So Question is where the Crypto server has been initialized, Can you please provide the reference, Also suppose we are not using dual core feature rather we want to use only single core (say CM0) only as for Crypto CRC, will the architecture allow us to so ?
The text was updated successfully, but these errors were encountered:
Hi, Thanks for posting the application on github.
In Function Cy_DFU_DataChecksum, <Cy_Crypto_Crc_Init> has been used.
This API needs Crypto server to be initialized before usage, since internally this API would be sending data to <Cy_Crypto_Client_Send>.
So Question is where the Crypto server has been initialized, Can you please provide the reference, Also suppose we are not using dual core feature rather we want to use only single core (say CM0) only as for Crypto CRC, will the architecture allow us to so ?
The text was updated successfully, but these errors were encountered: