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.

Instructions to reboot by software

Hi !

I need to find an instruction or a process to reboot my DM6437 but I don't know really know how does it work. I would like a total reboot, an equivalent of a switch off/on.
I tried to call a function adressed at my starting point:

void  (*bootaddr)( void );
bootaddr = (void*)0x00100000;
bootaddr();

But at line 3, bootaddr still contains 0x00000000, and my RAM won't be overwritten at the next run.

I'm looking for any kind of solution, either solving this one or implementing a totally new one. Can you help me please?

Regards

Arnaud