HEX file contains days of the week

SDK: 15.3.0
SoftDevice: S132
Device: EYSHJNZWZ (nRF52832)
Development Environment: Segger Embedded Studio

The day of the week is included in the HEX file generated by compilation.


(1) What is the cause of the inclusion of the day of the week?
(2) Is there any way to avoid including the day of the week?

Thank you in advance.

  • Hi

    What exactly does your project do?

    1. It seems to me like a calendar/time tracking library is used by your application.

    2. If you remove the library/driver from your project and rebuild the application you should get rid of this part of your .hex file.

    Best regards,

    Simon

  • 1. What file and API corresponds to the calendar/time tracking library?
    2. Am I correct in assuming that deleting the file or API call will delete the days of the week contained in the HEX file?

  • Hi

    I don't know what project you're building or what libraries you've added, but in the SDK by default the only files with I.E. "Sunday" in is the main file of the current time service application, and the test.c file in ...\nRF5_SDK_17.1.0_ddde560\nRF5_SDK_17.1.0_ddde560\external\cJSON\

    Best regards,

    Simon

  • I understood your answer.
    Thank you for answering.