Home
last modified time | relevance | path

Searched refs:binaryLoadAddress (Results 1 – 1 of 1) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/Integrations/
DArduinoLoader.cs27 …oid CreateArduinoLoader(this USBIPServer server, CortexM cpu, ulong binaryLoadAddress = 0x10000, i… in CreateArduinoLoader() argument
29 var loader = new ArduinoLoader(cpu, binaryLoadAddress); in CreateArduinoLoader()
39 public ArduinoLoader(CortexM cpu, ulong binaryLoadAddress = 0x10000) in ArduinoLoader() argument
45 this.binaryLoadAddress = binaryLoadAddress; in ArduinoLoader()
110 … machine.SystemBus.WriteBytes(flashBuffer, binaryLoadAddress, binaryLength, context: cpu); in WaitForBinary()
111 cpu.VectorTableOffset = (uint)binaryLoadAddress; in WaitForBinary()
339 private readonly ulong binaryLoadAddress; field in Antmicro.Renode.Integrations.ArduinoLoader