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.

AM 3359 sys bios:

Other Parts Discussed in Thread: AM3359

Hi,

Is AM3359 is a multi core or single core processor?

When time slicing is done on task it works on single core sharing the time?

Is the time slicing favorable when executing critical sections. 

Regards,

Bindu

  • AM3359 is a single core device.

    The TI-RTOS kernel does not do timeslicing by default but there's a technique to implement time-slicing described in the User's Guide.  

    IMHO, timeslicing is not usually a good idea.  The OS is a preemptive scheduler and runs based on priorities.  Read the User's Guide or google around for "priority based preemptive scheduler" for more info.