FL_addCert Function (ROM Call 0x169)

flash.h

unsigned short FL_addCert (void *src, unsigned long size);

Adds a certificate.

FL_addCert adds size bytes long certificate pointed to by src to the Flash ROM (see cert.h for more info). Returns certificate error code (I don't know too much about its meaning). It is unlikely that this routine may be efficiently used without cooperation with TI.