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.

TMS320F28035 linker cmd file for flash version with CLA

hello,

is there an example for the linker cmd file for the F28035 build as flash version with CLA support ??

all examples are for RAM-debug.

I need a Flash linker cmd file with CLA support.

I tried but don't work so far :-(((

 

any ideas ??

thanks

 

  • Andreas,

    I've modified the cla_adc example that comes with the 2803x C/C++ header files and peripheral examples to load into flash. 

    The linker file and modified main .c file are attached.

    Regards

    Lori

    Example_2803xClaAdc.zip
  • thanks !

     

    work fine.

  • That worked for me too for the program code.

    However I noticed that if I use the CLA Math Library. The sincos tables declared in CLASinCosTable_type0.asm don't seem to be automatically loaded in data RAM.

    Since I am not a guru in assembler programing, I replaced CLASinCosTable_type0.asm with an equivalent c file and it actually works for the part that interests me (the cinit does the trick). However I would prefer to change my cmd file and/or do a memcopy than translate the whole asm file.

    What is the best solution to achieve it.

    Regards

    Christian