Other Parts Discussed in Thread: TMS320F28035
Hello to everybody:
* I have try to use SYS/BIOS on TMS320F28035 with CodeComposer4.
* I create a new project with Wizard: SYS/BIOS *** Generic Example *** Task Example.
*I try to build Release and Debug but I obtain the error:
---------------------------------------------------------------------------------------------------------
Available ranges: LSARAM size: 0x800 unused: 0x2c max hole: 0x27
"my project location/mutex_p28L_x.xdl", line 130:
error: run placement fails for object ".ebss", size 0x954 (page 0).
Available ranges: LSARAM size: 0x800 unused: 0x3d max hole: 0x38
"my project location/mutex_p28L_x.xdl", line 134:
error: placement fails for object ".econst", size 0x1b0 (page 0).
Available ranges:LSARAM size: 0x800 unused: 0x2c max hole: 0x27
"my project location/mutex_p28L_x.xdl", line 132:
error: run placement fails for object ".stack", size 0x1000 (page 0).
Available ranges: MSARAM size: 0x800 unused: 0x800 max hole: 0x800
"my project location/mutex_p28L_x.xdl", line 121:
error: run placement fails for object ".sysmem", size 0x1000 (page 0).
Available ranges: LSARAM size: 0x800 unused: 0x2c max hole: 0x27
"my project location/mutex_p28L_x.xdl", line 120:
error: run placement fails for object ".taskStackSection", size 0x906 (page 0).
Available ranges: MSARAM size: 0x800 unused: 0x800 max hole: 0x800
"my project location/mutex_p28L_x.xdl", line 126:
error: placement fails for object ".args", size 0x200 (page 0).
"my project location/mutex_p28L_x.xdl", line 117:
error: run placement fails for object ".cio", size 0x120 (page 0).
Available ranges: LSARAM size: 0x800 unused: 0x2c max hole: 0x27
"my project location/mutex_p28L_x.xdl", line 128:
error: placement fails for object ".switch", size 0x39 (page 0).
Available ranges: LSARAM size: 0x800 unused: 0x2c max hole: 0x27
error: errors encountered during linking; "dspbios.out" not built
Can someone help me ??