ret = FLASH_DRV_EraseSector(&flashSSDConfig, address, size); <--- HERE MY CODE CRASHES (more info below)DEV_ASSERT(STATUS_SUCCESS == ret); /* Disable Callback */flashSSDConfig.CallBack = NULL_CALLBACK; /* Verify the erase operation at margin level value of 1, us...
ret = FLASH_DRV_EraseSector(&flashSSDConfig, address, size); <--- HERE MY CODE CRASHES (more info below)DEV_ASSERT(STATUS_SUCCESS == ret); /* Disable Callback */flashSSDConfig.CallBack = NULL_CALLBACK; /* Verify the erase operation at margin level value of 1, us...
ret = FLASH_DRV_EraseSector(&flashSSDConfig, address, size); <--- HERE MY CODE CRASHES (more info below)DEV_ASSERT(STATUS_SUCCESS == ret); /* Disable Callback */flashSSDConfig.CallBack = NULL_CALLBACK; /* Verify the erase operation at margin level value of 1, user read *...