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 14 matches
CCS Forum Index
Author Message
  Topic: MAX31855 thermocouple-to-digital converter Example/Driver
btklister

Replies: 7
Views: 68564

PostForum: Code Library   Posted: Fri Dec 14, 2012 3:26 pm   Subject: MAX31855 thermocouple-to-digital converter Example/Driver
Hi,

This is an example how to interface MAX31855 thermocouple-to-digital converter. Feel free to use it and/or optimize it!

Slave Select: pin_b0
data in: pin_b1
clock: pin_b4

#include < ...
  Topic: PLL 40MHz
btklister

Replies: 9
Views: 22523

PostForum: General CCS C Discussion   Posted: Thu Mar 01, 2012 5:04 pm   Subject: PLL 40MHz
It also happens to me, anyone knows where is the problem? It only happens if it was used delay funcions, in normal code like

while(1)
{
output_high(pin_b1);
output_low ...
  Topic: Multi servo controller.
btklister

Replies: 5
Views: 56444

PostForum: Code Library   Posted: Sun Nov 13, 2011 6:31 am   Subject: Multi servo controller.
Usually simulators don't work properly with fast sitching pins, try to implement in a test board, it works for me.
  Topic: Reading multi-bytes from an i2c slave - Wii Nunchuck
btklister

Replies: 23
Views: 75775

PostForum: General CCS C Discussion   Posted: Sat Jun 26, 2010 7:28 pm   Subject: Reading multi-bytes from an i2c slave - Wii Nunchuck
The code posted in the previous page works for a Chinese wireless nunchuk? The addresses are the same?
  Topic: modifications to USB CDC driver for 64 bit compatibility
btklister

Replies: 4
Views: 19395

PostForum: General CCS C Discussion   Posted: Sat May 29, 2010 7:50 pm   Subject: modifications to USB CDC driver for 64 bit compatibility
Thanks it works
  Topic: Multi servo controller.
btklister

Replies: 5
Views: 56444

PostForum: Code Library   Posted: Sat Apr 10, 2010 8:55 am   Subject: Multi servo controller.
This code reads UART values and generates 50hz pwm, 50 steps for drive servo motors, 6 servos in this case, but you can change as many as you want by adding extra lines.

How it works:
Every 50us a ...
  Topic: Program don't run with timer2 interrupt
btklister

Replies: 6
Views: 12891

PostForum: General CCS C Discussion   Posted: Sun Apr 04, 2010 1:41 pm   Subject: Program don't run with timer2 interrupt
great! I understand ;)
Many thanks!
  Topic: Program don't run with timer2 interrupt
btklister

Replies: 6
Views: 12891

PostForum: General CCS C Discussion   Posted: Sun Apr 04, 2010 12:51 pm   Subject: Program don't run with timer2 interrupt
4.093
  Topic: Program don't run with timer2 interrupt
btklister

Replies: 6
Views: 12891

PostForum: General CCS C Discussion   Posted: Sun Apr 04, 2010 11:39 am   Subject: Program don't run with timer2 interrupt
nothing hapens
  Topic: Program don't run with timer2 interrupt
btklister

Replies: 6
Views: 12891

PostForum: General CCS C Discussion   Posted: Sat Apr 03, 2010 3:19 pm   Subject: Program don't run with timer2 interrupt
Hi
I have a simple program that don't run if the timer2 isr is activated.
If I delete it, the program will run normally. Why this happen?

#include <16F88.h>
#device adc=8

#FUSES NOWDT ...
  Topic: Another ADC multiple channel reading problem.
btklister

Replies: 4
Views: 8336

PostForum: General CCS C Discussion   Posted: Sun Feb 07, 2010 1:16 pm   Subject: Another ADC multiple channel reading problem.
Problem solved.
I was testing only one channel each time, leaving the other unconnected (high impedance) resulting in bad readings. If the 2 channels were connected to the target all goes normally.
...
  Topic: Another ADC multiple channel reading problem.
btklister

Replies: 4
Views: 8336

PostForum: General CCS C Discussion   Posted: Sun Feb 07, 2010 8:55 am   Subject: Another ADC multiple channel reading problem.
I have made all the changes and the problem still:S
  Topic: Another ADC multiple channel reading problem.
btklister

Replies: 4
Views: 8336

PostForum: General CCS C Discussion   Posted: Sat Feb 06, 2010 7:59 pm   Subject: Another ADC multiple channel reading problem.
Hello.
I have a problem that i can't find solution. Using 2 channels for adc, the adjacent channels affect each others, if i had a input on AN0 and read AN1, the input appears in adc read. I already ...
  Topic: Compiler Problem - "I/O error 103" ?!
btklister

Replies: 4
Views: 30426

PostForum: General CCS C Discussion   Posted: Wed Dec 30, 2009 8:37 pm   Subject: Compiler Problem - "I/O error 103" ?!
I have the same problem, is there a fix for it?
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group