- This topic has 1 reply, 2 voices, and was last updated 7 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › AVR › avr microcontroller atmega16 internal eeprom
hello,
my name is Anuraj sharma i am working on a project which is based on Atmega16 microcontroller 90% of the project is completed but now i want to save result float value in the eeprom of atmega16 a logger kind of think i am using
AVR studio 4 with WinAVR-20080610 if any one having solution plzz guide me.
Hi Anuraj
There is one way out, what you can do is first convert float into char array then store this string in EEPROM. Remember, AVR's EEPROM is of 512 bytes so make sure to properly utilize this space. You can easily get any library related to EEPROM for AVRs, online.
Good Luck