This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28379D: Reading data from FLASH

Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE

Hi:

I am writing data to FLASH using the example below.

C:\ti\c2000\C2000Ware_3_04_00_00\device_support\f2837xd\examples\dual\flash_programming

The this data I wrote to FLASH is as follows:

struct MDATA
{
    int PG;
    int IG;
    int IL;
    int ID;
    int DG;
    int DW;
    int FF;
    int FFA;
    int TL;
    int FB;
};

I can't read this data I wrote to FLASH? I want to read this data I wrote to FLASH and assign it to the variables I defined.

Sinan,
Thanks,

Good days.