From f1e4624c2bc2f483c0fb45a1616e2bbe2ccb621d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Mon, 7 Aug 2017 23:21:34 +0200 Subject: [PATCH] README: document DS2432 implementation --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8494b3e..8ef213e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -This firmware template is designed for development boards based around [STM32 F1 series micro-controller](http://www.st.com/web/en/catalog/mmc/FM141/SC1169/SS1031). +This firmware implements the Maxim DS2432 1k-Bit Protected 1-Wire EEPROM with SHA-1 Engine using a development board based around [STM32 F1 series micro-controller](http://www.st.com/web/en/catalog/mmc/FM141/SC1169/SS1031). project ======= @@ -6,12 +6,19 @@ project summary ------- -*describe project purpose* +Maxim DS2432 1k-Bit Protected 1-Wire EEPROM with SHA-1 Engine based on the datasheet technology ---------- -*described electronic details* +This is a example application using the 1-Wire slave library + +Following DS2432 features are not implemented: +- PF flag +- Load First Secret function command +- Compute Next Secret function command +- Copy Scratchpad function command +- prevent reading secret memory by returning 0xaa or 0x55 board =====