Skip to content

probe-web / @probe-web/client / index / DownloadOptionsInput

Interface: DownloadOptionsInput

Defined in: index.ts:205

How probe-rs programs an image (probe-rs's DownloadOptions).

Properties

PropertyTypeDescriptionDefined in
keepUnwrittenBytesbooleanPreserve the parts of erased sectors the image does not cover (default false).index.ts:207
doChipErasebooleanErase the whole chip instead of only the sectors being written (default false).index.ts:209
skipErasebooleanWrite without erasing first, for flash that is already blank (default false).index.ts:211
verifybooleanRead the image back after programming (default true).index.ts:213
disableDoubleBufferingbooleanDo not overlap transferring and programming pages (default false); slower, but some flash algorithms need it.index.ts:215
preferredAlgosstring[]Names of flash algorithms to prefer when a chip has several (default none).index.ts:217
ramChunkSize?number | bigintSize of the chunks copied to target RAM, in bytes (default: probe-rs's choice).index.ts:219