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.

MSPM0-SDK: Config of systick timer

Genius 3186 points
Part Number: MSPM0-SDK
Other Parts Discussed in Thread: SYSCONFIG

Hi

May I have some questions about MSPM0-SDK FreeRTOS program?

Q1:

I think FreeRTOS kernel using systick timer for as RTOS timer.

Could we set systick setting in sysconfig?

Is systick init  in RTOS start route?

Q2:

Does Sysconfig's init function run before start RTOS?

Thanks,

GR 

  • Hi GR,

    Q1:

    Could we set systick setting in sysconfig?

    Sure, sysconfig can set SYSTICK:

    Is systick init  in RTOS start route?

    I am not familiar with the RTOS details. But I think it is init in RTOS start route, due to no init is set during hardware preparation.

    Please wait for FreeRTOS Kernel section update in the MSPM0 SDK User's Guide for the details information.(I have checked it and currently not updated)

    Q2:

    Does Sysconfig's init function run before start RTOS?

    According to SDK code example, sysconfig partial init function is run ahead of RTOS. Please see the details in the code example.

  • Hi Sal,

    Thanks for your information.

    Please wait for FreeRTOS Kernel section update in the MSPM0 SDK User's Guide for the details information.(I have checked it and currently not updated)

    It is good news for us that FreeRTOS kernel section will update.

    Best regards,

    GR