lpc2000_flash_bank::cmd51_max_buffer is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDlpc2000_flash_bank::cmd51_max_buffer

lpc2000_flash_bank::cmd51_max_buffer field

Syntax

uint32_t cmd51_max_buffer;

References

LocationReferrerText
lpc2000.c:292
uint32_t cmd51_max_buffer;
lpc2000.c:332lpc2000_build_sector_list()
lpc2000_info->cmd51_max_buffer = 4096;
lpc2000.c:387lpc2000_build_sector_list()
lpc2000_info->cmd51_max_buffer = 1024;
lpc2000.c:391lpc2000_build_sector_list()
lpc2000_info->cmd51_max_buffer = 1024;
lpc2000.c:452lpc2000_build_sector_list()
lpc2000_info->cmd51_max_buffer = 256;
lpc2000.c:456lpc2000_build_sector_list()
lpc2000_info->cmd51_max_buffer = 512;
lpc2000.c:460lpc2000_build_sector_list()
lpc2000_info->cmd51_max_buffer = 512;
lpc2000.c:464lpc2000_build_sector_list()
lpc2000_info->cmd51_max_buffer = 1024;
lpc2000.c:529lpc2000_build_sector_list()
lpc2000_info->cmd51_max_buffer = 256; /* smallest MCU in the series, LPC810, has 1 kB of SRAM */
lpc2000.c:542lpc2000_build_sector_list()
lpc2000_info->cmd51_max_buffer = 1024; /* For LPC8N04 and NHS31xx, have 8kB of SRAM */
lpc2000.c:546lpc2000_build_sector_list()
lpc2000_info->cmd51_max_buffer = 1024; /* For LPC824, has 8kB of SRAM */
lpc2000.c:550lpc2000_build_sector_list()
lpc2000_info->cmd51_max_buffer = 1024; /* For LPC844, has 8kB of SRAM */
lpc2000.c:578lpc2000_build_sector_list()
lpc2000_info->cmd51_max_buffer = 512; /* smallest MCU in the series, LPC1110, has 1 kB of SRAM */
lpc2000.c:1115lpc2000_write()
if (target_alloc_working_area(target, lpc2000_info->cmd51_max_buffer, &download_area) != ERROR_OK) {
lpc2000.c:1132lpc2000_write()
if (bytes_remaining >= lpc2000_info->cmd51_max_buffer)
lpc2000.c:1133lpc2000_write()
thisrun_bytes = lpc2000_info->cmd51_max_buffer;

Data Use

Functions writing lpc2000_flash_bank::cmd51_max_buffer
Functions reading lpc2000_flash_bank::cmd51_max_buffer
all items filtered out
lpc2000_flash_bank::cmd51_max_buffer
all items filtered out
Type of lpc2000_flash_bank::cmd51_max_buffer
lpc2000_flash_bank::cmd51_max_buffer
uint32_t
all items filtered out