You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to flash my new CC2530 using my Arduino UNO loaded with the CCLib Proxy and i obtain this meesage:
INFO: Found a CC2530 chip on COM5
Chip information:
Chip ID : 0xa524
Flash size : 256 Kb
Page size : 2 Kb
SRAM size : 8 Kb
USB : No
Traceback (most recent call last):
File "C:\Users\T15412\Downloads\CCLib-master\Python\cc_write_flash.py", line 48, in
hexFile.load()
File "C:\Users\T15412\Downloads\CCLib-master\Python\cclib\cchex.py", line 128, in load
self._loadHex()
File "C:\Users\T15412\Downloads\CCLib-master\Python\cclib\cchex.py", line 367, in _loadHex
raise IOError("Line %i: Unknown record type %02x" % (i, bType))
IOError: Line 12527: Unknown record type 05
What can be wrong?
Thanks
The text was updated successfully, but these errors were encountered:
I ran into the exact same problem. After reading wavesoft/CCLib#16 I removed line 12527 (the second to last line of the hex file). I'm still flashing, but at least I'm not getting this error anymore.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I try to flash my new CC2530 using my Arduino UNO loaded with the CCLib Proxy and i obtain this meesage:
INFO: Found a CC2530 chip on COM5
Chip information:
Chip ID : 0xa524
Flash size : 256 Kb
Page size : 2 Kb
SRAM size : 8 Kb
USB : No
Traceback (most recent call last):
File "C:\Users\T15412\Downloads\CCLib-master\Python\cc_write_flash.py", line 48, in
hexFile.load()
File "C:\Users\T15412\Downloads\CCLib-master\Python\cclib\cchex.py", line 128, in load
self._loadHex()
File "C:\Users\T15412\Downloads\CCLib-master\Python\cclib\cchex.py", line 367, in _loadHex
raise IOError("Line %i: Unknown record type %02x" % (i, bType))
IOError: Line 12527: Unknown record type 05
What can be wrong?
Thanks
The text was updated successfully, but these errors were encountered: