Update README.md

This commit is contained in:
Kunal-Radhika 2020-11-24 15:24:43 +05:30 committed by GitHub
parent a673070bbb
commit 682e2d8625
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. 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.
![13](https://user-images.githubusercontent.com/74853558/99905003-1754ae00-2cf4-11eb-8f00-3c057b3d4974.jpg) ![data_in_memory](https://user-images.githubusercontent.com/74853558/100078029-0da08700-2e69-11eb-9602-2a7f51a0c966.jpg)
# Future work # Future work
- Data transfer from flash memory to SOC and rest of the blocks. - Data transfer from flash memory to SOC and rest of the blocks.