Skip to content

Commit a9979a7

Browse files
authored
Merge pull request #8 from jianbojason/windows
v7.53 add support V32G410x board
2 parents 71127bf + 7a623cc commit a9979a7

5 files changed

Lines changed: 1381 additions & 1369 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
void InitTarget(void) {
2+
Report("***************************************************");
3+
Report("J-Link script: Cortex-M4 J-Link script");
4+
Report("***************************************************");
5+
CORESIGHT_AddAP(0, CORESIGHT_AHB_AP);
6+
CORESIGHT_IndexAHBAPToUse = 0;
7+
CPU=CORTEX_M4;
8+
}
14.2 KB
Binary file not shown.
14.8 KB
Binary file not shown.
14.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)