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.

TMS320F28388S: Reset Vector and Stack Pointer

Part Number: TMS320F28388S
Other Parts Discussed in Thread: TM4C1290NCPDT

Does anyone know what the stack pointer looks like on this board and where I can find it? To clarify, I don't need to know what the stack pointer points to because that changes while the program runs. I just need to know where in memory it's located so that I can check it with the image after an image download. I also need to do this for the reset vector. If the check fails, I will report a bad vector table.

Below is an example of this with a TM4C1290NCPDT. The stack pointer on this chip was located at the first memory address of the application image and the reset vector was located at the second memory address.