Dear TI support,
is it possible to write at specific address of STACK memory area and read that back periodically during runtime?
Regards,
Manoraj Selvaraj
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.
Dear TI support,
is it possible to write at specific address of STACK memory area and read that back periodically during runtime?
Regards,
Manoraj Selvaraj
Hi Manoraj Selvaraj,
You can do that, you just need to declare a pointer with pointing the corresponding stack address.
For example:
As you can see the stack is started from the address 0x08000000.
So, i just write a program like below to access one address in the stack.
In this way you can do it.
I am attaching my project for your reference:
Stack_Memory_Write_Test_LC4357.zip
--
Thanks & regards,
Jagadish.