7 Deviation from AN1095

In this library there is a slight deviation regarding the handling of DEE_Write() routine , when the DEE_Write() routine is called with no space left in the flash page(this mostly happens when there is a reset during Pack operation) AN1095 mentions that packSkipped status will be returned and users have to explicitly call the Pack operation. But in this library , Pack operation is automatically called by the DEE_Write() routine when there is no space left in the current page and DEE_Write() will continue normally after Pack operation.