Skip to content

Commit

Permalink
Supplemented instruction for working with SFDP
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbigmdm committed Apr 22, 2024
1 parent 3556930 commit 32005b2
Show file tree
Hide file tree
Showing 5 changed files with 455 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@ The progress bar shows the progress of the read, erase, and verify operations.

If the SPI NOR FLASH chip is detected normally, but is not read (gives the message `Error reading sector 0`), then in the `Chip info` window you can change bits `BP4` and `BP3` to zero and press the `Write registers` button. Then repeat the chip reading operation.

![SFDP](img/sfdp_unblock_en2.png)

If the SPI NOR FLASH chip is read unreliably (with a different checksum each time) and `Status Register 2` is available in the chip, you can change bits `DRV0` and `DRV1` to zero and press the Write Registers button. This will increase the power of the output stage of the `DO` pin of the chip. Then repeat the chip read operation.

For `25xxx`, `95xxx` series chips that have only one status register, the `Chip info` form is as follows:

![SFDP](img/sr0_en.png)

### File operations
- The ![Save](img/save64.png) or `<Ctrl+S>` button is used to save the computer buffer to a file.

Expand Down
Loading

2 comments on commit 32005b2

@Fantu
Copy link
Collaborator

@Fantu Fantu commented on 32005b2 Apr 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bigbigmdm why README.md.backup? Is automatically created by your editor and added by mistake?

@bigbigmdm
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Fantu, yes, I need to add rules to the .gitignore file.

Please sign in to comment.