Search tips
  • Control memory sections using AVR GCC
    If you programming AVR microcontrollers Compiler organises data in the way it looks optimal. But sometimes you are working with programs where you need you code parts to be located in specific program memory locations...
    If you programming AVR microcontrollers in C usually you don’t think how compiled program is stored in microcontrollers flash memory. Compiler organises data in the way it looks optimal. But sometimes you are working with programs where you need you code chunks located in specific program memory locations. For instance faced this problem while developing [...]
    avr-microcontrollers
    in Public bookmarks with address at avr gcc memory sections specific store variables winavr
  • Easy start with AVR EEPROM using WinAVR
    This is small guide how to start working with AVR internal EEPROM memory.
    AVR microcontrollers are loaded with some amount of EEPROM (Electronically Erasable Read-Only memory ) memory. This is handy feature allowing developers to store program parameters like service information, constants, menu strings etc. Atmel states that AVR EEPROM memory can be rewritten over 1000000 times. Reading is unlimited.In this article I am going to show how [...]
    avr-microcontrollers
    in Public bookmarks with avr declare eeprom memory values by 2 users


memory from all users