This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Writing parameters to stack

To all successful developers.

I want to write some predefined parameters into the stack. So the problem is the adress. Example: The nRF51 is part of a medical device. The user has to regulate the intensity by pushing a button. I want to write this parameter into the stack. For example the button_count =3, write 3 into the stack.

For my application it will be best if i use a non-volatile memory (NVM) or the RAM, because i want to read the data afterwards.

Does anyone has experiences in writing data to non-volatile memory (NVM) or RAM? Which adress should i use?

That’s all.

Further informations: nRF51 Series Reference Manual v1.1 (page 10)

Parents Reply Children
No Data
Related