V32G410x.JLinkScript 299 B

12345678
  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. }