Hi,
what is best scenario to explain encryption and decryption in CC1352R??
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
what is best scenario to explain encryption and decryption in CC1352R??
Hi siri,
I studied Ti simplelink CC13x2 TI 15.4 - stack user's guide. Document mention that, To build the image with no security, perform the steps that follow:
In application maclib_secure_combo_cc1352.a file is there.
maclib_secure.a and maclib_secure_combo_cc1352.a, these two files are same or not ??
what exactly are you trying to do? are you trying to disable security in TI 15.4 Stack?
Also yes those 2 libraries are equivalent, the names have changed in some releases of the SDK
If using TI 15.4 Stack the easiest way of doing this is setting up a packet sniffer PACKET-SNIFFER-2 and take 2 sniffer captures one with security disabled and another one with security disabled.
The fastest and easiest way of enabling/disabling security is by going to the file config.h and set "CONFIG_SECURE" to true if you want security and false if you want to remove security.
If you are using security, TI 15.4 Stack uses AES 128 for encryption and a 32 bit MIC(Message Integrity Code) by default. The default security key is defined by KEY_TABLE_DEFAULT_KEY in config.h