- 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;
- }
|