使用正点ATK-NANO-F103
开发板,测试完整版例程,DAP-LINK无法烧录,显示如下提示信息,怎么办?
- D:6.Embed60-RT-ThreadStudiorepoExtractDebugger_Support_PackagesRealThreadPyOCD�.1.3>pyocd.exe flash --target=STM32F103RBT6 --erase=auto --frequency=1000000 D:6.Embed60-RT-ThreadStudioworkspaceATK-NANO-LCDDebugrtthread.bin
- 0000875:CRItiCAL:__main__:Target type 'stm32f103rbt6' not recognized. Use 'pyocd list --targets' to see currently available target types. See <https://github.com/mbedmicro/pyOCD/blob/master/docs/target_support.md> for how to install additional target support.
- Traceback (most recent call last):
- File "pyocdboardboard.py", line 61, in __init__
- KeyError: 'stm32f103rbt6'
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "pyocd__main__.py", line 362, in run
- File "pyocd__main__.py", line 516, in do_flash
- File "pyocdcorehelpers.py", line 242, in session_with_chosen_probe
- File "pyocdcoresession.py", line 179, in __init__
- File "pyocdboardboard.py", line 67, in __init__
- File "", line 3, in raise_from
- pyocd.core.exceptions.TargetSupportError: Target type 'stm32f103rbt6' not recognized. Use 'pyocd list --targets' to see currently available target types. See <https://github.com/mbedmicro/pyOCD/blob/master/docs/target_support.md> for how to install additional target support.
- 执行完毕, 耗时:2096ms.