I am incorporating the SYS / BIOS into my existing project... I have resolved all of the problems with tasks timer interrupts except for this one...
undefined first referenced
symbol in file
--------- ----------------
__TI_STACK_BASE
C:\Users\Nighthawk_eng1\Documents\Landis_Gyr\bigsystem_three_tasks_02\src\sysbios\sysbios.a430X<BIOS.obj>
error #10234-D: unresolved symbols remain
For what ever reason this I need to define where the start of Stack is... I have worked with the Project.cfg file to setup all the other sys/bios controls...
but I don't see any way to set the stack base..
is this just a Compiler or linker set variable?
the __TI_Stack_Base isn't in any of my code, so it must be a sys/bios need.
Can you give me any insite on how to define this and why i need to specifically define it?
R Knott