ERROR: Timeout waiting for ACK/NACK after 'Synch (0x55 0x55)'
See original GitHub issueUsing CC1310 on a SMARTRF06, git rev a38cfc889ebb2197b8775c79763e04c592fd4b77, I get:
~/contiki/examples/hello-world$ make TARGET=srf06-cc26xx BOARD=srf06/cc13xx hello-world.upload PORT=/dev/ttyUSB1
CC ../../cpu/cc26xx-cc13xx/lib/cc13xxware/startup_files/ccfg.c
CC ../../cpu/cc26xx-cc13xx/./ieee-addr.c
AR contiki-srf06-cc26xx.a
CC ../../cpu/cc26xx-cc13xx/./fault-handlers.c
CC ../../cpu/cc26xx-cc13xx/lib/cc13xxware/startup_files/startup_gcc.c
CC hello-world.c
LD hello-world.elf
arm-none-eabi-objcopy -O binary --gap-fill 0xff hello-world.elf hello-world.bin
python ../../tools/cc2538-bsl/cc2538-bsl.py -e -w -v -p /dev/ttyUSB1 hello-world.bin
Opening port /dev/ttyUSB1, baud 115200
Reading data from hello-world.bin
Cannot auto-detect firmware filetype: Assuming .bin
Connecting to target...
ERROR: Timeout waiting for ACK/NACK after 'Synch (0x55 0x55)'
make: *** [hello-world.upload] Error 1
rm obj_srf06-cc26xx/startup_gcc.o hello-world.co obj_srf06-cc26xx/fault-handlers.o
(I manually set the baud to 115200 which I believe is correct. 500000 failed the same way.)
Issue Analytics
- State:
- Created 7 years ago
- Comments:26 (5 by maintainers)
Top Results From Across the Web
Tube's ZB Coordinators and Routers (was Zigbee router on ...
... the dreaded ERROR: Timeout waiting for ACK/NACK after 'Synch (0x55 0x55)' . ... I use to initially flash and then reflash after...
Read more >[Contiki-developers] cc2538-bsl support for the CC13xx/CC26xx
tools/cc2538-bsl/cc2538-bsl.py", line 233, in _wait_for_ack % (info,)) CmdException: Timeout waiting for ACK/NACK after 'Synch (0x55 0x55)' ERROR: Timeout ...
Read more >contiki-ng/Developers - Gitter
I get ERROR: Timeout waiting for ACK/NACK after 'Get ChipID (0x28)'. after many efforts it might eventually work. using two different USB hubs, ......
Read more >Not able to program CC2650 with contiki os-hello-world ...
ERROR : Timeout waiting for ACK/NACK after 'Synch (0x55 0x55)'. Even if I used TI's flash programmer or Uniflash programmer to dump the...
Read more >Troubleshooting and FAQ - Electrolama
"ERROR: Timeout waiting for ACK / NACK after 'Synch (0x55 0x55)'. This error is almost always seen when the device is not put...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For future readers. I tried to flash my dongle which gave a
Timeout waiting for ACK/NACK after 'Synch (0x55 0x55)'
error. I found that there was an other instance trying to use the dongle (zigbee2mqtt docker container). When I did quit the container it all worked as expected.While running the docker container (error).
After stopping docker:
I had this issue and solved. Hope this is helpful but all I done on Windows 10 was update from Driver Version 6.7.4.261 to 11.1.0.53. Unplugged and re-plugged the dongle and flashed.
https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers
I had previously used steps in this video https://youtu.be/4jqQCxjlRDU
But was trying to follow this one https://youtu.be/4eYnURcDrWw