|
|
@ -189,6 +189,7 @@ bool TINYNVM_WriteMemory(const uint16_t WriteAddress, uint8_t* WriteBuffer, uint
|
|
|
|
|
|
|
|
|
|
|
|
/** Erases the target's memory space.
|
|
|
|
/** Erases the target's memory space.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
|
|
|
|
* \param[in] EraseCommand NVM erase command to send to the device
|
|
|
|
* \param[in] Address Address inside the memory space to erase
|
|
|
|
* \param[in] Address Address inside the memory space to erase
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* \return Boolean true if the command sequence complete successfully
|
|
|
|
* \return Boolean true if the command sequence complete successfully
|
|
|
|