This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Fstorage NRF_ERROR_INTERNAL

When using fstorage to store structure data, I encountered this error. After I increased the structure space, the error disappeared. Could you tell me why?

typedef struct
{
    uint8_t     oil_type;                   
    uint8_t     oil_drop_coefficient;       
    uint16_t    work_cycle;                 	
    uint16_t    idel_cycle;                 	
    uint16_t    lockhook_stretch_times;     	
	uint8_t     reserve[4];
}
mydata_oildrop_policy_config_t;

//Internal err encountered when there is no additinal context(uint8_t     reserve[4])

//fstorage err report: Event received: ERROR while executing an fstorage operation,ret:3(NRF_ERROR_INTERNAL).

Parents Reply Children
No Data
Related