You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
308 B

  1. # This is an STM32F4 discovery board with a single STM32F407VGT6 chip.
  2. # http://www.st.com/internet/evalboard/product/252419.jsp
  3. source [find interface/stlink.cfg]
  4. transport select hla_swd
  5. # increase working area to 64KB
  6. set WORKAREASIZE 0x10000
  7. source [find target/stm32f4x.cfg]
  8. reset_config srst_only