Author |
Message |
Topic: 74HC595 and ULN2003 problem |
Analyzer
Replies: 14
Views: 32460
|
Forum: General CCS C Discussion Posted: Mon Feb 05, 2007 2:43 pm Subject: 74HC595 and ULN2003 problem |
Dear PCM programmer,
This schematic is from proteus and Proteus automatically make VCC and GND connections. There is a programming fault in my project :(
Analyzer |
Topic: 74HC595 and ULN2003 problem |
Analyzer
Replies: 14
Views: 32460
|
Forum: General CCS C Discussion Posted: Mon Feb 05, 2007 2:21 pm Subject: 74HC595 and ULN2003 problem |
Dear treimey,
I changed my circuit like this :
http://img392.imageshack.us/img392/2742/ccs2kw9.jpg
But i still can not get result with 3 74HC595
Analyzer |
Topic: 74HC595 and ULN2003 problem |
Analyzer
Replies: 14
Views: 32460
|
Forum: General CCS C Discussion Posted: Mon Feb 05, 2007 7:11 am Subject: 74HC595 and ULN2003 problem |
Dear ckielstra,
Thank you for your kind reply. This is not a school homework, i'm an electronic amateur and trying to make a simple counter for my step motor test unit. I copied this code from here ... |
Topic: 74HC595 and ULN2003 problem |
Analyzer
Replies: 14
Views: 32460
|
Forum: General CCS C Discussion Posted: Mon Feb 05, 2007 6:21 am Subject: 74HC595 and ULN2003 problem |
Dear ckielstra,
Thank you for spending time. I confess, i'm not good at C. I commented this line :
//shift_left(eo,NUMBER_OF_74595,0);
But now i can not see 001 or any other chara ... |
Topic: 74HC595 and ULN2003 problem |
Analyzer
Replies: 14
Views: 32460
|
Forum: General CCS C Discussion Posted: Mon Feb 05, 2007 4:37 am Subject: 74HC595 and ULN2003 problem |
Whoops! Sorry, I just posted my schematic :
http://img225.imageshack.us/img225/1245/74hc595problemet6.jpg
Analyzer |
Topic: 74HC595 and ULN2003 problem |
Analyzer
Replies: 14
Views: 32460
|
Forum: General CCS C Discussion Posted: Mon Feb 05, 2007 3:00 am Subject: 74HC595 and ULN2003 problem |
Thank you PCM_Programmer,
I changed LVP->NOLVP and commented int sayi = 549; line with "//". By the way, what can you say about main problem? My "001" flashes on screen and d ... |
Topic: 74HC595 and ULN2003 problem |
Analyzer
Replies: 14
Views: 32460
|
Forum: General CCS C Discussion Posted: Mon Feb 05, 2007 1:46 am Subject: 74HC595 and ULN2003 problem |
Dear All,
I'm trying to utilize 74HC595+ULN2003A+F628-04 with CCS. Circuit is simple, it is a basic counter.But i'm having trouble with the program. I modified standart 74595.c for 3 74HC595. Code ... |
Topic: MAX6675 driver |
Analyzer
Replies: 3
Views: 52780
|
Forum: Code Library Posted: Sun Nov 05, 2006 3:48 pm Subject: MAX6675 driver |
Hi there,
I used this code and simulated at Proteus 6.9 SP5 This code didnt worked. Could you check it please where i am wrong? :
http://rapidshare.com/files/2148392/6675.rar.html
Analyzer |
Topic: rfPICs |
Analyzer
Replies: 2
Views: 10415
|
Forum: General CCS C Discussion Posted: Fri Apr 16, 2004 8:59 am Subject: rfPICs |
No information about them pals??
Analyzer |
Topic: rfPICs |
Analyzer
Replies: 2
Views: 10415
|
Forum: General CCS C Discussion Posted: Thu Apr 15, 2004 6:02 am Subject: rfPICs |
Dear All,
I would like to ask if somebody has example source codes and libraries and schematic files for rfPics? I really need RfPic sources urgently!
Analyzer |
Topic: Why this code suxx? |
Analyzer
Replies: 4
Views: 12639
|
Forum: General CCS C Discussion Posted: Fri Mar 05, 2004 4:32 pm Subject: Why this code suxx? |
Thank you very much.I learnt something about c.
Best Wishes.
Analyzer. |
Topic: Why this code suxx? |
Analyzer
Replies: 4
Views: 12639
|
Forum: General CCS C Discussion Posted: Fri Mar 05, 2004 3:44 pm Subject: Why this code suxx? |
Hai,
I'm using this code in my counter project.It is simple but it does not work correctly.It only increase variable i when user press button 1.Then multiplies i by 10, write to lcd.But above 250, ... |
Topic: V3.185 problem with F877 |
Analyzer
Replies: 2
Views: 10098
|
Forum: General CCS C Discussion Posted: Wed Mar 03, 2004 1:25 am Subject: V3.185 problem with F877 |
Hi there,
I have CCS3.185 and also have a problem with it.When i try to compile projects using F877 sometimes it gives error "Unknown device type try PCM"
I checked compiler vers. it gives PCB P ... |
Topic: How to R/W more i2c mem on the same line? |
Analyzer
Replies: 1
Views: 10725
|
Forum: General CCS C Discussion Posted: Sat Dec 27, 2003 8:17 am Subject: How to R/W more i2c mem on the same line? |
Hi there,
I need to use 2 i2c memories on the same bus line and i referenced i2c codes in 24c128.c I can totally use one i2c mem but two i2c mem; i have no idea how to use it.One friend said that i ... |
Topic: How to Connect More than 1 Eeprom |
Analyzer
Replies: 7
Views: 22790
|
Forum: General CCS C Discussion Posted: Wed Dec 24, 2003 3:50 pm Subject: How to Connect More than 1 Eeprom |
Hai again,
I connected my memories as above and i tested this schematic with this code :
#include "c:\.....\I2C_Mem.h"
#include <24128.c>
#use rs232(baud=19200, xmit=PIN_C6, rcv=PIN_C7)
... |
|