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.
Hi everyone
Iam working on MSP communication on SPI using USCI_A0 with DSP C55 on McBSP.I am getting this error-
The stack pointer for stack 'Stack' (currently Memory:0x65A84) is outside the stack range (Memory:0x20B0 to Memory:0x2100)
The default project setting for a stack is 80 bytes. Which means, teh stack is expected to not grow below 0x20B0. However, the debugger has detected the stack pointer outside this range. And the value the stack poitne rhas seems to indicated that there is something seriously wrong. It points to somewhere in the void, so it has obviously been corrupted somehow.
But why did you start a new thread for this? You already posted it in a different thread and your references '"I can now see SMCLK" (now? and before?), and "when I run the program" (which program?) refer to contents of the other thread and are meaningless (without reference) in this new thread.
There should be a single pulse when teh step is executed. When the debugger freezes the CPU between single steps, it also freezes the clocks.sunil sharma said:On single stepping there is no clock seen on the scope
**Attention** This is a public forum