software reset command not compiling

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 7.

Moderator: Benj

Post Reply
User avatar
jollybv
Flowcode v5 User
Posts: 376
Joined: Thu Feb 12, 2009 5:20 am
Location: Cape Town
Has thanked: 81 times
Been thanked: 25 times

software reset command not compiling

Post by jollybv »

Hi Guys

One quick question i have a C component with "reset ();" in it but this stops compiling when it get there. If i take this component out it finishes compiling has this command changed in V7 or is this a bug. :?:

medelec35
Matrix Staff
Posts: 9521
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times

Re: software reset command not compiling

Post by medelec35 »

Hi Brian,
Can you try a C code block with

Code: Select all

asm("reset");
Martin
Martin

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: software reset command not compiling

Post by Benj »

I believe this should also work in a C icon.

Code: Select all

RESET();

User avatar
jollybv
Flowcode v5 User
Posts: 376
Joined: Thu Feb 12, 2009 5:20 am
Location: Cape Town
Has thanked: 81 times
Been thanked: 25 times

Re: software reset command not compiling

Post by jollybv »

Thanks Guys

I used the RESET(); in capitals and now works fine

Post Reply