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 13 matches
CCS Forum Index
Author Message
  Topic: SD Card Memory Address Location using mmcsd.c PLEASE HELP!
curiousaboutcircuits85

Replies: 5
Views: 12165

PostForum: General CCS C Discussion   Posted: Sun Apr 18, 2010 2:16 am   Subject: SD Card Memory Address Location using mmcsd.c PLEASE HELP!
Thank you for your reply. Does that mean that I could think of block number one being from address 0 through 511 and block number two from address 512 to 1024?

Also, I was hoping that somebody cou ...
  Topic: SD Card Memory Address Location using mmcsd.c PLEASE HELP!
curiousaboutcircuits85

Replies: 5
Views: 12165

PostForum: General CCS C Discussion   Posted: Sat Apr 17, 2010 2:33 pm   Subject: SD Card Memory Address Location using mmcsd.c PLEASE HELP!
Also, I am using PIC18f4520 and a 2GB SanDisk SD Card.
  Topic: SD Card Memory Address Location using mmcsd.c PLEASE HELP!
curiousaboutcircuits85

Replies: 5
Views: 12165

PostForum: General CCS C Discussion   Posted: Sat Apr 17, 2010 2:32 pm   Subject: SD Card Memory Address Location using mmcsd.c PLEASE HELP!
Hi Everyone,

I've been successful in modifying ex_mmcsd.c file to write data to memory location 0x1000 and 0x1001 and displaying it on a 16x2 LCD display.

My goal is to set aside each block (51 ...
  Topic: question about Hyperterminal
curiousaboutcircuits85

Replies: 12
Views: 15442

PostForum: General CCS C Discussion   Posted: Wed Apr 14, 2010 6:30 pm   Subject: question about Hyperterminal
i've noticed that many people use hyperterminal to test their codes on their pics. I've never used it before, can anybody direct me into setting this up so that i could make my life easier Smile thanks!
  Topic: ex_fat.c file modified to create a file
curiousaboutcircuits85

Replies: 1
Views: 3258

PostForum: General CCS C Discussion   Posted: Tue Apr 13, 2010 8:27 pm   Subject: ex_fat.c file modified to create a file
Does anybody have an idea? I've modified to work this way:

void main()
{
char opt_buffer[255];
strcpy(opt_buffer, "test.txt");

fat_init();
/ ...
  Topic: ex_fat.c file modified to create a file
curiousaboutcircuits85

Replies: 1
Views: 3258

PostForum: General CCS C Discussion   Posted: Mon Apr 12, 2010 9:25 pm   Subject: ex_fat.c file modified to create a file
Hello,

I've taken a look at the ex_fat.c file to see if I'd be able to create a file into my SD Card using PIC18f4550. Here is my main code below:

void main()
{
char opt_buffer ...
  Topic: #FAST_FAT on fat.h file
curiousaboutcircuits85

Replies: 3
Views: 6175

PostForum: General CCS C Discussion   Posted: Mon Apr 12, 2010 1:21 pm   Subject: #FAST_FAT on fat.h file
Again, thanks for your reply.

So, from this, I am getting that if I wanted to make one file and write and append to it, the PIC MCU wouldn't be able to read the data. I am trying to log weight data ...
  Topic: #FAST_FAT on fat.h file
curiousaboutcircuits85

Replies: 3
Views: 6175

PostForum: General CCS C Discussion   Posted: Mon Apr 12, 2010 12:52 am   Subject: #FAST_FAT on fat.h file
I read the note that says:
// NOTE For faster writing or appending for an application such as a logger,
// uncomment #FAST_FAT below. This will make the FAT library assume
// there i ...
  Topic: ICD U40 question on PIC18LF4550
curiousaboutcircuits85

Replies: 0
Views: 20829

PostForum: CCS ICD / Mach X / Load-n-Go   Posted: Sun Apr 11, 2010 7:37 pm   Subject: ICD U40 question on PIC18LF4550
I am supplying the pic with 3.3 volts to interface with SD card through voltage regulator. Is it okay if I connect the wires from ICD-U40 directly into the PIC MCU without having to reduce voltage lev ...
  Topic: CCS Support has been horrible, i need someone else's help
curiousaboutcircuits85

Replies: 5
Views: 5845

PostForum: General CCS C Discussion   Posted: Sun Apr 11, 2010 7:35 pm   Subject: CCS Support has been horrible, i need someone else's help
Thank you, I reinstalled for the 7th time, and it's starting to work correctly. I am not sure what the problem was. Thank you for your help.
  Topic: CCS Support has been horrible, i need someone else's help
curiousaboutcircuits85

Replies: 5
Views: 5845

PostForum: General CCS C Discussion   Posted: Sun Apr 11, 2010 4:36 pm   Subject: hello
thank you for your input. I tried that and i still get build failed

Executing: "C:\Program Files (x86)\PICC\Ccsc.exe" +FM "..\simplecode.c" #__DEBUG=true +ICD +DF +LN +T +A +M + ...
  Topic: ex_fat.c for 18f4550 compile issue
curiousaboutcircuits85

Replies: 1
Views: 7093

PostForum: General CCS C Discussion   Posted: Sun Apr 11, 2010 12:35 am   Subject: ex_fat.c for 18f4550 compile issue
Hello Everyone,

I changed the ex_fat.c for 18f4550 by making the following changes:

#define MMCSD_PIN_SCL PIN_B1 //o used to be C3
#define MMCSD_PIN_SDI PIN_B0 //i used to be C4
#de ...
  Topic: CCS Support has been horrible, i need someone else's help
curiousaboutcircuits85

Replies: 5
Views: 5845

PostForum: General CCS C Discussion   Posted: Thu Apr 08, 2010 5:52 pm   Subject: CCS Support has been horrible, i need someone else's help
My ccs c compiler simply stopped compiling. I am not even sure what I did, but the build keeps failing even with codes that have compiled before. This is what I get with no matter what codes I use.
...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group