hi Soledad,
i am waiting for your reply..
is possible or not.? minimum 2kb data i want to write into internal flash and i want to read.
give some idea. i saw example code also but that one was not working. i mean i am doing some mistake i dnt know exact.
i tried both function
WRITE OPERATION:
1) ret = FlashProgram(&flashSSDConfig, destination, size, program_buffer, g_FlashLaunchCommand);
2)ret = FlashProgramOnce(&flashSSDConfig,0x2,buff_data, g_FlashLaunchCommand);
READ OPERATION:
ret = FlashReadResource(&flashSSDConfig,destination,sudha_data,0x0, g_FlashLaunchCommand);
may be i am doing mistake in "destination address". so can you edit code like 2kb data WRITE and READ from flash..
Thanks and regards,
sudhakar p