Hello.
I have wrote an Energia program for digital potentiometer control. I want to save variable "counter" (it is an integer number from 0-255) in non-volatile memory using mspflash.h library in case of reset or power interrupt. But it doesn't saves.
I am allmost sure there is something wrong with initialization of variables or pointers inside my code. Can anyone help? Any improvements in code?
My code:
#include <SPI.h>
#include "MspFlash.h"
#define outputA P2_1
#define outputB P2_2
#define flash SEGMENT_D
int aState;
int aLastState;
const in