How do I keep the values of a screen when I switch screens?
Hello there! I am new to STM32, I have an STM32F746G_DISCO, I have a project where I have to control the frequencies and duty cycles of a machine, that's kind of besides the point, I have set up all the screens I need and I have to make it so that that every value I set (ie: frequencies and duty cycles) to be kept in the memory and not only the screen values should be the same, I also need to have the counters I use on the code (which I will use to determine the signals to control the values, I will make a more detailed post to ask how I will do this)
Basically I need these values stay the same even after a screen change, can anyone help me with this?
