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 7 matches
CCS Forum Index
Author Message
  Topic: [Help] Printf strange behaviour: don't plot zero value
CoverUp

Replies: 3
Views: 8144

PostForum: General CCS C Discussion   Posted: Wed Aug 07, 2013 9:15 am   Subject: [Help] Printf strange behaviour: don't plot zero value
Our version is CCS 4.104

i tried with


printf("%1Ld,",temp);


The output is


100,50, ,10
100,50, ,10
100,50, ,10
100,50, ,10
...etc.


So "nothing&qu ...
  Topic: [Help] Printf strange behaviour: don't plot zero value
CoverUp

Replies: 3
Views: 8144

PostForum: General CCS C Discussion   Posted: Fri Aug 02, 2013 9:29 am   Subject: [Help] Printf strange behaviour: don't plot zero value
Hi everyone

I got the following issue, i will really appreciate any help of you guys.

System info:
CCS 4.1
MPLAB 8.88
dSPIC 33FJ256GP506 @60Mhz

All the code it's fully functional, but i go ...
  Topic: fat.c + mmcsd.c Working but Windows can't read the files
CoverUp

Replies: 16
Views: 30226

PostForum: General CCS C Discussion   Posted: Tue Apr 26, 2011 10:58 am   Subject: fat.c + mmcsd.c Working but Windows can't read the files
Ok. some Updates:

Almost all SD card's manufacturers sell their products allready formated.
(With a VBR on it, ready for use)
So Logical and Physical address never match on new cards, and this li ...
  Topic: fat.c + mmcsd.c Working but Windows can't read the files
CoverUp

Replies: 16
Views: 30226

PostForum: General CCS C Discussion   Posted: Thu Jun 03, 2010 1:25 pm   Subject: fat.c + mmcsd.c Working but Windows can't read the files
I don't know why you say that SD card communicates with PIC through logical address. When you write a byte, the SD store the data pointing to the physical address. In fact, you can write data in a raw ...
  Topic: fat.c + mmcsd.c Working but Windows can't read the files
CoverUp

Replies: 16
Views: 30226

PostForum: General CCS C Discussion   Posted: Wed Jun 02, 2010 10:23 pm   Subject: fat.c + mmcsd.c Working but Windows can't read the files
The problem with all of this is in the FAT library, basically in the function that is responsible for formatting the card: format(int32 mediaSize).

The problem is the following function creates a ...
  Topic: fat.c + mmcsd.c Working but Windows can't read the files
CoverUp

Replies: 16
Views: 30226

PostForum: General CCS C Discussion   Posted: Tue May 25, 2010 10:49 pm   Subject: fat.c + mmcsd.c Working but Windows can't read the files
Solved!!

if any one want the solution, post but i'll explain it in spanish. sorry for that
  Topic: fat.c + mmcsd.c Working but Windows can't read the files
CoverUp

Replies: 16
Views: 30226

PostForum: General CCS C Discussion   Posted: Tue May 04, 2010 8:33 pm   Subject: fat.c + mmcsd.c Working but Windows can't read the files
I'm using a PIC18f4525 and the fat.c + mmcsd.c library.
Everything works good on PIC.
I can initialize the SD card, format the card, make a file and append data to it.
I can read all the data writt ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group