STM32F4: Recognize F401.

This commit is contained in:
Uwe Bonnes 2013-10-14 17:23:28 +02:00 committed by Gareth McMullin
parent 5aa802969b
commit cbd73cfb8f
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ bool stm32f4_probe(struct target_s *target)
switch(idcode & 0xFFF) {
case 0x411: /* Documented to be 0x413! This is what I read... */
case 0x413:
case 0x423: /* F401 */
case 0x419: /* 427/437 */
target->driver = stm32f4_driver_str;
target->xml_mem_map = stm32f4_xml_memory_map;