Skip to content

Commit

Permalink
Merge pull request #8 from jianbojason/windows
Browse files Browse the repository at this point in the history
v7.53 add support V32G410x board
  • Loading branch information
eclipsesw authored Jul 7, 2023
2 parents 71127bf + 7a623cc commit a9979a7
Show file tree
Hide file tree
Showing 5 changed files with 1,381 additions and 1,369 deletions.
8 changes: 8 additions & 0 deletions Devices/Vango/V32G410x/V32G410x.JLinkScript
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
void InitTarget(void) {
Report("***************************************************");
Report("J-Link script: Cortex-M4 J-Link script");
Report("***************************************************");
CORESIGHT_AddAP(0, CORESIGHT_AHB_AP);
CORESIGHT_IndexAHBAPToUse = 0;
CPU=CORTEX_M4;
}
Binary file added Devices/Vango/V32G410x/V32G410x_Bank1_4M.FLM
Binary file not shown.
Binary file added Devices/Vango/V32G410x/V32G410x_Bank2_16M.FLM
Binary file not shown.
Binary file added Devices/Vango/V32G410x/V32G410x_OPT.FLM
Binary file not shown.
Loading

0 comments on commit a9979a7

Please sign in to comment.