Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # 284-02 Carrier Board OpenOCD configuration
- # this configuration requires an ST-LINK V2/V3 programmer attached via SWD
- source [find interface/stlink-dap.cfg]
- transport select dapdirect_swd
- # board uses an STM32H757xI - This is a dual core device
- set DUAL_CORE 1
- # enable CTI support for halting both cores
- set USE_CTI 1
- # STM32H757xI has two flash banks
- source [find target/stm32h7x_dual_bank.cfg]
- # using SWD, so only have access to system reset
- reset_config srst_only
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement