SPIMemory
3.2.0
  • About SPIMemory
  • Installation
  • Compatibility

SPIFlash

  • About SPIFlash
  • API and Usage
    • Library structure
    • Constructor Mandatory
    • Library Instantiation
    • Chip ID
    • Read functions
      • Data type-independent read function
      • Data type-dependent read functions
        • Single variable read functions
        • Array read functions
      • Related Errors CHIPISPOWEREDDOWN CALLBEGIN OUTOFBOUNDS CHIPBUSY
      • Advanced use fastRead
    • Write functions
      • Data type-independent write function
      • Data type-dependent write functions
        • Single variable write functions
        • Array write functions
      • Related Errors CHIPISPOWEREDDOWN CALLBEGIN OUTOFBOUNDS CHIPBUSY PREVWRITTEN
      • Advanced use errorCheck HIGHSPEED

Miscellaneous

  • Contribute
  • Support
  • License
  • Source Code
  • Index
SPIMemory
  • Docs »
  • API and Usage »
  • Read functions »
  • Related Errors CHIPISPOWEREDDOWN CALLBEGIN OUTOFBOUNDS CHIPBUSY
  • View page source
Next Previous

Related Errors CHIPISPOWEREDDOWN CALLBEGIN OUTOFBOUNDS CHIPBUSY¶

  • If the chip has previously been powered down and hasn’t been powered up prior to calling this function, the library throws the error CHIPISPOWEREDDOWN
  • If begin() has not been called in void setup(), the library throws the error CALLBEGIN
  • If the address to be read from is out of bounds - i.e. greater than the available memory on the chip - and address overflow has been disabled, the library throws the error OUTOFBOUNDS
  • If the chip is busy executing the a command passed to it previously or is locked up, the library throws the error CHIPBUSY
Next Previous

© Copyright 2018, Prajwal Bhattaram.

Built with Sphinx using a theme provided by Read the Docs.