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.

LAUNCHXL-CC1312R1: Identifier "Board_CRYPTO0" is undefined

Part Number: LAUNCHXL-CC1312R1
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, &params);
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