Hi,
Could you please tell me what SDK version are you using and if you are using an RT1064-EVK?
Regards,
Daniel.
Hi,
SDK version: 2.14.0.
Board: MIMXRT1064 - EVK
Regards,
Julian
Hi @jalvarez96,
I followed the steps mentioned in the article and seems to be working on my side.
Could you please double check? Or please share with me the exact changes you made in your project.
Regards,
Daniel.
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,
Are you trying flexspi_nor_polling_transfer example or your own application?
I would recommend you to first try to replicate the article. Once you are able to use the internal flash, try to replicate the process in your application.
Regards,
Daniel.