Part Number: TMS320F28377S
Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE
Dear team:
I use the "emif1_16bit_sdram_far" routine from controlSUITE to do my text, and when I debug with single step mode, I found that each time I write data into an address, Data will be written to another address at the same time. For example: If I write 0x50001 at 0x80000000, it will write 0x50001 at 0x80000200 too. And so does 0x80000001 and 0x80000201, and so on.
Could it be a hardware problem? Or what may cause it?
Best regards