hello
I am using a tms320f280049c controller and a display which connected using SPI . now I have assigned a global variable in my code and given some initial value to it. The value of this variable can be changed by display using SPI. Now I want to store this value as whenever my controller is switched on it should have this updated value.
I want to change the initialization of the global variable whenever my controller is switched on from off state.
Hope I am able to explain my doubt clearly.