Page 1 of 1

internal mclr?

Posted: Tue Feb 14, 2012 7:30 am
by brandonb
is it possible to create an internal reset with a c code block from with in a interrupt macro in the same way external mcrl operates?

Re: internal mclr?

Posted: Tue Feb 14, 2012 10:27 am
by Benj
Hello,

Yes you can use this line of C code to do this.

Code: Select all

reset();

Re: internal mclr?

Posted: Wed Feb 15, 2012 8:51 am
by brandonb
thanks ben, it appears to work great on hardware :D