• What the warning?
    I have this code IAP_STATUS_CODE software_update_procedure(int8_t const *ap_folder_entry) which calls if (strncasecmp(ap_folder_entry + 8, IMAGES_NAME_EXTENSION, strlen(IMAGES_NAME_EXTENSION...
  • What does this warning mean?
    When I 74compile my project I get these errors: **************************************** *** WARNING L1: UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C_STARTUP MODULE: gf.obj (GF) *** WARNING L1: UNRESOLVED...
  • What does this warning mean?
    When I 74compile my project I get these errors: **************************************** *** WARNING L1: UNRESOLVED EXTERNAL SYMBOL SYMBOL: ?C_STARTUP MODULE: gf.obj (GF) *** WARNING L1: UNRESOLVED...
  • ARM: What is the clock source for MDK-ARM 5 Registers -> Internal -> Sec?
    Hi, I am trying to measure the time between two breakpoints by using Registers -> Internal -> Sec property. But when i change the core speed, these time values do not change. Does this property use...
  • C4487E Warning
    Warning: file.c(212): warning: C4487E: read from variable 'config' with offset out of bounds I'm getting this warning with the following code: uint16_t config = 100; uint8_t configMsg[2][4...