Hello,
I’m using F021 API on tms570lc4357. I can write and read data But when I read data from flash and transfer that to RAM memory, the nError pin become low.
That is my code:
uint8* dataP;
uint32 data;
dataP=((uint8 *) 0x00300000);
data=dataP[0];
What can I do to solve it?
Best Regards