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 support@ccsinfo.com

DSPIC33EP512GP502 and FFT issue extending FFT_LENGTH
Goto page Previous  1, 2, 3, 4, 5
 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Ttelmah



Joined: 11 Mar 2010
Posts: 19232

View user's profile Send private message

PostPosted: Wed Aug 02, 2023 2:29 am     Reply with quote

I'd be totally scared to be using a chip with so many problems. Especially
since some of the documented errata, seem to also trigger in situations
not matching the description. CCS have got fixes for the documented
situations, but playing with this, I've seen at least two other situations
triggering problems that don't appear on the same code in other chips.

You have chosen a very large and fast CPU, but are running it very slowly.
Now there are many other PIC's that are likely to fit in the same package.
For example if you are using a small package the PIC33CK chips. Pulling
the errata sheet for these has just 5 or 6 errata, and only one of these affects
main CPU operations.

I would not trust the fixes to work in all circumstances, and with the
current errata list would not use these chips.
Marco27293



Joined: 09 May 2020
Posts: 113

View user's profile Send private message

PostPosted: Wed Aug 02, 2023 2:48 am     Reply with quote

My problem is to find a chip with enough RAM to perform 2048 fft in an efficient and fast way.

I'll try to find another one suitable for my application...

Meanwhile where can i find free C FFT libraries ?
Marco27293



Joined: 09 May 2020
Posts: 113

View user's profile Send private message

PostPosted: Wed Aug 02, 2023 3:28 am     Reply with quote

My device revision is:

Code:

Target device dsPIC33EP512GP502 found.
Device Revision ID = 4007


According to errata revision 4009 shouldn't have these errata correct ?
Ttelmah



Joined: 11 Mar 2010
Posts: 19232

View user's profile Send private message

PostPosted: Wed Aug 02, 2023 4:53 am     Reply with quote

Look at Kiss FFT.
Marco27293



Joined: 09 May 2020
Posts: 113

View user's profile Send private message

PostPosted: Wed Aug 02, 2023 7:08 am     Reply with quote

Can You provide me a link for a library compatible with PCD compiler ?

I've just found Kiss fft C libraries with a lot of compiling issues...
temtronic



Joined: 01 Jul 2010
Posts: 9118
Location: Greensville,Ontario

View user's profile Send private message

PostPosted: Wed Aug 02, 2023 7:21 am     Reply with quote

Every conversion from one 'C' to another 'C' can have (will ? ) issues...
it's the nature of the beast.

One area is data types.
Depending on the compiler the 'default' can be 8 bit unsigned or 16 bit signed or ?????

Have no idea if that's your 'compiling issue' but should be investigated.....
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Goto page Previous  1, 2, 3, 4, 5
Page 5 of 5

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group