I am trying to create the application image and on inspection of the binary file created, I can see the correct information being loaded into the vector table except for the stack address. In the first address of the vector table for the application I would expect to see the stack address loaded, but am seeing all zeros instead.
My question is, when using TI-RTOS and using the IAR compiler/development environment, how do I set the stack location? I have played around with the linker file (*.icf) and can see some changes in the output but nothing seems to cause the stack pointer to get set. (There are no tags for stack in there) Since the startup code is generated and resident within TI-RTOS, Is there something that I need to do with the config.cmd file that is used to create TI-RTOS libraries?