I want to store some text strings in the nonvolatile memory of MC9S08JM32, so that the next time when I reset/power-off-on the microcontroller, the text strings are still there and not erased. How can I do that?
Do I have to store the text strings in flash program memory? How?
Please advise.. thanks.