Tool/software: TI-RTOS
Hi,
I have two vertions of software, V1.0 and V2.0.
V1.0 runs very well and V2.0 add some functions by V1.0. But V2.0 can not run, even by debug and offline.
There are details after comlile and make:
V1.0:
4 494 bytes of CODE memory
1 612 bytes of CONST memory
1 155 bytes of DATA memory
36 826 bytes of readonly code memory
3 546 bytes of readonly data memory
39 790 bytes of readwrite data memory
in icf file:
define block HEAP with alignment = 8, size = 0x00008000 { };
define block CSTACK with alignment = 8, size = 0x800 { section .stack };
V2.0:
5 594 bytes of CODE memory
1 628 bytes of CONST memory
1 667 bytes of DATA memory
38 842 bytes of readonly code memory
3 554 bytes of readonly data memory
40 298 bytes of readwrite data memory
in icf file:
define block HEAP with alignment = 16, size = 0x00008000 { };
define block CSTACK with alignment = 16, size = 0x800 { section .stack };
Please give me some help!
PS: I found it can not step out sl_Start() in ConfigureSimpleLinkToDefaultState.