3.14 Reading Board Type
The driver supports reading board type from SAM.
The SAMD51 function for reading SAM device board type is DSCSAM_BoardType.
Step-By-Step Instructions
The user should call the function DSCSAM_BoardType() with an address of a buffer of type BYTE as argument to store the board type value.
The board names corresponding to values are as follows
Value | Board Type |
0 | Ziggy |
1 | TBD |
3 | Stevie |
5 | Elton |
7 | Jethro |
Last updated