SPMA083 January 2022 TM4C129CNCPDT , TM4C129CNCPDT , TM4C129CNCZAD , TM4C129CNCZAD , TM4C129DNCPDT , TM4C129DNCPDT , TM4C129DNCZAD , TM4C129DNCZAD , TM4C129EKCPDT , TM4C129EKCPDT , TM4C129ENCPDT , TM4C129ENCPDT , TM4C129ENCZAD , TM4C129ENCZAD , TM4C129LNCZAD , TM4C129LNCZAD , TM4C129XKCZAD , TM4C129XKCZAD , TM4C129XNCZAD , TM4C129XNCZAD
The file linker_defines.h, located in the project shared_key_image_encrypt, defines the space in Flash memory for the application and the size of RAM. It is used in the source code and link command files for the shared_key_image_encrypt and shared_key_boot_serial projects.
/*
* linker_defines.h
*/
#ifndef LINKER_DEFINES_H_
#define LINKER_DEFINES_H_
#define APP_BASE 0x00004000
#define APP_END 0x00100000
#define RAM_BASE 0x20000000
#endif /* LINKER_DEFINES_H_ */