Hi,

In nrf52840 dongle, I use nrf_crypto_ecdsa_sign function to sign.
Everything is fine in when building, but when testing the real world data, it’ll will show error “FAILED” of sign function in “if” block that I’d written by my own.
Is this signature problem related to the warning which is down below?

In addition, I also found that there are more warnings of NRF_CRYPTO_ECDSA_SECP256K1_SIGNATURE_SIZE,
and those parameters will utilize in the sign function nrf_crypto_ecdsa_sign

The warning as shown below:

How can I solve this problem? It’ll be very kind for you to help!