hi i would like to get an information about storing code size along with code. in lpc3250 (arm 9) there is a macro SIZE_EXT_INFO to store code size. same way, is it possible to store code size in lpc17xx (cortex m3) ? thanks.
Hi,
try this
extern unsigned int Load$$LR$$load_region_name$$Length; const unsigned int * const code_size = &Load$$LR$$load_region_name$$Length;