Part Number: CC2640R2F
Hello! I'm trying to use ECCROMCC26XX driver for elliptic curve encryption on CC2640R2F. In ECCROMCC26XX.h there are lines:
* // Set the Malloc and Free functions for internal buffer allocation.
* params.malloc = (uint8_t *(*)(uint16_t))myMallocFunction;
* params.free = (void (*)(uint8_t *))myFreeFunction;
How this functions should look like?