13 #ifndef OPENOCD_JTAG_SWIM_H
14 #define OPENOCD_JTAG_SWIM_H
16 #define SWIM_FREQ_LOW 363
17 #define SWIM_FREQ_HIGH 800
size_t size
Size of the control block search area.
int(* read_mem)(uint32_t addr, uint32_t size, uint32_t count, uint8_t *buffer)
Read target memory through ROTF (read on-the-fly) command.
int(* reconnect)(void)
Reconnect to the target.
int(* write_mem)(uint32_t addr, uint32_t size, uint32_t count, const uint8_t *buffer)
Write target memory through WOTF (write on-the-fly) command.
int(* srst)(void)
Send SRST (system reset) command to target.
int swim_read_mem(uint32_t addr, uint32_t size, uint32_t count, uint8_t *buffer)
int swim_system_reset(void)
int swim_write_mem(uint32_t addr, uint32_t size, uint32_t count, const uint8_t *buffer)