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
| Parameter | Type | Default value |
|---|---|---|
bytes | Uint8Array | undefined |
name | string | undefined |
fixedLoadAddress | boolean | false |
Returns
Promise<string>