I want to use AES CCM service in sample project in TIMAC 1.5.2.43299 for CC2530, in particular, zaesccmDecryptAuth() function. I have included corresponding headers in application file msa.c:
#include "hal_aes.h"
#include "zaesccm_api.h"
but still get some linking errors
Is there some file missing in project? Or should I do some additional configuration?

