Greatings everyone,
I have a Custom board, I have:
-MK70FX512 (flexnvm is enable)
-1 gb nand flash
- Im using IAR7
I am attempting to store raw bitmap images in NAND flash, move them to external memory (DDR2) and then store them in the nand. But I'm not able to successfully write the pictures' data on RAM and then store into nand.
I was able to run the example at C:\Freescale_MQX_4_2\ffs\examples\mfs_nandflash.
Is anyone had a solution?.
Best regards
note: I'm trying to store this type of data
static const LWord MY_PICTURE_data[] = {
/* Data */
0x00FEFEFE, 0x00FDFDFD, .....