Other Parts Discussed in Thread: MOTORWARE
Hi,
I have a project based on Motorware project 10a on F28069M Launchpad . I would like to place it running standalone and I have made the variables,
gMotorVars.Flag_enableSys and gMotorVars.Flag_Run_Identify to be 1. Also I have set the motor spinning speed.
If I have re-connect Launchpad from power, it is ok. But I have disconnect from the PC. the motor do not work.
So, I am now trying to work on the .cmd file, I have tried to put the content of F28069M.cmd for replacing the content of F28069F.cmd. However, the linker return the error.
<Linking>
"C:/ti/motorware/motorware_1_01_00_16/sw/ide/ccs/cmd/f2806x/F28069F.cmd", line 307: error #10099-D:
program will not fit into available memory. placement with
>> Compilation failure
makefile:167: recipe for target 'proj_lab10a.out' failed
alignment/blocking fails for section "ramfuncs" size 0x626 page 0.
Available memory ranges:
RAMM0 size: 0x3b0 unused: 0x2ce max hole: 0x2ce
error #10010: errors encountered during linking; "proj_lab10a.out" not built
So, how do I make my project on F28069M running standalone.
Thanks,
Shawn