Re: [AVR-Chat] Beginner3
2007-11-30 by BobGardner@aol.com
In a message dated 11/29/2007 11:19:01 P.M. Eastern Standard Time, top_speed_2006@yahoo.com writes: flash memory, SRAM , EEPROM ,I/O MEM ========================================== flash memory holds the program instructions... programmed in sectors .code .text section sram holds stack (local variables, subroutine return addresses) and global variables .bss section eeprom holds configuration params, collected data. programmed byte by byte io ports can be accessed using in and out instructions, or can be accessed using memory load and store instructions. **************************************Check out AOL's list of 2007's hottest products. (http://money.aol.com/special/hot-products-2007?NCID=aoltop00030000000001) [Non-text portions of this message have been removed]