internal mclr?

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 5.
To post in this forum you must have a registered copy of Flowcode 5 or higher.

Moderator: Benj

Post Reply
brandonb
Posts: 438
Joined: Mon Aug 29, 2011 12:26 am
Location: arizona
Has thanked: 175 times
Been thanked: 173 times

internal mclr?

Post 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?

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: internal mclr?

Post by Benj »

Hello,

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

Code: Select all

reset();

brandonb
Posts: 438
Joined: Mon Aug 29, 2011 12:26 am
Location: arizona
Has thanked: 175 times
Been thanked: 173 times

Re: internal mclr?

Post by brandonb »

thanks ben, it appears to work great on hardware :D

Post Reply