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 6 matches
CCS Forum Index
Author Message
  Topic: FFT with dsPIC . CCS support dsPIC?
regall

Replies: 1
Views: 6207

PostForum: General CCS C Discussion   Posted: Thu Mar 10, 2005 10:01 pm   Subject: FFT with dsPIC . CCS support dsPIC?
i have to fourier trasnform with dsPIC but i don't know if CCS support dsPIC. i have used CCS and i like it. i am very very busy with my lessons and i am geting crazy because i couldn't find anything ...
  Topic: 1 bit shifting to right on 3-wire serial communication. why?
regall

Replies: 1
Views: 5322

PostForum: General CCS C Discussion   Posted: Sat Feb 19, 2005 3:39 am   Subject: 1 bit shifting to right on 3-wire serial communication. why?
what is the reason of shifting 1 bit to the right on 3-wire serial communication?

#fuses HS,NOWDT
#use delay (clock=8000000)
#use RS232(BAUD=9600, XMIT=PIN_C6, RCV=PIN_C7, STREAM=COM1)

data= ...
  Topic: pic 18f252 spi clock problem
regall

Replies: 4
Views: 6922

PostForum: General CCS C Discussion   Posted: Fri Feb 18, 2005 8:19 am   Subject: pic 18f252 spi clock problem
that is clear now. i am gettin only one ACK code now. and the unwanted data before ACK is clocked out. in addition the problem of wrong ACK code is solved by changing the protocol.
  Topic: pic 18f252 spi clock problem
regall

Replies: 4
Views: 6922

PostForum: General CCS C Discussion   Posted: Wed Feb 16, 2005 4:20 am   Subject: pic 18f252 spi clock problem
i am using 18f252 for spi comminication with a chip. but i am not getting good responses . for example i must get 3ch for an ACK but i am getting 7f and followed by 9e. it is happening at all command ...
  Topic: How to disable ADC with ccs?
regall

Replies: 3
Views: 8049

PostForum: General CCS C Discussion   Posted: Tue Feb 08, 2005 3:49 am   Subject: How to disable ADC with ccs?
i agree that u should somethimes read datasheets.
set_adc_channel(NO_ANALOGS);
  Topic: internal oscillator
regall

Replies: 6
Views: 10016

PostForum: General CCS C Discussion   Posted: Sat Jan 15, 2005 9:19 am   Subject: Re: it's okey
Hi,

I have achieved to get 1MHz PWM signal with 1/4 duty cycle.
I used 20MHz oscillator and parameters are as following;

setup_timer_2(4, 4, 1);
set_pwm1_duty(1);

Thanks...

tembel olma ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group