Author |
Message |
Topic: pic18f2550 and MAX7456 OSD |
msa
Replies: 1
Views: 5464
|
Forum: General CCS C Discussion Posted: Sun Jan 16, 2011 5:43 am Subject: pic18f2550 and MAX7456 OSD |
Hi guys
I need code to interface PIC18f2550 with Breakout Board for MAX7456 On Screen Display http://www.sparkfun.com/products/9168
using SPI. |
Topic: mmcsd always read value 00 |
msa
Replies: 17
Views: 22905
|
Forum: General CCS C Discussion Posted: Sun Dec 19, 2010 7:47 am Subject: mmcsd always read value 00 |
Hi all
I would like to thank my colleagues who help me in solving my problems
Schematic :
------------
http://img130.imageshack.us/img130/448/sdpic.jpg
#include <18F2550.h>
... |
Topic: mmcsd always read value 00 |
msa
Replies: 17
Views: 22905
|
Forum: General CCS C Discussion Posted: Wed Dec 15, 2010 11:59 am Subject: mmcsd always read value 00 |
the SD card contains 100 M of files |
Topic: mmcsd always read value 00 |
msa
Replies: 17
Views: 22905
|
Forum: General CCS C Discussion Posted: Wed Dec 15, 2010 7:29 am Subject: mmcsd always read value 00 |
Power Supply : DC 3.6V
RS-232 interface : Slim USB to Serial UART Converte (TTL to RS-232) |
Topic: mmcsd always read value 00 |
msa
Replies: 17
Views: 22905
|
Forum: General CCS C Discussion Posted: Wed Dec 15, 2010 5:38 am Subject: mmcsd always read value 00 |
Hello All,
18F2550 @ internal oscillator 8MHz
compiler version is 4.093
Sandisk 128MB micro SD card
Power Supply : DC 3.6V
RS-232 interface : Slim USB to Serial UART Converte (TTL to RS-232 ... |
Topic: int32 problem |
msa
Replies: 5
Views: 7914
|
Forum: General CCS C Discussion Posted: Mon Jul 19, 2010 12:47 am Subject: int32 problem |
thanks FvM
i solved my problem by using function atoi32
x= atoi32 (msgx); |
Topic: int32 problem |
msa
Replies: 5
Views: 7914
|
Forum: General CCS C Discussion Posted: Sun Jul 18, 2010 11:49 am Subject: int32 problem |
hi SherpaDoug
give me number 32721
thanks |
Topic: int32 problem |
msa
Replies: 5
Views: 7914
|
Forum: General CCS C Discussion Posted: Sun Jul 18, 2010 3:19 am Subject: int32 problem |
hi all
I need to convert my message msgx="98769" to number 98769.
When I run this code give me wrong number !!!!???
Note: I use PIC18F2550 and PCH V 4.093
Thanks
#use delay( ... |
Topic: all fuses for PIC |
msa
Replies: 1
Views: 9517
|
Forum: General CCS C Discussion Posted: Thu Jul 01, 2010 2:16 am Subject: all fuses for PIC |
Hi
Can I find documentation and description of all fuses for PIC MUC?
thanks |
Topic: FORCE_HW & FORCE_SW |
msa
Replies: 9
Views: 19498
|
Forum: General CCS C Discussion Posted: Tue Apr 13, 2010 1:13 pm Subject: FORCE_HW & FORCE_SW |
Thank you for your answer.
with regards |
Topic: FORCE_HW & FORCE_SW |
msa
Replies: 9
Views: 19498
|
Forum: General CCS C Discussion Posted: Tue Apr 13, 2010 7:06 am Subject: FORCE_HW & FORCE_SW |
Hi all
What difference between FORCE_HW and FORCE_SW when use #USE I2C.
thanks |
Topic: read byte from register file |
msa
Replies: 3
Views: 5172
|
Forum: General CCS C Discussion Posted: Mon Apr 12, 2010 2:51 pm Subject: read byte from register file |
thank you |
Topic: read byte from register file |
msa
Replies: 3
Views: 5172
|
Forum: General CCS C Discussion Posted: Mon Apr 12, 2010 2:44 pm Subject: read byte from register file |
Hi all
How can I read byte from register file ,for example read LATB or INTCOM from register file.
thanks |
Topic: #byte and #bit |
msa
Replies: 4
Views: 9381
|
Forum: General CCS C Discussion Posted: Sat Apr 10, 2010 12:56 pm Subject: #byte and #bit |
Hi taner_73
Hi Ttelmah
Thanks for your answers.
It is now working.
My code after update:
#include <18F2550.h>
#use delay(clock=8000000)
#FUSES NOWDT ... |
Topic: #byte and #bit |
msa
Replies: 4
Views: 9381
|
Forum: General CCS C Discussion Posted: Sat Apr 10, 2010 10:07 am Subject: #byte and #bit |
Dear all
I have 18f2550. I need to use #byte and #bit to name my pins.
My code :
#include <18F2550.h>
#use delay(clock=8000000)
#FUSES NOWDT //No Watch Dog ... |
|