Author |
Message |
Topic: memcpy internal error CCS |
appy
Replies: 4
Views: 8494
|
Forum: General CCS C Discussion Posted: Tue Jul 11, 2006 5:44 pm Subject: memcpy error |
PCM programmer,
Thank you this patch has worked very well.
appy |
Topic: memcpy internal error CCS |
appy
Replies: 4
Views: 8494
|
Forum: General CCS C Discussion Posted: Mon Jul 10, 2006 8:04 pm Subject: memcpy error |
PCM programmer,
Thank you for this, I have been wracking my mind over it.
Is is possible to write a memcpy function and include it in string.h for ver 3.150?
Thanks again
appy |
Topic: memcpy internal error CCS |
appy
Replies: 4
Views: 8494
|
Forum: General CCS C Discussion Posted: Mon Jul 10, 2006 12:57 am Subject: memcpy internal error CCS |
I am trying to drive a 128x64 KS1080 lcd, and am using graphics.c from the examples in CCS 3.150.
However in the graphics.c glcd_text57() gives internal error at memcpy.
int8 j, k, l, m; ... |
|