• 大小: 0.63M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-27
  • 语言: 其他
  • 标签: 其他  

资源简介


虽说是TI的例程,但是经我自己整理的,每个文件夹一个工程,去掉了其他型号的DSP,是学习F2812DSPBIOS不可多得的资料

资源截图

代码片段和文件信息

/*
 *  Copyright 2006 by Texas Instruments Incorporated.
 *  All rights reserved. Property of Texas Instruments Incorporated.
 *  Restricted rights to use duplicate or disclose this code are
 *  granted through contract.
 *
 *  @(#) DSP/BIOS_Examples 530 09-28-2006 (biosEx-h07)
 */
/*
 *  ======== latency.c =======
 *  In this example a  task created with the configuration tool goes in
 *  a loop forever in which it spends parts of the time doing atomic
 *  operations. The task goes to sleep periodically to allow some idle
 *  time. This example illustrates how to measure the interrupt latency using
 *  an HWI monitor (see the configuration template). It is not intendended to
 *  measure the operating system worst case interrupt latency.
 *
 */

#include 

#include 
#include 
#include 
#include 
#include 

#include “latencycfg.h“

extern Int SEG0;

#define LOOPS 10000
#define SLEEP 2

/*
   The SLEEP value

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2010-06-22 09:36  TI\
     目录           0  2010-06-22 09:58  TI\advanced\
     目录           0  2010-06-22 09:55  TI\advanced\latency\
     文件        2178  2006-11-15 01:16  TI\advanced\latency\latency.c
     文件        1448  2006-11-15 01:16  TI\advanced\latency\latency.pjt
     文件        1057  2006-11-15 01:16  TI\advanced\latency\latency.tcf
     文件        1115  2006-11-15 01:16  TI\advanced\latency\latency.tci
     文件       11828  2006-11-15 01:16  TI\advanced\latency\latencycfg.cmd
     文件         847  2006-11-15 01:16  TI\advanced\latency\latency_ezdsp2812_custom.tci
     文件        2449  2006-11-15 01:16  TI\advanced\latency\makefile
     文件        1581  2006-11-15 01:16  TI\advanced\latency\README
     目录           0  2010-06-22 09:55  TI\advanced\msgq_clientServer\
     文件        2520  2006-11-15 01:16  TI\advanced\msgq_clientServer\makefile
     文件        9673  2006-11-15 01:16  TI\advanced\msgq_clientServer\msgq_clientServer.c
     文件        1568  2006-11-15 01:16  TI\advanced\msgq_clientServer\msgq_clientServer.pjt
     文件        1107  2006-11-15 01:16  TI\advanced\msgq_clientServer\msgq_clientServer.tcf
     文件         868  2006-11-15 01:16  TI\advanced\msgq_clientServer\msgq_clientServer.tci
     文件       11696  2006-11-15 01:16  TI\advanced\msgq_clientServer\msgq_clientServercfg.cmd
     文件         568  2006-11-15 01:16  TI\advanced\msgq_clientServer\msgq_clientServer_ezdsp2812_custom.tci
     文件        2415  2006-11-15 01:16  TI\advanced\msgq_clientServer\README
     目录           0  2010-06-22 09:55  TI\advanced\msgq_swi2swi\
     文件        2470  2006-11-15 01:16  TI\advanced\msgq_swi2swi\makefile
     文件        9703  2006-11-15 01:16  TI\advanced\msgq_swi2swi\msgq_swi2swi.c
     文件        1508  2006-11-15 01:16  TI\advanced\msgq_swi2swi\msgq_swi2swi.pjt
     文件         909  2006-11-15 01:16  TI\advanced\msgq_swi2swi\msgq_swi2swi.tcf
     文件         796  2006-11-15 01:16  TI\advanced\msgq_swi2swi\msgq_swi2swi.tci
     文件       11694  2006-11-15 01:16  TI\advanced\msgq_swi2swi\msgq_swi2swicfg.cmd
     文件        1493  2006-11-15 01:16  TI\advanced\msgq_swi2swi\README
     目录           0  2010-06-22 09:55  TI\advanced\msgq_tsk2tsk\
     文件        2470  2006-11-15 01:16  TI\advanced\msgq_tsk2tsk\makefile
     文件        8016  2006-11-15 01:16  TI\advanced\msgq_tsk2tsk\msgq_tsk2tsk.c
............此处省略218个文件信息

评论

共有 条评论