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

problem using CCS in MPLAB (assembler OK)

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



Joined: 09 Aug 2007
Posts: 4

View user's profile Send private message

problem using CCS in MPLAB (assembler OK)
PostPosted: Thu Aug 09, 2007 8:51 am     Reply with quote

Hi all.

I get a problem while using CCS in MPLAB. I don't know why this code does't work? (I have tried the assembler code from .lst with ICD 2, and it works)

Thanks,
tquantum

//*********************
#include <12F615.h>
#fuses INTRC_IO,NOWDT,NOPROTECT,IOSC8,NOPUT
#use delay(internal=8M)

void main() {

while( TRUE ) {
OUTPUT_A(0XFF);
}
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Thu Aug 09, 2007 11:02 am     Reply with quote

Quote:
I get a problem while using CCS in MPLAB

1. Are you running this program in hardware or the MPLAB simulator ?

2. What's your version of MPLAB ?

3. What's your compiler version ?
tquantum



Joined: 09 Aug 2007
Posts: 4

View user's profile Send private message

PostPosted: Thu Aug 09, 2007 5:34 pm     Reply with quote

PCM programmer wrote:
Quote:
I get a problem while using CCS in MPLAB

1. Are you running this program in hardware or the MPLAB simulator ?

2. What's your version of MPLAB ?

3. What's your compiler version ?

I have tested the asm type program through ICD2 header, and it works.
but it can't work in C. The version of MPLAB and the CCS are the latest version 7.60a and 4.033, and the plug-in program is downloaded from http://www.ccsinfo.com/downloads.php
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