arm-jtag-ew: In armjtagew_init(), set initial JTAG speed to 32 kHz (before TAP initialization).
This prevents rare communication errors during startup.__archive__
parent
b1c74747b6
commit
028d9aa9ed
|
@ -256,6 +256,9 @@ static int armjtagew_init(void)
|
|||
LOG_INFO("ARM-JTAG-EW initial read failed, don't worry");
|
||||
}
|
||||
|
||||
// Initial JTAG speed (for reset and initialization): 32 kHz
|
||||
armjtagew_speed(32);
|
||||
|
||||
LOG_INFO("ARM-JTAG-EW JTAG Interface ready");
|
||||
|
||||
armjtagew_reset(0, 0);
|
||||
|
|
Loading…
Reference in New Issue