I use the security mechanism dtls based on udp communication. Can I implement it on nrf52833? How much flash and ram should be occupied at least? Is there a suggested value?
Thank you very much to the nordic team
I use the security mechanism dtls based on udp communication. Can I implement it on nrf52833? How much flash and ram should be occupied at least? Is there a suggested value?
Thank you very much to the nordic team
Hello,
When it comes to the nRF Connect SDK, there is no out-of-the-box sample showcasing DTLS. However, I recommend referring to the cryptographic sample in this section. You can also generate a memory report from the Extension to get an idea of RAM and Flash usage after the build.
Kind Regards,
Abhijith
Hello,
When it comes to the nRF Connect SDK, there is no out-of-the-box sample showcasing DTLS. However, I recommend referring to the cryptographic sample in this section. You can also generate a memory report from the Extension to get an idea of RAM and Flash usage after the build.
Kind Regards,
Abhijith
OK, I'll give it a try.