Hey pals..i'm little new to PIC C Codin.. i got a silly doubt.. pls clarify..
When we code in assembly to make the program run continuously we give a CALL/JUMP to START at the end of the code ... but when we code in C using CCS compiler is it necessary to loop it or does the compiler loops itself automatically?? I've to run a code continuously on PIC.. Pls clarify this...
Neutone
Joined: 08 Sep 2003 Posts: 839 Location: Houston
Re: Continuously running C Code on PIC
Posted: Thu May 10, 2007 9:57 pm
Mahesh wrote:
Hey pals..i'm little new to PIC C Codin.. i got a silly doubt.. pls clarify..
When we code in assembly to make the program run continuously we give a CALL/JUMP to START at the end of the code ... but when we code in C using CCS compiler is it necessary to loop it or does the compiler loops itself automatically?? I've to run a code continuously on PIC.. Pls clarify this...
Within main place a while(true) to run all code to be repeated.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum