Hi,
I need to add a Nand Flash to my IMXRT1010 board lpspi to use it as a storage for my data; is there an example that explain how to write and read data to and from the flash ?
Thank you
Luigi
Solved! Go to Solution.
Hi @LuigiV,
I'm afraid we only provide an example for the NOR flash component, which is in the SDK by the name of "flash_component_nor". This is not indented to be used with a NAND flash, of course, but could still be a good baseline to demonstrate the use of reading, writing and erasing to a flash device in general.
BR,
Edwin.
Hi @LuigiV,
I'm afraid we only provide an example for the NOR flash component, which is in the SDK by the name of "flash_component_nor". This is not indented to be used with a NAND flash, of course, but could still be a good baseline to demonstrate the use of reading, writing and erasing to a flash device in general.
BR,
Edwin.