CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

standalone ?

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Christophe



Joined: 10 May 2005
Posts: 323
Location: Belgium

View user's profile Send private message

standalone ?
PostPosted: Tue May 31, 2005 8:28 am     Reply with quote

Hi,

I am using:

* CCS PCWH latest compiler version
* ICD-U40

When I use the debugger to program, my program runs perfectly. Now I want to use my application in standalone mode, but nothing works !?

Code:
#include <16F877A.h>
#device adc=8

#fuses XT, NOPUT, NOPROTECT, NOLVP, NOCPD, NOWRT,WDT
#use delay(clock=4000000)
#use rs232(baud=9600,parity=N,xmit=PIN_C6,rcv=PIN_C7,bits=8)



What can I be doing wrong?
drolleman
Guest







PostPosted: Tue May 31, 2005 8:41 am     Reply with quote

you are in debug mode you must program the chip. i use mplab as my enviroment so instead of setting my debugger i set the unit as a programmer
Christophe



Joined: 10 May 2005
Posts: 323
Location: Belgium

View user's profile Send private message

PostPosted: Tue May 31, 2005 8:42 am     Reply with quote

How can I change that? if that's the problem..
Konrad



Joined: 15 Sep 2003
Posts: 34

View user's profile Send private message

Use CCS ICD.EXE stand alone program
PostPosted: Tue May 31, 2005 3:58 pm     Reply with quote

Use the stand alone ICD program.
Make sure you have the icd define off before you compile.
You can run the program with the ICD connected, or simply disconnect the ICD.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group