diff --git a/src/target/cortexm.c b/src/target/cortexm.c index 45321d9..f10ac71 100644 --- a/src/target/cortexm.c +++ b/src/target/cortexm.c @@ -465,6 +465,7 @@ bool cortexm_probe(ADIv5_AP_t *ap) PROBE(ch32f1_probe); PROBE(stm32f1_probe); /* Care for other STM32F1 clones (?) */ PROBE(lpc15xx_probe); /* Thanks to JojoS for testing */ + PROBE(lpc11xx_probe); /* LPC1343 */ } else if (ap->ap_partno == 0x471) { /* Cortex-M0 ROM */ PROBE(lpc11xx_probe); /* LPC24C11 */ PROBE(lpc43xx_probe);