Tool/software: Code Composer Studio
Hello everyone ,
I am actually using sgen function , but i seems that some problemes occurred when i tried to run it in RAM .
To have a signal in RELEASE mode i change this line :
SINTBL : > RAML7, PAGE = 1
to
SINTBL : > FLASHC, PAGE = 1
But time execution of this function is increased in flash so i tried to copy it in RAM .
What i try is adding this line in releaseCfg_Flash_28069.cmd :
-l C28x_SGEN_Lib_fpu32.lib<SINTB360.obj>(.text)
but after build C28x_SGEN_Lib_fpu32.lib could be find .
I have copy C28x_SGEN_Lib_fpu32.lib to my source folder .
I read SPRA958K .
Any idea what i do wrong ?
Thank you
Alain