Hi there,
I'm designing a little embedded system for a Formula SAE project. I'm trying to save "tuning" values from an ADC onto the microcontroller for later reference, if the values need to be reset or retuned later. The values are between 0-255 (ADC scaled down by a factor of 4). I'm using a MSP430G2452, and to my understanding this is possible as demonstrated in the mspflash example file. However, I for the life of me could not get anything coherent to display on the LCD hooked up to the MSP430 (44780). Heads up, I am a pretty terrible programmer.
The general gist it I have an array:
And I'm trying to copy all of these values into the MSP's flash memory:
...but I seem to just be getting garbage at the LCD. Any help at all would be greatly appreciated, I'm sure I've done goof'd up in there somewhere! Thanks again!