DSPRelated.com
Forums

load data array to SDRAM

Started by ps_zeung January 30, 2004
Dear all,

Would you please inform me how to load the data file to the SDRAM?
I don't know why following statements do not work.

static section ("SDRAM_bank0")
fract16 coefs[NUM_COEF] = {
#include "coefs.dat";
};

Any information will be welcome and thank you in advance.