Hello akay, The way which can generate a software reset in RUN on a debugger is indicated below. (*(volatile unsigned char *)0xF0078)=0x80; // IAWCTL illegal access detect enable *(__far volatile char *)0x00000=0x00;//write illegal address 0x00000(RESET VECTOR)
↧