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.

RTOS: CC3200:the software can not run?



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.

  • It's not clear what your problem is? Are you running out of heap memory or overflowing a stack. Please do a "scan for errors" in RTOS Object Viewer (ROV) in the BIOS tab. What comes out?

    Also, just to make sure...are you using TI-RTOS? If not, we'll move your thread to the proper forum.

    Todd