Added notes about the datasheet and NVMCTRL Security Bit

This commit is contained in:
Richard Eoin Meadows 2014-07-03 22:39:01 +01:00 committed by Gareth McMullin
parent 945a2802d5
commit 02812b6bf1
1 changed files with 7 additions and 0 deletions

View File

@ -21,6 +21,13 @@
* detecting the device, providing the XML memory map and Flash memory
* programming.
*/
/* Refer to the SAM D20 Datasheet:
* http://www.atmel.com/Images/Atmel-42129-SAM-D20_Datasheet.pdf
* particularly Sections 12. DSU and 20. NVMCTRL
*/
/* TODO: Support for the NVMCTRL Security Bit. If this is set then the
* device will probably not even be detected.
*/
#include <stdio.h>
#include <stdlib.h>