完整报错如下,有可能是什么原因呢?
D:\keyboard\pyocd> .\pyocd flash -t nrf52 ..\nrf52_kbd_with_sd.hex
0000139:WARNING:common:STLink and CMSIS-DAPv2 probes are not supported because no libusb library was found.
0000401:CRITICAL:main:uncaught exception: Hex file has data overlap at address 0x1000 on line 179
Traceback (most recent call last):
File "site-packages\pyocd__main.py", line 368, in run
File "site-packages\pyocd__main__.py", line 529, in do_flash
File "site-packages\pyocd\flash\file_programmer.py", line 157, in program
File "site-packages\pyocd\flash\file_programmer.py", line 180, in _program_hex
File "site-packages\intelhex\init.py", line 90, in init
File "site-packages\intelhex\init.py", line 212, in loadhex
File "site-packages\intelhex\init__.py", line 145, in _decode_record
intelhex.AddressOverlapError: Hex file has data overlap at address 0x1000 on line 179
完整报错如下,有可能是什么原因呢? D:\keyboard\pyocd> .\pyocd flash -t nrf52 ..\nrf52_kbd_with_sd.hex 0000139:WARNING:common:STLink and CMSIS-DAPv2 probes are not supported because no libusb library was found. 0000401:CRITICAL:main:uncaught exception: Hex file has data overlap at address 0x1000 on line 179 Traceback (most recent call last): File "site-packages\pyocd__main.py", line 368, in run File "site-packages\pyocd__main__.py", line 529, in do_flash File "site-packages\pyocd\flash\file_programmer.py", line 157, in program File "site-packages\pyocd\flash\file_programmer.py", line 180, in _program_hex File "site-packages\intelhex\init.py", line 90, in init File "site-packages\intelhex\init.py", line 212, in loadhex File "site-packages\intelhex\init__.py", line 145, in _decode_record intelhex.AddressOverlapError: Hex file has data overlap at address 0x1000 on line 179