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 CCS Technical Support

Search found 7 matches
CCS Forum Index
Author Message
  Topic: Problems with function definitions
Alejandro

Replies: 1
Views: 3537

PostForum: General CCS C Discussion   Posted: Mon May 23, 2011 4:42 pm   Subject: Problems with function definitions
Hi. I'm defining a function as follows, when I compile the program I not have errors,

int Modem_Wait_Rpta(char Buffer_TX,char Buffer_RX,int Nro_char) {

printf(Buffer_TX); ...
  Topic: WDT timeout to 30 seconds
Alejandro

Replies: 2
Views: 4417

PostForum: General CCS C Discussion   Posted: Mon Apr 18, 2011 8:20 pm   Subject: WDT timeout to 30 seconds
Hi, I need to configure the WDT timeout to 30 seconds, it is possible?
How I can do this, I am using the PIC18F452, 20Mhz
  Topic: Setup WDT for a PIC18
Alejandro

Replies: 1
Views: 3830

PostForum: General CCS C Discussion   Posted: Thu Apr 14, 2011 8:32 am   Subject: Setup WDT for a PIC18
Hi, I have several doubt about how working with WDT on a PIC18, I am work with pic18f452 at 20MHz

which means WDT128?
How I have to do to set a timeout of WDT of 30sec ?

someone can clarify t ...
  Topic: Problems INT_EXT or WDT ?
Alejandro

Replies: 6
Views: 13022

PostForum: General CCS C Discussion   Posted: Tue Apr 05, 2011 1:28 pm   Subject: Problems INT_EXT or WDT ?
Hi Ttelmah, thank you by your help..

you declare your buffer to have size 'lenbuff', but the declaration for this is not shown
I'm sorry, here is:
int const lenbuff = 32; // Longitud de buff ...
  Topic: Problems INT_EXT or WDT ?
Alejandro

Replies: 6
Views: 13022

PostForum: General CCS C Discussion   Posted: Tue Apr 05, 2011 9:52 am   Subject: Problems INT_EXT or WDT ?
I am use the CCS 4.074.

Here is my code:

#include <18F452.h>
#fuses HS,NOWDT,NOPROTECT,NOLVP,NOBROWNOUT
#use delay(clock=20000000)
#use rs232(baud=9600, xmit=PIN_C6, rcv=PIN ...
  Topic: Problems INT_EXT or WDT ?
Alejandro

Replies: 6
Views: 13022

PostForum: General CCS C Discussion   Posted: Tue Apr 05, 2011 7:49 am   Subject: Problems INT_EXT or WDT ?
Hi, I have implemented an application with a PIC18F452 on CCS. When the PIC receive an interrupt for RB0, the PIC performs a process. Everything works fine but the problem occurs after a time that th ...
  Topic: Problem with printf and Float
Alejandro

Replies: 3
Views: 8864

PostForum: General CCS C Discussion   Posted: Fri Mar 25, 2011 7:22 pm   Subject: Problem with printf and Float
Hi, I'm having trouble with this code, when I simulated using the Proteus, everything works OK and I can see in the hyperterminal of Proteus, which prints the correct values​​, but when I progam t ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group