This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Problem with call stack CCS 5.3

Other Parts Discussed in Thread: MSP430F6736, MSP430F5528

Hello
I have problem with call stack tree when my code is located above 64k address. I don't see call stack tree, current function:


When code is located <64k everything is OK:


This is my project settings:
Compiler
-vmspx --abi=eabi --code_model=large --data_model=small -Ooff --opt_for_speed=0 -g --include_path="C:/TI/ccsv5/ccs_base/msp430/include" --include_path="C:/__Projekty/MacR6/MacR6_Program" --include_path="C:/__Projekty/MacR6/MacR6_Program/inc" --include_path="C:/TI/ccsv5/tools/compiler/msp430_4.1.2/include" --gcc --define=__MSP430F6736__ --diag_warning=225 --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --printf_support=nofloat


Linker
-vmspx --abi=eabi --code_model=large --data_model=small -Ooff --opt_for_speed=0 -g --gcc --define=__MSP430F6736__ --diag_warning=225 --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --printf_support=nofloat -z --stack_size=200 -m"MacR6_Program.map" --heap_size=0 --use_hw_mpy=F5 -i"C:/TI/ccsv5/ccs_base/msp430/include" -i"C:/__Projekty/MacR6/MacR6_Program" -i"C:/__Projekty/MacR6/MacR6_Program/src" -i"C:/__Projekty/MacR6/MacR6_Program/inc" -i"C:/TI/ccsv5/tools/compiler/msp430_4.1.2/lib" -i"C:/TI/ccsv5/tools/compiler/msp430_4.1.2/include" --reread_libs --display_error_number --rom_model

I use MSP-FET430UIF firmware 3.02.05.004.

Is there any solution to show all call stack?