Hey guys,
I'm experimenting with the NetX Duo Web HTTP package and a call is made to HW_SCE_SHA256_UpdateHash inside _nx_secure_tls_handshake_process. The thread that this is called on proceeds to hang on this call until the program is reset.
Since the implementation for HW_SCE_SHA256_UpdateHash isn't included, is there a way to monitor what errors might have occured internally? The only requirement I noticed was that the S7G2 manual specified that the input length needs to be a multiple of 64B which is the case (input length is 512B).
Thanks!
The issue was that I had not implemented and initialized a number of necessary cryptographic drivers (AES, RSA, HASH). See https://www.renesas.com/us/en/document/apn/sce-hal-module-guide-application-project