Author |
Message |
Topic: FFT library |
malik_123pk
Replies: 5
Views: 13799
|
Forum: General CCS C Discussion Posted: Mon Aug 02, 2010 11:18 pm Subject: FFT library |
Can you guys imagine CCS provides the fft routine in it compiler.
I request the CCS administration to highlight this fact. I spent about three weeks in understating and implementing the FFT on MA ... |
Topic: FFT library |
malik_123pk
Replies: 5
Views: 13799
|
Forum: General CCS C Discussion Posted: Tue Jul 27, 2010 5:08 am Subject: FFT library |
I have found the FFT asm which is this file.
(do not know how to upload file , so copying the whole file)
;*********************************************************************
; ... |
Topic: Dspic data memory issue |
malik_123pk
Replies: 4
Views: 5505
|
Forum: General CCS C Discussion Posted: Tue Jul 27, 2010 4:49 am Subject: Dspic data memory issue |
Using PSV function of Dspic, I can get a little bit extra space. Yeah you are right, best option is to change the Processor, only if you have a shop nearby, else putting the demand and waiting for fe ... |
Topic: FFT library |
malik_123pk
Replies: 5
Views: 13799
|
Forum: General CCS C Discussion Posted: Mon Jul 26, 2010 12:47 am Subject: FFT library |
well it could have been easy if microchip had given the detail of C implementation , which i belive is not given .
and i think no asm code also exist , what can u do then to convert it in to CCS . |
Topic: Dspic data memory issue |
malik_123pk
Replies: 4
Views: 5505
|
Forum: General CCS C Discussion Posted: Mon Jul 26, 2010 12:45 am Subject: Dspic data memory issue |
ok i just checked it , i was referring to wrong datasheet of 30F family.
Thanks dear.
what you think , how can i over come the low SRAM problem
will u suggest me to use the program memory fro d ... |
Topic: FFT library |
malik_123pk
Replies: 5
Views: 13799
|
Forum: General CCS C Discussion Posted: Sat Jul 24, 2010 6:01 am Subject: FFT library |
is there any FFT library for dspic 30F4013 . |
Topic: Dspic data memory issue |
malik_123pk
Replies: 4
Views: 5505
|
Forum: General CCS C Discussion Posted: Sat Jul 24, 2010 6:00 am Subject: Dspic data memory issue |
why cannot i save an array of 1000 elements for Dspic 30f4013 .
as soon as i define
int a[1000];
it gives me error that ram is full . but dspic have lot of memory then it |
|