Dear Team,
I am using fir filter provided by dsplib, as the library claims i am getting almost same profiling figure (number of cycles for filtering one sample) when i do it separately.
But when i integrate with our project i am getting more time for execution because the code is sitting in external RAM. So I want to move the fir filter code which is in assembly (assembly file) to internal RAM, I need to know how it can be done?
In C language using #pragma it can be accomplished if the code is C. But how to do it in assembly for C5515?
Please provide the response asap.
Thanks and Regards,
Ameen