-
Notifications
You must be signed in to change notification settings - Fork 138
Chip ID functions
Prajwal Bhattaram edited this page Mar 7, 2018
·
2 revisions
These functions help the user identify the chip in use.
- Returns the Manufacturer ID as a 16 bit value.
- Returns the JEDEC ID as a 32 bit value.
- Returns the flash memory chip's Unique ID as a 64 bit value.
- Returns the capacity in bytes as a 32 bit value.
- Returns the maximum number of pages in the flash memory as a 32 bit value.
- This value is obtained by dividing the chip capacity (in bytes) by the pagesize (in bytes).
SPIFlash Library for Arduino
© Prajwal Bhattaram under the GNU GPLv3 License
Wiki status: Up to date: 08.03.2018