I have problem when test #Unified bootloader at S32K344
when flash erase or write allways check Flash_IsFlashDriverDownload
if(TRUE != Flash_IsFlashDriverDownload())
but Flash_IsFlashDriverDownload() result always FALSE
at initalize routine FLASH_APP_Init() set Flash_SetFlashDriverNotDonwload()
and there is no call Flash_SetFlashDriverDowload() before
static void UDS_DoEraseFlash(uint8 TxStatus)
Can you advice how to make Flash_IsFlashDriverDownload() is TRUE ?