Hardware requirements
Mini/micro USB cable
MIMXRT1160-EVK board
Personal Computer
Board settings
No special settings are required.
Prepare the Demo
Connect a USB cable between the host PC and the OpenSDA USB port on the target board.
Open a serial terminal with the following settings:
115200 baud rate
8 data bits
No parity
One stop bit
No flow control
Download the program to the target board.
Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.
Running the demo
The log below shows the output of the hello world demo in the terminal window:
CAAM AES Peripheral Driver Example
CAAM Job Ring 0 :
SHA:done successfully.
AES CBC: encrypting using 128 bit key done successfully. AES CBC: decrypting back done successfully.
AES CBC: encrypting using 192 bit key done successfully. AES CBC: decrypting back done successfully.
AES CBC: encrypting using 256 bit key done successfully. AES CBC: decrypting back done successfully.
CAAM Job Ring 1 :
AES GCM: encrypt done successfully. AES GCM: decrypt done successfully.
CAAM Job Ring 2 :
AES CBC: encrypting using 128 bit key done successfully. AES CBC: decrypting back done successfully.
AES CBC: encrypting using 192 bit key done successfully. AES CBC: decrypting back done successfully.
AES CBC: encrypting using 256 bit key done successfully. AES CBC: decrypting back done successfully.
CAAM Job Ring 3 :
AES GCM: encrypt done successfully. AES GCM: decrypt done successfully.
Note: CAAM peripheral works with OCRAM memory. Please avoid using DTCM memory for storage CAAM data.