Hi All,
I add the statements in my cmd file like:
main_code_sect : load = 0x82000000,
run = 0x10800000
which main_code_sect is the code section where main() function located in. I originally want the section to be loaded in DDR3 and run in L2SRAM.
But the running result is the same on both simulation and emulation, the program seems run to collapse.
I have disabled the L1P and L2 cache before. I also repeat the test in the section rather than main(), it's the same...
Allen