stlink: remove 18 MHz jtag freq for stlink v2
While stlink v2 allows setting the jtag clock frequency till a max of 18 MHz, the firmware seams unstable and not properly working. Remove the entry for 18 MHz, at least until a fix get available. Change-Id: I503e1b6a5709b5fbf1f1147fd3b5f34a0c5ee98c Signed-off-by: Laurent LEMELE <laurent.lemele@st.com> Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5465 Tested-by: jenkins Reviewed-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com>
This commit is contained in:
parent
56ff1ecddb
commit
d14eac569c
src/jtag/drivers
|
@ -347,7 +347,6 @@ static const struct speed_map stlink_khz_to_speed_map_swd[] = {
|
|||
|
||||
/* JTAG clock speed */
|
||||
static const struct speed_map stlink_khz_to_speed_map_jtag[] = {
|
||||
{18000, 2},
|
||||
{9000, 4},
|
||||
{4500, 8},
|
||||
{2250, 16},
|
||||
|
|
Loading…
Reference in New Issue