Other Parts Discussed in Thread: CC1310
Hello all,
I'm trying to use the
CryptoCC26XX.h File Reference
in the file there is a code that open crypto
#include <ti/drivers/crypto/CryptoCC26XX.h>
...
// Attempt to open CryptoCC26XX.
handle = CryptoCC26XX_open(Board_CRYPTO0, exclusiveAccess, ¶ms);
2 questions.
1. can I use this driver with cc1312?
I get a message Warning[Pe035]: #error directive: "This driver is deprecated for the CC26x2 and CC13x2 families. It is superceded by AESECB and AESCCM."
2. Board_CRYPTO0 is undefined in the example Board.h file.
compared to the Board file in cc1310 driver that this defined exist.
Thanks