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 cc1350?
2. Board_CRYPTO0 is undefined, do I missing some library?
Thanks