Tool/software:
Hi Team,
I'm developing application for LP-AM243x using "ethercat_slave_demo" of 401_simple in the SDK ver.09_02_00_15.
I'd like to copy two or more data to Flash, one after the other. The size of one data is about 5k byte.
Below is a simplified process to data copy to Flash.
First, I used NVM_APP_writeAsync() to copy Data Buffer1.
Second, I also used NVM_APP_writeAsync() to copy Data Buffer2, after returned NVM_ERR_SUCCESS from EC_SLV_APP_FoE_fileWriteCb().
However, It failed to copy data second time, and returned NVM_ERR_FAIL from EC_SLV_APP_FoE_fileWriteCb().
Data Buffer1 and Data Buffer2 were not changed while this process.
What do you think that the cause not to copy data at second time?
Best regards,
Oyama