swi

所属分类:DSP编程
开发工具:Visual C++
文件大小:229KB
下载次数:8
上传日期:2015-07-26 17:26:30
上 传 者fu1899
说明:  TI公司C6000的DSP BIOS SWI管理例程,对做TI C6000开发有特别重要的作用
(C6000 DSP BIOS SWI TI management routines, the development of C6000 TI to do a particularly important role )

文件列表:
swi\dsk5416\makefile (2359, 2006-11-15)
swi\dsk5416\swi.pjt (1397, 2006-11-15)
swi\dsk5416\swi.tcf (874, 2006-11-15)
swi\dsk5416\swicfg.cmd (9371, 2006-11-15)
swi\dsk5510\makefile (2335, 2006-11-15)
swi\dsk5510\swi.pjt (1359, 2006-11-15)
swi\dsk5510\swi.tcf (874, 2006-11-15)
swi\dsk5510\swicfg.cmd (9682, 2006-11-15)
swi\dsk6416\makefile (2343, 2006-11-15)
swi\dsk6416\swi.pjt (1363, 2006-11-15)
swi\dsk6416\swi.tcf (874, 2006-11-15)
swi\dsk6416\swicfg.cmd (7747, 2006-11-15)
swi\dsk6455\makefile (2345, 2006-11-15)
swi\dsk6455\swi.CS_\FILE.CDX (3072, 2013-06-05)
swi\dsk6455\swi.CS_\FILE.DBF (390, 2013-06-05)
swi\dsk6455\swi.CS_\FILE.FPT (926, 2013-06-05)
swi\dsk6455\swi.CS_\SYMBOL.CDX (28672, 2013-06-05)
swi\dsk6455\swi.CS_\SYMBOL.DBF (15040, 2013-06-05)
swi\dsk6455\swi.CS_\SYMBOL.FPT (23171, 2013-06-05)
swi\dsk6455\swi.paf2 (1120, 2013-06-05)
swi\dsk6455\swi.pjt (1366, 2006-11-15)
swi\dsk6455\swi.sbl (2609, 2013-06-05)
swi\dsk6455\swi.tcf (874, 2006-11-15)
swi\dsk6455\swi.tco (388, 2013-06-05)
swi\dsk6455\swicfg.cmd (10615, 2006-11-15)
swi\dsk6713\makefile (2343, 2006-11-15)
swi\dsk6713\swi.pjt (1361, 2006-11-15)
swi\dsk6713\swi.tcf (874, 2006-11-15)
swi\dsk6713\swicfg.cmd (7831, 2006-11-15)
swi\evm5509A\makefile (2336, 2006-11-15)
swi\evm5509A\swi.pjt (1360, 2006-11-15)
swi\evm5509A\swi.tcf (878, 2006-11-15)
swi\evm5509A\swicfg.cmd (9525, 2006-11-15)
swi\evmDM642\cc_build_Debug.log (1041, 2015-07-26)
swi\evmDM642\Debug\swi.map (51248, 2015-07-26)
swi\evmDM642\Debug\swi.obj (14763, 2015-07-26)
swi\evmDM642\Debug\swi.out (149595, 2015-07-26)
swi\evmDM642\Debug\swicfg.obj (38240, 2015-07-26)
swi\evmDM642\Debug\swicfg_c.obj (11233, 2015-07-26)
swi\evmDM642\Debug.lkf (708, 2015-07-26)
... ...

Purpose: This example shows how a lower priority software interrupt (SWI) can interrupt itself by posting a higher priority software interrupt. Design: In this example, two software interrupt (SWI) objects are statically created and initialized, one with lower priority and the other with higher priority. When the program runs, the lower priority SWI is posted first and while the lower priority SWI is running, it calls SWI_post to post the higher priority SWI to cause the SWI scheduler to switch context to run the higher priority SWI. Expected output: To view the output of this program, open the DSP/BIOS Message Log, trace. When the program runs, the following output will be shown in trace: 0 swi example started! 1 Main posts SWI0 2 Main done! 3 swiFxn0 posts SWI1 4 SWI1 done! 5 SWI0 done!

近期下载者

相关文件


收藏者