3.13 Reading Serial Number
The driver supports reading the SAM device serial number (128 bit).
The SAMD51 function for reading SAM device serial number is DSCSAM_SerialNumberRead.
Step-By-Step Instructions
The user should call the function DSCSAM_SerialNumberRead() with an address of a integer buffer of size 128 bits as argument. Since size of integer is 32 bits, user can pass the address of an integer array of size four as argument.
Last updated