Author |
Message |
Topic: Interfacing SD Card with mcu |
ee_hob
Replies: 9
Views: 11801
|
Forum: General CCS C Discussion Posted: Tue Aug 13, 2013 7:22 am Subject: Interfacing SD Card with mcu |
Hi Jay,
I'm not that so new. I've done many examples but not so complex.
I've no problem with using internal ADC's in PIC16F877. I've no problem with driving LCD but I've problem with GLCD. ... |
Topic: Interfacing SD Card with mcu |
ee_hob
Replies: 9
Views: 11801
|
Forum: General CCS C Discussion Posted: Tue Aug 13, 2013 6:22 am Subject: Interfacing SD Card with mcu |
Hi Jay,
Thanks for your answer.
Actually I want to learn the fundamental way to send data to SD card. I guess the reason that I can't go any further is my limited experience in SPI.
Let's ... |
Topic: Interfacing SD Card with mcu |
ee_hob
Replies: 9
Views: 11801
|
Forum: General CCS C Discussion Posted: Tue Aug 13, 2013 5:00 am Subject: Interfacing SD Card with mcu |
I guess I understood with your text editor example, thanks a lot..
Please correct me if I'm wrong but I want to give an example. (Probably I'm wrong.)
Let's say we have 2 GB SD card. Data is sen ... |
Topic: Interfacing SD Card with mcu |
ee_hob
Replies: 9
Views: 11801
|
Forum: General CCS C Discussion Posted: Tue Aug 13, 2013 2:09 am Subject: Interfacing SD Card with mcu |
Hi Ttelmah,
Thanks for your quick reply.
If you don't mind, can I ask what you mean by "page based"? As I said, I'm a newbie, I couldn't understand.
Let's say I can send a byte u ... |
Topic: Interfacing SD Card with mcu |
ee_hob
Replies: 9
Views: 11801
|
Forum: General CCS C Discussion Posted: Tue Aug 13, 2013 1:20 am Subject: Interfacing SD Card with mcu |
Hi all,
I'm not so capable of programming mcu's but I've been trying to figure out for a while. I want to log a couple of sensors' value to SD card. I've read posts about SD card but I couldn't ma ... |
Topic: MCP3204 response |
ee_hob
Replies: 12
Views: 16386
|
Forum: General CCS C Discussion Posted: Thu May 16, 2013 8:18 am Subject: MCP3204 response |
Thanks dyeatman, I'll be working on it. |
Topic: MCP3204 response |
ee_hob
Replies: 12
Views: 16386
|
Forum: General CCS C Discussion Posted: Thu May 16, 2013 5:38 am Subject: MCP3204 response |
RF_Developer,
Thanks a million for your reply.
I guess I'm getting idea of SPI but I still don't understand why I need to get byte by byte. Forgive me because I'm really having hard times to u ... |
Topic: MCP3204 response |
ee_hob
Replies: 12
Views: 16386
|
Forum: General CCS C Discussion Posted: Thu May 16, 2013 3:17 am Subject: MCP3204 response |
I didn't want to open a new topic, if this is wrong, sorry for this.
PCM programmer,
I saw a driver written by you I guess. (http://www.ccsinfo.com/forum/viewtopic.php?t=41059) If you don't mi ... |
Topic: MCP3204 response |
ee_hob
Replies: 12
Views: 16386
|
Forum: General CCS C Discussion Posted: Thu May 16, 2013 2:29 am Subject: MCP3204 response |
PCM programmer,
I understood my mistake about CS. Although I knew that was suppose to be like that but I didn't look carefully, sorry for that.
ckielstra,
I removed mcp_init(); outside the ... |
Topic: MCP3204 response |
ee_hob
Replies: 12
Views: 16386
|
Forum: General CCS C Discussion Posted: Thu May 16, 2013 12:58 am Subject: MCP3204 response |
Hi PCM programmer,
Thanks for your quick reply.
I changed the code but nothing changed. I guess I didn't exactly understand the initialization part. I opened the driver file of MCP3204, initial ... |
Topic: MCP3204 response |
ee_hob
Replies: 12
Views: 16386
|
Forum: General CCS C Discussion Posted: Wed May 15, 2013 7:42 pm Subject: MCP3204 response |
Hi all,
I'm new to microcontrollers. I've been trying to interface MCP3204 with PIC16F877 by bit banging method. The reason why I don't use built-in functions is that I want to learn the basics.
... |
|