Hi Daniel
In my project I included the functions related to the management of FLASH memory within a library (C Static Library). The functions declared in the library are the same as those in the "flexspi_nor_polling_transfer" example. The application with the functions declared outside the library (within the same project) works correctly but with the functions declared in the library does not.
Another fact, the project also works correctly with the link of the application to RAM (ignore the flash). With the latter configuration, the functions for managing the FLASH memory are included in the static library.
Regards,