This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TMS320C6748: Store a matrix in ROM

Part Number: TMS320C6748

Tool/software: Code Composer Studio

Could you please tell how can one store a variable or a matrix in ROM of TMS320C6748 and read it in the software.

I need to do some processing of Images and want to store twiddle matrix (for computing FFT) that i would require over and over, but I donot want to generate it again nor do I want to include it as a part of my code.

Thanks