Hello! I have some problem with assembling my program.
Here is a string from source: *//*/ jal sdram_memory_test/
in .lst file I got:
/101 00c8 7600000C jal sdram_memory_test/
Looking for sdram_memory_test below....
/295 01d8 0000083C la ADDR, _etext /* Start addr of test *//
Hm...
Upload test2.bin in 0xbfc00000 on flash. Starting. Debugging....
Everything goes fine but when become time to jump on sdram_memory_test it jumps at 0xb00001d8
but I think it must jump to 0xbfc001d8 where real sdram_test is.
Where is the problem?
Dmitriy