From f0930cc645c6040a63bf1b37c5d0bfb28e6770ea Mon Sep 17 00:00:00 2001 From: D R Date: Wed, 21 Sep 2022 11:44:31 +0100 Subject: [PATCH] Update README.md Updated README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d92584c..2eb9472 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,16 @@ Set addr to the first 256 byte boundary that you want to read 256 bytes from. Th Erase entire chip: Both parameters are ignored and the whole chip is erased. There is no function to erase a sector which is the minimum you can erase in one go, plus I don't need to erase anything but the whole chip. -Please Note: The baud rate is set to 2Mbaud which is way higher than it needs to be so you may want to adjust to suit your needs / hardware limitations etc. +Get Chip ID: -This is a current work in progress and will change a fair bit over the next few weeks. At some point I'll write a C# application to flash a whole chip, or you can have a go yourself and let me know and I'll add it to this repo. +Dump chip contents: +Where a is the start address in decimal and b is the end address in decimal + +The streaming write commands will be added to this readme later and consist of 3 commands which I need to fully test before saying they're golden. + +Please Note: The baud rate is set to 115200 but can be changed in both the Windows application and the Arduino Mega code. + +This is a current work in progress and will change a fair bit over the next few weeks. C# application to flash a whole chip has now been added and that is also a WIP. Enjoy! Dan R