Skip to content

Commit

Permalink
Change jlink_device for Portenta C33 to R7FA6M5 (#14)
Browse files Browse the repository at this point in the history
"RA6M5" is unknown to J-Link, debugging is not possible with this setting, should be "R7FA6M5".
  • Loading branch information
MyselfAndJo committed Sep 22, 2023
1 parent 55b8552 commit dce4827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/portenta_c33.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"variant": "PORTENTA_C33"
},
"debug": {
"jlink_device": "RA6M5",
"jlink_device": "R7FA6M5",
"svd_path": "R7FA6M5BH.svd"
},
"frameworks": [
Expand Down

0 comments on commit dce4827

Please sign in to comment.