Hello Alberto,
It's possible to connect the NAND Flash directly by using the Flexbus interface however, it's not very usual and simple. The problem is the NAND flash is block oriented and need some software error corrections. So it means that the system needs a software driver which takes care of this. But we don't have such standalone driver for this now.
In the MK70 you have a NAND Flash Controler module (NFC). If you want to connect a NAND Flash memory I highly recommend using this module instead of the FlexBus.
The NAND Flash memories only support page-based reads, due to this is not possible to execute code directly from there. You will need to copy the pages to RAM memory and then execute from there but this will take a considerable amount of RAM memory.
Hope it helps!
Victor.
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------