This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Problem with __ram

Hi everybody

I wrote some function for fft and i want to copy it to RAM
while i use function like this

void fpfft(int *X_real, int *X_imag, int *x)__ram

it is giving error called

fpfft.c(13): error: parse error before "__ram"

thanks

0