pub fn load_sram_program(
jtag: &mut dyn Jtag,
file: &SramProgramFile,
) -> Result<SramProgramInfo>
Expand description
Load a program into SRAM using JTAG. Returns the address of the entry point.
pub fn load_sram_program(
jtag: &mut dyn Jtag,
file: &SramProgramFile,
) -> Result<SramProgramInfo>
Load a program into SRAM using JTAG. Returns the address of the entry point.