Other Parts Discussed in Thread: LM3S8971, SYSBIOS, CCSTUDIO
Hello,
I added in the project M3 core of processor Concerto file F28M35x_generic_M3_FLASH.cmd.
File F28M35H52C1.cmd, which creates CCS by default, I deleted it.
The project was created with the use of the operating system SYS / BIOS.
And I had the following error:
C:\ti1\ccsv5\utils\bin\gmake -s -k all
'ARM Linker: AT24_NVSA_M3.out'
"./configPkg/linker.cmd", line 113: warning #10097: memory range not found:
>> Compilation failure
C03SRAM on page 0
"./configPkg/linker.cmd", line 113: error #10265: no valid memory range(NULL)
available for placement of ".flashfuncs"
"./configPkg/linker.cmd", line 113: error #10099-D: run placement fails for
object ".flashfuncs", size 0x3c (page 0)
error #10010: errors encountered during linking; "AT24_NVSA_M3.out" not built
gmake: *** [AT24_NVSA_M3.out] Error 1
gmake: Target `all' not remade because of errors.
I use CCS5.2.1 with SYS / BIOS v6.33.6.50, the project uses the library "driverlib.lib".
Obviously, the memory section defined in the file F28M35x_generic_M3_FLASH.cmd do not match memory section created by default.
How to change the memory section the default definition?
Thank you,
Yuriy.


