ti_am625_swd_native.cfg 711 B

12345678910111213141516171819202122
  1. # SPDX-License-Identifier: GPL-2.0-or-later
  2. # Copyright (C) 2022-2023 Texas Instruments Incorporated - http://www.ti.com/
  3. #
  4. # Texas Instruments am625
  5. # Link: https://www.ti.com/product/AM625
  6. #
  7. # This configuration file is used as a self hosted debug configuration that
  8. # works on every AM625 platform based on firewall configuration permitted
  9. # in the system.
  10. #
  11. # In this system openOCD runs on one of the CPUs inside AM625 and provides
  12. # network ports that can then be used to debug the microcontrollers on the
  13. # SoC - either self hosted IDE OR remotely.
  14. # We are using dmem, which uses dapdirect_swd transport
  15. adapter driver dmem
  16. if { ![info exists SOC] } {
  17. set SOC am625
  18. }
  19. source [find target/ti_k3.cfg]