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
When reading the current data from the device with the --read option, it's easy to forget the --len parameter. If that parameter is omitted, it defaults to 512KiB. When this is larger than the device size, it reads the data correctly, but shows a vague error message:
ERROR: Timeout waiting for ACK/NACK after 'Mem Read (0x2A)'
I suggest adding a warning message.
Tested with CC2652RB
The text was updated successfully, but these errors were encountered:
joriswit
added a commit
to joriswit/cc2538-bsl
that referenced
this issue
Jan 2, 2025
When reading the current data from the device with the
--read
option, it's easy to forget the--len
parameter. If that parameter is omitted, it defaults to 512KiB. When this is larger than the device size, it reads the data correctly, but shows a vague error message:I suggest adding a warning message.
Tested with CC2652RB
The text was updated successfully, but these errors were encountered: