This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How can I branch to 0x00 in C language?

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.