Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

openocd.cfg

Blame
  • Forked from Per Lindgren / e7020e_2020
    Source project has a limited visibility.
    openocd.cfg 236 B
    #source [find interface/stlink.cfg]
    # deprecated
    source [find interface/stlink-v2-1.cfg] 
    transport select hla_swd
    
    # increase working area to 64KB
    # set WORKAREASIZE 0x10000
    
    source [find target/stm32f4x.cfg]
    
    # reset_config srst_only