RESET(); - C Code Compile Error

For general Flowcode discussion that does not belong in the other sections.
Post Reply
seokgi
Posts: 217
http://meble-kuchenne.info.pl
Joined: Thu Dec 03, 2020 1:43 pm
Has thanked: 6 times
Been thanked: 7 times

RESET(); - C Code Compile Error

Post by seokgi »

RESET(); - C Code

There is no error on PIC18F47Q10, but compile error on PIC24FJ256GA406.
Is there any way to reset the program?

BenR
Matrix Staff
Posts: 1952
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 510 times
Been thanked: 698 times

Re: RESET(); - C Code Compile Error

Post by BenR »

Hello,

Try this instead and hopefully it will do the job for you.

Code: Select all

asm("RESET");

seokgi
Posts: 217
Joined: Thu Dec 03, 2020 1:43 pm
Has thanked: 6 times
Been thanked: 7 times

Re: RESET(); - C Code Compile Error

Post by seokgi »

Thank you.

That is OK.

Post Reply