S32 Design Studio:configUSE_TIME_SLICING not define in FreeRTOSconfig.h

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32 Design Studio:configUSE_TIME_SLICING not define in FreeRTOSconfig.h

760 Views
saad_saeed
Contributor III

Hello,

I am using s32 design studio and I have imported a project from examples title 'lwIPs32k148'. My question is want to set the the define configUSE_TIME_SLICING to 0. But, in freertos config file there is no such mention of this macro. Kindly, help me with it.

Regards,

Saad

Labels (2)
0 Kudos
1 Reply

576 Views
stanish
NXP Employee
NXP Employee

Hi Saad,

I'm checking this with the latest SDK version (v2.9.2).

pastedImage_1.png

You can configure this macro by the property named "Enable time slicing".

"yes"  generates  #define configUSE_TIME_SLICING  1

"no"  generates  #define configUSE_TIME_SLICING  0

pastedImage_1.png

Note:

if you have some older EAR version of SDK I'd suggest you to update your S32DS to the latest greatest version (https://community.nxp.com/docs/DOC-342194 )

Hope it helps.

Stan

0 Kudos