This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/EK-TM4C1294XL: Issue with NDK and mytime.h

Part Number: EK-TM4C1294XL

Tool/software: TI-RTOS

Hi,

I'd like to test an code example by wolfssl for TIRTOS. The code has #include <ti/ndk/nettools/mytime/mytime.h> and it calls the functions

    MYTIME_init();
    MYTIME_settime(1398980099);

I keep on getting a compilation error 

#1965 cannot open source file "ti/ndk/nettools/mytime/mytime.h" 

because it looks like mytime.h doesn't exist. under the ndk, nettools folder. Has anyone had issues with this? Does anyone know where I could find mytime.h?

Thanks

AJ

  • By the way, I am using NDK 2.25.00.09, TIRTOS 2.16.00.08
  • There is a note in the release notes: C:\ti\tirtos_tivac_2_16_00_08\products\ndk_2_25_00_09\ndk_2_25_00_09_release_notes.html

    The MYTIME module has been removed

    Starting in NDK 2.25, the MYTIME module is no longer supported. User's must update their application code to use the SYS/BIOS Seconds module, as this is the replacement for MYTIME.

    Please refer to the SNTP documentation for further details on using the Seconds module with the SNTP client, and the SYS/BIOS API guide for details on the Seconds module.