Quantcast
Channel: Forums - Recent Threads
Viewing all articles
Browse latest Browse all 262198

CCS/LAUNCHXL-CC1310: printf in contiki-main.c doesn't let me step through during debug, showing error "Break at address "0x100035fc" with no debug information available, or outside of program code."

$
0
0

Part Number:LAUNCHXL-CC1310

Tool/software: Code Composer Studio

HI,

  printf("IEEE 802.15.4: %s, Sub-GHz: %s, BLE: %s, Prop: %s\n",
         ti_lib_chipinfo_supports_ieee_802_15_4() == true ? "Yes" : "No",
         ti_lib_chipinfo_chip_family_is_cc13xx() == true ? "Yes" : "No",
         ti_lib_chipinfo_supports_ble() == true ? "Yes" : "No",
         ti_lib_chipinfo_supports_proprietary() == true ? "Yes" : "No");

When I am stepping through the above code in CCS-9, it doesn't let me step through. When I pause the debugger showing "Break at address "0x100035fc" with no debug information available, or outside of program code."  error. Normally code runs (not in debug mode), I added following code and verified that.

  while(1) {
    uint8_t r;
    do {
      r = process_run();
      leds_toggle(LEDS_GREEN);
      printf("Inside while loop");
      printf("\n");
      watchdog_periodic();
    } while(r > 0);

    /* Drop to some low power mode */
    lpm_drop();
  }

Can somebody help me to fix this? Thanks!

-Anesh


Viewing all articles
Browse latest Browse all 262198

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>