Created
March 8, 2019 10:25
-
-
Save matthijskooijman/d03a895f86b80ffc7314e36cb7aab69c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
matthijs@grubby:/usr/lib/avr/include/avr$ grep END iom328p.h | |
#define RAMEND 0x8FF /* Last On-Chip SRAM Location */ | |
#define XRAMEND RAMEND | |
#define E2END 0x3FF | |
#define FLASHEND 0x7FFF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment