Author |
Message |
Topic: 8x8 running message display |
gopalakrishnan
Replies: 0
Views: 2541
|
Forum: General CCS C Discussion Posted: Mon Jan 03, 2011 1:26 am Subject: 8x8 running message display |
main(){
char cnt, col;
set_tris_b(0); /* set port_b as outputs */
set_tris_a(0); /* set port_a as output */
port_b = 0; /* ZERO port_a & port_b */
port_a = ... |
Topic: regarding spi communication |
gopalakrishnan
Replies: 5
Views: 7021
|
Forum: General CCS C Discussion Posted: Wed Dec 15, 2010 6:28 am Subject: regarding SPI |
hai to all
what are spi extenders? what is the use of it?
is spi communication is bi-directional? if yes when i connect multiple slaves with master if individual ... |
Topic: regarding spi communication |
gopalakrishnan
Replies: 5
Views: 7021
|
Forum: General CCS C Discussion Posted: Tue Dec 14, 2010 10:37 pm Subject: regarding spi |
Thank you very much. When do we use SPI and when do we use I2c ? What are the basic differences ? |
Topic: regarding spi communication |
gopalakrishnan
Replies: 5
Views: 7021
|
Forum: General CCS C Discussion Posted: Mon Dec 13, 2010 8:55 am Subject: regarding spi communication |
hai to all
1. is it possible to communicate more than 128 devices through spi? if yes what is the limit of peripheral devices to be interfaced through spi?
2. is it possible to intercommunicat ... |
Topic: SD Card Memory Address Location using mmcsd.c PLEASE HELP! |
gopalakrishnan
Replies: 5
Views: 12168
|
Forum: General CCS C Discussion Posted: Tue Nov 09, 2010 11:28 pm Subject: regarding sd card |
I am trying the same project for past three months.
http://www.ccsinfo.com/forum/viewtopic.php?p=140016#140016
You can see my code in the above mentioned link. Kindly see the code at the bottom. ... |
Topic: how to insert circuit diagrams in the forum |
gopalakrishnan
Replies: 9
Views: 13671
|
Forum: General CCS C Discussion Posted: Tue Nov 09, 2010 10:48 pm Subject: regarding sd card interfacing |
Sir I go through both of the sd card example files. I can't understand the coding what they are doing. Secondly how to implement this? Either I have to include the same program by cut copy and paste o ... |
Topic: how to insert circuit diagrams in the forum |
gopalakrishnan
Replies: 9
Views: 13671
|
Forum: General CCS C Discussion Posted: Mon Nov 08, 2010 3:29 am Subject: regarding interfacing sd card |
#if defined(__PCM__)
#if defined(__PCH__)
#endif
#endif
#include <stdio.h>
#include <string.h>
#include <mmcsd.c>
#include <input.c>
#fuses XT,NOW ... |
Topic: how to insert circuit diagrams in the forum |
gopalakrishnan
Replies: 9
Views: 13671
|
Forum: General CCS C Discussion Posted: Sat Oct 23, 2010 5:15 am Subject: how to insert circuit diagrams in the forum |
I want to know how to insert circuit diagrams in this forum.
kindly help me
with regards
k.gopalakrishnan |
Topic: interfacing sd card with 16f877a |
gopalakrishnan
Replies: 18
Views: 37084
|
Forum: General CCS C Discussion Posted: Sat Oct 23, 2010 5:14 am Subject: regarding inserting my circuit |
i want to know how to insert circit diagrams in this forum.
kindly help me
with regards
k.gopalakrishnan |
Topic: interfacing sd card with 16f877a |
gopalakrishnan
Replies: 18
Views: 37084
|
Forum: General CCS C Discussion Posted: Fri Oct 22, 2010 8:37 am Subject: regarding sd card |
#if defined(__PCM__)
#if defined(__PCH__)
#endif
#endif
#include <stdio.h>
#include <string.h>
#include <mmcsd.c>
#include <input.c>
#fuses XT,NOW ... |
Topic: interfacing sd card with 16f877a |
gopalakrishnan
Replies: 18
Views: 37084
|
Forum: General CCS C Discussion Posted: Mon Oct 18, 2010 8:29 am Subject: regarding interfacing sd card |
hai to all
I entirely changed my program. As far as my hardware is concern
I am using two transistors for level shifting purposes one from SDO to MOSI of sd card where as other for MISO ... |
Topic: interfacing sd card with 16f877a |
gopalakrishnan
Replies: 18
Views: 37084
|
Forum: General CCS C Discussion Posted: Mon Oct 11, 2010 4:58 am Subject: regarding sd card |
hai thanks for your reply
I go through the driver files. I tried to understand it. It is too difficult. How you people make understanding it? Is there any article or techinical forum? Kindly help ... |
Topic: interfacing sd card with 16f877a |
gopalakrishnan
Replies: 18
Views: 37084
|
Forum: General CCS C Discussion Posted: Tue Oct 05, 2010 7:23 am Subject: regarding sd card |
hai thank you for your reply.
Kindly clarify me my understanding is right.
When command 0 is sent through spi_write() function for this sd card will response it as 00. Is it so. I read this re ... |
Topic: interfacing sd card with 16f877a |
gopalakrishnan
Replies: 18
Views: 37084
|
Forum: General CCS C Discussion Posted: Mon Oct 04, 2010 5:58 am Subject: regarding sd card |
thank you arun for your valuable sugession i decided to change my ic. you specified to replace 18f4620 instead of 16f877a. where as 18f4620 is not availabel in near by where as 18f4520 is available sh ... |
Topic: interfacing sd card with 16f877a |
gopalakrishnan
Replies: 18
Views: 37084
|
Forum: General CCS C Discussion Posted: Wed Sep 29, 2010 12:09 am Subject: interfacing sd card with 16f877a |
hai to all
We are trying to interface micro sd card with 16f877A, using compiler version of 3.098 ccs c. We tried a simple code by sending command 0 and command 1 through spi of the sd ca ... |
|