Hi
Im using nRF9160DK using SDK Version 2.6.0.im following aws document key generate on device . while adding security tag im getting memory full error
how to resolve please guide me.
Thank you
Hi
Im using nRF9160DK using SDK Version 2.6.0.im following aws document key generate on device . while adding security tag im getting memory full error
how to resolve please guide me.
Thank you
Hi,
If you flash the at_client sample you can issue the AT%CMNG=1 to list all credentials already stored in the modem.
With AT%CMNG=3,... you can delete them.
Please see the documentation for more information on how to use the %CMNG AT command: https://docs.nordicsemi.com/bundle/ref_at_commands/page/REF/at_commands/security/cmng_set.html
You can find information about the limitations of the modem credential storage in the modem release notes, which is part of the modem firmware .zip folder.
Best regards,
Didrik
Thanks for the help!