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.

EVM AM335x demo application inside infinite loop

Other Parts Discussed in Thread: AM3358

I am using demo project comes with starterware. Here is the setup

1. Windows 7 , 64bit machine

2. TI  - CCS 6

3. TI  - Starterware

4. TI - EVMAM3358

5. TI -XDS100v2USB

Import demo project, build it. You may need to build some other lib project

Step 1. Down laod the demo and run

will work

Step 2. press stop button

step 3. toggle break point inside the while loop

step4. press run button

step 5. It will stop at brak point

step 6. press restart button

step 7. press run button ..

try 5 to 7 few times , you will see the progarm never stop at break point 

Team, please try and let me know your results.

  • Hi,

                The data section in the binary will be initialized at load time. So once you execute the program, the data section variables may be updated by the program and will no longer be having the initial values.

                Now if you press restart button in ccs (step 6) the program counter will be set to starting point but the data section variables will not be reinitialized. So the program may not execute as expected.

                So you need to reload the program again.

               

    Regards

    Baskaran

  • HI Baskaran, Are you really serious about this answer? why you have restart button on the CCS6 debugger?

    My suggestion please setup this in your lab? and monitor the program counter. Please ask starterware team to create a sample  target configuration file

     

  • Members,  I am still having this probelm with EVM AM3358 board with starterware. Is any one having the same problem? please help