Other Parts Discussed in Thread: BLE-STACK
Hi team,
I referred the AES example of our SDK [see below] but got "AESECB_STATUS_ERROR(-1) " when calling AESECB_oneStepEncrypt. The error is defined as:
#define AESECB_STATUS_ERROR (-1)
/*!
* @brief An error status code returned if the hardware or software resource
* is currently unavailable.
*
* AESECB driver implementations may have hardware or software limitations on how
* many clients can simultaneously perform operations. This status code is returned
* if the mutual exclusion mechanism signals that an operation cannot currently be performed.
*/:
Is there any hardware or software limitation to implement AES on CC2642?