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

Identify address operation with flash handler

Hi ,
i have implemented a event to flash handler  with NRF_SDH_SOC_OBSERVER
and it work .
But I need to know which operation is related to the event ,
Es:
void FlashEvent_Handler(uint32_t sys_evt, void * p_context)
{
    switch (sys_evt)
    {

I suppose that p_context may contain some information ,
but i have not found how to use the variable .

Thanks in advance for any suggestion
Andy

Related