Quantcast
Channel:
Viewing all articles
Browse latest Browse all 59170

Forum Post: RE: RL78/G13 Reset via software

$
0
0
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)

Viewing all articles
Browse latest Browse all 59170

Trending Articles