Skip to content

Commit

Permalink
Update MAX32625MBED for A3 silicon
Browse files Browse the repository at this point in the history
Revision A3 silicon requires use of MAX3262X reset function.
  • Loading branch information
Jesse Marroquin authored and mathias-arm committed Aug 16, 2023
1 parent 06fa0a9 commit 19f797f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 55 deletions.
1 change: 1 addition & 0 deletions records/board/max32625mbed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ common:
- source/board/max32625mbed.c
family:
- source/family/maxim/max32625/target.c
- source/family/maxim/target_reset_max32xxx.c
2 changes: 1 addition & 1 deletion source/board/max32625mbed.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
const board_info_t g_board_info = {
.info_version = kBoardInfoVersion,
.board_id = "0415",
.family_id = kStub_HWReset_FamilyID,
.family_id = kMaxim_MAX3262X_FamilyID,
.flags = kEnablePageErase,
.target_cfg = &target_device,
.daplink_url_name = "MAX32625HTM",
Expand Down
54 changes: 0 additions & 54 deletions source/family/maxim/max32620/target_reset.c

This file was deleted.

0 comments on commit 19f797f

Please sign in to comment.