Hi, everyone,
I'm working on EVM DM648 now. But i find a weird question here:
if my program can run successfully, when i add some statements in the program, such as
for(i=0;i<100;i++){
blah blah;
}
it will end up
E5821C68 C$L1:
E5821C68 0002A120 BNOP.S1 C$L1 (PC+8 = 0xe5821c68),5
but when i try it several times, it will be ok again. when i delete those statements i added, it will end up the situation above.
so can anyone tell me why this happens and how to solve it?
thanks!
kevin