Hello.
I use dm642 processor and make some codes for network flash uploading.
And, I fininsh the tasks about network receiving, flashing to flash memory.
I want to reboot the dm642 processor when flashing is done, so I copy the first 1kbyte flash data to address 0x00 for warm reset.
But, I cannnot find any C instruction to branch to 0x00 address for system rebooting.
Anybody knows the way to do this, help me plz.