Bases: object
Class object for 4Mbit NOR flash memory chip
Erase a block from the flash memory chip.
Parameters: | address – Block initial address |
---|---|
Returns: | none |
Flash memory chip class.
Parameters: |
|
---|---|
Returns: | none |
Read one byte from the given memory address.
Parameters: | address – Address of data in memory. |
---|---|
Returns: | none |
Read the contents of the status register.
Parameters: | statReg – Address of one of the status registers |
---|---|
Returns: | stat - Status register contents |
Erase a sector from the flash memory chip.
Parameters: | address – Sector address |
---|---|
Returns: | none |
Set the contents of a specific block as protected.
Parameters: | prot – Specific block |
---|---|
Returns: | none |
Write an array to the memory chip.
Parameters: |
|
---|---|
Returns: | none |