Skip to content

probe-web / @probe-web/client / targets / flmToAlgorithm

Function: flmToAlgorithm()

ts
function flmToAlgorithm(
   bytes, 
   name, 
   fixedLoadAddress?
): Promise<string>;

Defined in: targets.ts:98

A CMSIS .FLM as just the flash algorithm, to splice into a chip description that already exists — the answer to "probe-rs knows my chip but not my board's external flash".

Parameters

ParameterTypeDefault value
bytesUint8Arrayundefined
namestringundefined
fixedLoadAddressbooleanfalse

Returns

Promise<string>