From 739a0f869f3120f0add7131d712a28675d1e9aa9 Mon Sep 17 00:00:00 2001 From: Kunal-Radhika <74853558+Kunal-Radhika@users.noreply.github.com> Date: Tue, 24 Nov 2020 15:27:06 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e88394c..5383adf 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ The memory is divided into sectors either a combination of 64KB and 4KB or a siz The data is transferred in byte units and after each byte transmission the address byte is incremented automatically. For writing the data, the maximum data that can be written in one operation is upto 512B. For more data transfer, again instruction followed by address is sent. - +![data_in_memory](https://user-images.githubusercontent.com/74853558/100078361-725be180-2e69-11eb-880b-ff699904b5ab.jpg) # Future work - Data transfer from flash memory to SOC and rest of the blocks.