Part Number: TDA4VM
Autosar MemStack is used in TAD4 MCU island. And we use Mcal Fls driver to operate ospi flash. The configurations are as below:
#define FLS_USE_INTERRUPTS (STD_OFF)
dacEnable = FALSE,
xipEnable = FALSE,
ospiClkSpeed = 133333333U,
dtrEnable = TRUE,
phyEnable = FALSE
After initialization, the first erasure and writing of data are free of any problems. But after that, when INDAC writing data is completed and erasing is performed again, the following error occurs:
CMD_EXEX_STATUS_FLD is always 1 in OSPI_FLASH_CMD_CTRL_REG. And the CMD in CMD_OPCODE_FLD is WREN.
