首页|嵌入式系统|显示技术|模拟IC/电源|元件与制造|其他IC/制程|消费类电子|无线/通信|汽车电子|工业控制|医疗电子|测试测量
首页 > 分享下载 > 嵌入式系统 > 并行思考

并行思考

资料介绍
并行思考


Multi-tasking with TI’s KeyStone embedded multicore
[pic]Zhihong Lin
Multi-tasking seems to be an essential skill nowadays, whether it’s at work
or home.  There are just not enough hours in the day, so we try to do
everything we need to do at the same time.  Inevitably, the quality of the
output will suffer when we try to juggle many things at once. 
Much like a single core processor, multi-tasking is either scheduled using
a time sharing round-robin scheme or priority based preemptive scheme.  At
any given time only one task is running, when a system interrupt triggers,
the interrupt service routine will pre-empt the low priority task until it
finishes, because the CPU clock is running so fast that the tasks appears
to be running at the same time.  However, if too ma
标签:德州仪器tidsp多核
并行思考
本地下载

评论