Author |
Message |
Topic: save char on flash memory |
meysam.za
Replies: 6
Views: 8541
|
Forum: General CCS C Discussion Posted: Sun Jun 09, 2013 3:33 am Subject: save char on flash memory |
`pcm programer no const for font ...
i need variable to save sms from GSM modem (sim900) and i must :
char sms[250];
but size of ram is not enogh.....
and i want use flash memory |
Topic: save char on flash memory |
meysam.za
Replies: 6
Views: 8541
|
Forum: General CCS C Discussion Posted: Sat Jun 08, 2013 4:36 pm Subject: save char on flash memory |
hi every body...
i want save char in flash memory like in codevision
flash CHAR m[250];
is any Function or something that i can do that in ccs
flash CHAR m[250];
thanks alot |
Topic: How can i save unsigned char on flash memory..... |
meysam.za
Replies: 1
Views: 4940
|
Forum: General CCS C Discussion Posted: Fri Mar 22, 2013 7:06 am Subject: How can i save unsigned char on flash memory..... |
hi every body
how can i save this const on flash memory :
unsigned char picture1[]=
{
132,132,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, ... |
Topic: NOKIA .C |
meysam.za
Replies: 6
Views: 12813
|
Forum: General CCS C Discussion Posted: Mon Mar 18, 2013 4:50 am Subject: NOKIA .C |
 |
Topic: NOKIA .C |
meysam.za
Replies: 6
Views: 12813
|
Forum: General CCS C Discussion Posted: Sun Mar 17, 2013 4:54 am Subject: NOKIA .C |
ok ... it's work thanks alot |
Topic: NOKIA .C |
meysam.za
Replies: 6
Views: 12813
|
Forum: General CCS C Discussion Posted: Sat Mar 16, 2013 3:13 pm Subject: NOKIA .C |
Thanks alot for reply.
I test these code and working nice.
I have one FONT5*7. How can i use these code in CCS ?
This is my code:
const prog_uint8_t Font5x7[] = {
0x00, 0x00, 0x0 ... |
Topic: NOKIA .C |
meysam.za
Replies: 6
Views: 12813
|
Forum: General CCS C Discussion Posted: Sat Mar 16, 2013 1:28 pm Subject: NOKIA .C |
i did search very much in web to find nokia 6100 color lcd lib for ccs ...... but in finally i just find some example about S1D15G10 ...
is any code to drive PCF-8833 with p ... |
|