• 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...
  • 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...
  • CARM: can I use __swi and __ram together?
    I want to use IAP functions to program a sector of flash, but my program is running in the flash. So I'm using __swi to execute the function as a software interrupt so it will turn off interrupts during...
  • CARM: can I use __swi and __ram together?
    I want to use IAP functions to program a sector of flash, but my program is running in the flash. So I'm using __swi to execute the function as a software interrupt so it will turn off interrupts during...
  • Error L6242E: Cannot link object as its attributes are incompatible with the image attribute
    Hi, I'm using the ARM DS-5 Eclipse IDE. I'm attempting to link 2 projects (myProj and myProj_bsp). The first one is built on ARM-6 Compiler, meanwhile the second one is built on ARM-5 Compiler. Therefore...