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 9 matches
CCS Forum Index
Author Message
  Topic: Problem with WRITE_EEPROM and READ_EEPROM on PIC12F519
sandropiovesana

Replies: 0
Views: 4798

PostForum: General CCS C Discussion   Posted: Wed Jun 25, 2008 9:09 am   Subject: Problem with WRITE_EEPROM and READ_EEPROM on PIC12F519
This is correct code:


#include <12F519.h>

#FUSES NOMCLR, NOPROTECT, NOWDT, INTRC, NOPROTECTDF, IOSC8
#USE DELAY(CLOCK=4000000)
#USE FAST_IO(B)

unsigned int data = 0;

void main ...
  Topic: PIC16F88 and PWM
sandropiovesana

Replies: 4
Views: 15344

PostForum: General CCS C Discussion   Posted: Tue Jun 24, 2008 2:00 am   Subject: PIC16F88 and PWM
I've fast read your code, my first idea is:

try to change:
setup_timer_2(T2_DIV_BY_4, 255, 1);

with:
setup_timer_2(T2_DIV_BY_4, 100, 1);

Good Luck
  Topic: Problem with shutdown on PIC16f684
sandropiovesana

Replies: 2
Views: 4317

PostForum: General CCS C Discussion   Posted: Fri Jun 06, 2008 12:57 am   Subject: Problem with shutdown on PIC16f684
Thank You very much!!!

Sandro
  Topic: EX_POWER_PWM.C
sandropiovesana

Replies: 2
Views: 3884

PostForum: General CCS C Discussion   Posted: Wed Jun 04, 2008 8:46 am   Subject: EX_POWER_PWM.C
Thank You very much. I'll ask to the ccs support.
  Topic: Problem with shutdown on PIC16f684
sandropiovesana

Replies: 2
Views: 4317

PostForum: General CCS C Discussion   Posted: Wed Jun 04, 2008 8:42 am   Subject: Problem with shutdown on PIC16f684
Hi All,
I have a problem when i shutdown (in firmware) the bridge because i don't have the shutdown condition indicated in my software but i have all low level on P1A,P1B,P1C,P1D. (i want high level) ...
  Topic: EX_POWER_PWM.C
sandropiovesana

Replies: 2
Views: 3884

PostForum: General CCS C Discussion   Posted: Wed Jun 04, 2008 7:16 am   Subject: EX_POWER_PWM.C
In my CCS C Help - Example Program, there is this file:
EX_POWER_PWM.C

But i can't find it on my example directory. I reinstall the last version of CCS but the file is not present and i need it.
...
  Topic: Write_eeprom() PIC12F519 Problem
sandropiovesana

Replies: 6
Views: 8831

PostForum: General CCS C Discussion   Posted: Wed May 07, 2008 3:36 am   Subject: Write_eeprom() PIC12F519 Problem
Thanks, now i will work to find the right way.
  Topic: Write_eeprom() PIC12F519 Problem
sandropiovesana

Replies: 6
Views: 8831

PostForum: General CCS C Discussion   Posted: Tue May 06, 2008 7:05 am   Subject: Write_eeprom() PIC12F519 Problem
I use MPLAB 8.10, CCS 4.057 and ICD2.
  Topic: Write_eeprom() PIC12F519 Problem
sandropiovesana

Replies: 6
Views: 8831

PostForum: General CCS C Discussion   Posted: Tue May 06, 2008 7:02 am   Subject: Write_eeprom() PIC12F519 Problem
Hi,
i have a problem with CCS function write_eeprom() used on PIC12f519.
this is the c source:

#include <12F519.h>

#FUSES NOMCLR, NOPROTECT, NOWDT, INTRC, NOPROTECTDF, IOSC4
//#FUSES NO ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group