欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  科技

stm32 下载程序出现以下问题:JLink Info: Found SWD-DP with ID 0x1BA01477

程序员文章站 2022-03-05 09:32:53
stm32 下载程序出现以下问题:JLink Info: Found SWD-DP with ID 0x1BA01477JLink Info: Found SWD-DP with ID 0x1BA01477JLink Info: TPIU fitted.* JLink Info: FPUnit: 6 code (BP) slots and 2 literal slotsJLink Info: Found Cortex-M3 r1p1, Little endian.ROMTableAd...

stm32 下载程序出现以下问题:

  • JLink Info: Found SWD-DP with ID 0x1BA01477

  • JLink Info: Found SWD-DP with ID 0x1BA01477

  • JLink Info: TPIU fitted.* JLink Info: FPUnit: 6 code (BP) slots and 2 literal slots

  • JLink Info: Found Cortex-M3 r1p1, Little endian.ROMTableAddr = 0xE00FF003 **JLink Warning: S_RESET_ST not cleared

**JLink Warning: CPU did not halt after reset.

**JLink Warning: CPU could not be halted

  • JLink Info: Core did not halt after reset, trying to disable WDT.

**JLink Warning: CPU did not halt after reset.

**JLink Warning: CPU could not be halted

**JLink Warning: S_RESET_ST not cleared

  • JLink Info: Found SWD-DP with ID 0x1BA01477

  • JLink Info: TPIU fitted.* JLink Info: FPUnit: 6 code (BP) slots and 2 literal slots

  • JLink Info: Found Cortex-M3 r1p1, Little endian.

**JLink Warning: S_RESET_ST not cleared

**JLink Warning: CPU did not halt after reset.

**JLink Warning: CPU could not be halted

  • JLink Info: Core did not halt after reset, trying to disable WDT.

**JLink Warning: CPU did not halt after reset.

**JLink Warning: CPU could not be halted

**JLink Warning: S_RESET_ST not cleared

**JLink Warning: CPU could not be halted

单片机的reset管脚用了一个电阻接到3.3V,一个电容接地。测了一下reset脚的电压0.6V。
解决成功一:打了一下reset到地电阻100欧左右,去掉电容,就能下程序了,电容损坏。

本文地址:https://blog.csdn.net/ad33332222/article/details/107942731