Hi everyone,
I have a CC1310 Launchpad and I am currently tring to perform hashing on some data for a project i'm working on. I have looked at the documentation of the SHA2.h header file and tried copy pasting the first example into an empty project that i cloned from simplelink. However, when trying to build the porject I get undefined reference errors that point to all the functions, however all the definitions of the objects do not give a problem for the compiler.
Also, I am not sure how to implement the following, as there is no Board.c file:
In order to use the SHA2 APIs, the application is required to provide device-specific SHA2 configuration in the Board.c file.
Thanks in advance!
Ivan Morales