IAP_CODE_LEN is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

IAP_CODE_LEN macro

Syntax

#define IAP_CODE_LEN 0x34

References

LocationText
lpc2000.c:271
#define IAP_CODE_LEN 0x34
lpc2000.c:680
if (target_alloc_working_area(target, IAP_CODE_LEN + lpc2000_info->iap_max_stack, iap_working_area) != ERROR_OK) {
lpc2000.c:804
iap_working_area->address + IAP_CODE_LEN + lpc2000_info->iap_max_stack);
lpc2000.c:819
iap_working_area->address + IAP_CODE_LEN + lpc2000_info->iap_max_stack);