#142922 - racerxdl - Mon Oct 15, 2007 4:25 am
I have some problems with memmove, My Code:
But it frezzes on memmove, I didnt receive the message "Direcionado".
I made something wrong?
Code: |
FILE* test = fopen ("rom.bin", "rb"); iprintf("\nInicializado."); iprintf("\nDirecionando para 0x020000"); if(memmove(*(volatile int *)0x20F0000, test, 1177005)) { iprintf("\nDirecionado."); iprintf("\n\nArm7"); *(volatile int *)0x2900000 = 0xFFFF3210; }else{ iprintf("Erro!!!!!!"); return 1; |
But it frezzes on memmove, I didnt receive the message "Direcionado".
I made something wrong?