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/AM5728: RTOS : CAN DSP RUN THE RTC ?

Part Number: AM5728

Tool/software: TI-RTOS

my board is idkam5728 , I find a test file about RTC that the MPU(ARM) run the RTC 

CAN DSP RUN THE RTC ? Can I USE the APIs in DSP? 

  • Hi gf li,

    Do you refer to the below AM572x MPU RTC test?

    pdk_am57xx_1_0_13/packages/ti/csl/test/rtc/am572x/armv7/rtc_main.c

    I made a search but not able to find similar DSP RTC test.

    This test is specific for Cortex-A15 MPU and can not be used for DSP without any modification. For example, the Cortex-A15 MPU specific functions are:

    RtcBoardInit()
    RtcTimerIntrInit()

    Regards,
    Pavel