Hello
I was looking into LIZARBOARD drivers code that comes with the Package from EmbeddeWizard.
I was thinking to use the QSPI functions used in the LIZARD_qspi.c file to save some application variables in to flash.
Trying the LIZARD_QSPI_Write and LIZARD_QSPI_Read I always got QSPI_ERROR in return.
So calling the method LIZARD_QSPI_GetStatus, without even calling the writing or reading method, it return QSPI_ERROR.
When flashing to he board, I assume the quadspi is initialized because I see the programmer writing on external memory.
In ew_bsp_system.c the initialization call:
And in ewconfig.h the define
is there some sequence or something i am missing?
Thanks.