Part Number: TMS320F28379D
Tool/software: Code Composer Studio
I am using code composer studio Version: 8.1.0.00011 , for development of F28379D microcontroller .
My application is starting from flash sector FLASHD i.e from 0x88000 .
When i compile and run it works fine .
I have also enabled hex file generation and selected motorola s3 record generation .
When i compared the hex file with memory window , half of the data was mismatching .
For example for memory location 0x88004 data in meory window was like
0x88004 : FE06 A844 1E42 0EA8 FF30 FF18 000D 1E46
While in srec
S32200088004064442A830180D46224644C41A8606024141E1820602424042A9BFC4404D
or
S32200088004 064442A830180D46224644C41A8606024141E1820602424042A9BFC4404D
When compared i found most significant bytes in words in memory window are missing in srec file , like FE,A8,1E,0E,FF are missing in srec .
Any help would be appreciated .