Hi All,
I am trying to soft-reset my MCF5234 with the following code, but nothing happens. The program just keeps looping and no reset is executed.
Does anyone encounter a similar problem?
Am I doing something wrong?
Thanks,
Dirk
asm(" MOVE $2700,SR");
asm(" MOVEA.L #$40110000,A0");
asm(" MOVE.B $C0,(A0)");
while (1) { }