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.

Compiler/AM3352: program behaviors weird

Part Number: AM3352


Tool/software: TI C/C++ Compiler

core: am3352(cortex-a8)

compiler: TI v5.2.5

Q1: Why at line 330 in Disassembly windows, It has three instructions but no corresponding statement?

2. There is no corresponding instruction for "p_sp++"statement. I cannot find line 336 in Disassembly window.

3. After executing "*p_sp = (CPU_STK)1;", the value isn't changed.