Skip to content

Commit

Permalink
Merge pull request #149 from deaxx/master
Browse files Browse the repository at this point in the history
add cc2652p7 chip
  • Loading branch information
JelmerT authored Mar 14, 2024
2 parents f42a2e2 + fd3862f commit 503093b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cc2538-bsl.py
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ def __init__(self, command_interface):
chip = self._identify_cc26xx(pg_rev, protocols)
elif wafer_id == 0xB9BE:
chip = self._identify_cc13xx(pg_rev, protocols)
elif wafer_id == 0xBB41 or wafer_id == 0xBB7A:
elif wafer_id == 0xBB41 or wafer_id == 0xBB77 or wafer_id == 0xBB7A:
chip = self._identify_cc13xx(pg_rev, protocols)
self.page_size = 8192

Expand Down

0 comments on commit 503093b

Please sign in to comment.