Hi TI,
I am using BIOS 5.41.13.42 on C6416. While calling MEM_stat() to see the heap statistics, it fails in a certain memory segment (SDRAM0 in below configuration), but succeeds in other segments including L2-RAM and other parts of SDRAM. The failure is MEM_stat() can NOT return back, seems like running a deadloop inside from the disassembly view.
Why does this happen?
My memory segments are as follows:
1. IRAM: all L2-RAM
2. SDRAM0: 0x80000000 - 0x80300000 (SDRAM is from 0x80000000 to 0x81000000, 16MByte)
3. SDRAM1: 0x80300000 - 0x80400000
4. SDRAM2: 0x80400000 - 0x81000000