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.

LP-EM-CC1314R10: Which FreerRtosConfig.h is actually used?

Part Number: LP-EM-CC1314R10
Other Parts Discussed in Thread: CC1314R10, SYSCONFIG

Tool/software:

Should questions about FreeRTOS be in this forum, or should it be in the CCS forum?

I am trying to determine Tick rate, and it looks like the config used is       <project>Debug/syscfg/FreeRTOSConfig.h which says 

#define configTICK_RATE_HZ (1000UL)

Is this correct, and how can I change it? I would want 10 uS resolution to the *basic* timing loop. Are there many related files that need

a change? Since my "original nortos" loop managed to poll everything within typical 17 uS, it seems just maintaining system ticks

could be done easily within this shorter time...

I guess this detail must be answered by someone involved in the "porting" / adaption to the CC1314R10.

Best Regards,

Gullik



  • Hi Gullik,

    there is a lot of dependencies on this eg. the power driver.
    I'm afraid that you will get worse performance when changing the value.

    Have you explored already all SysConfig settings for your use case?

    Kind regards,
    Theo