arjun.a
rename files
6c7b14a
raw
history blame contribute delete
496 Bytes
Ticket Name: CCS/TDA2: Can C66 use multithreading to optimize performance
Query Text:
Part Number: TDA2 Tool/software: Code Composer Studio Can C66 use multithreading to optimize performance and how to do ??
Responses:
Hi Shuai, The C66x core is essentially a single CPU. You can use TI RTOS for multithreading tasks on the single core but essentially they will be time multiplexed. If your idea is to run threads in parallel that would not be possible on the C66x. Thanks and Regards, Piyali