Hello,
I am using the C5535 eZdsp. I was trying to use the hwafft functions, and they were not working. After searching the E2E forums, I discovered that the HWAFFT functions might only work with a small memory model. So I changed my memory model to "small,"and tried again - and then I got undefined symbol errors with respect to the CSL functions I was using. After looking on the E2E forums again, I saw that the CSL only supports large/huge memory models.
So my question is: is it possible to use HWAFFT functions and CSL functions in the same project? if so, how do I resolve the issue of the CSL needing a large/huge memory model, and the HWAFFT needing a small memory model?
as it is, I would very much like to use both the HWAFFT and the CSL, but if this is not possible, can I just use the cfft functions instead of the HWAFFT functions?
Thanks,
Nathan