• 大小: 2.39MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-29
  • 语言: 其他
  • 标签: DSP6713  软件硬件  

资源简介

DSP6713的软件和硬件资料,详细的开发板资料,详细的接口编程

资源截图

代码片段和文件信息

/*******************************************************************************
*
* Borrowed from earlier work done by souls
*   braver than mine....
*
* Originally this was the blink program example
* but I modified it a little to remove the audio
* portions and to make a slightly different blink
* pattern.
*       Russ Heeschen TI Pittsburgh
*
* NOTES: Assumptions:
*             6713 DSK
*             CPLD connected to CE1
*             AMD29LV400BT flash connected to CE1
*             SDRAM connected to CE0
*
*
*/

#include “c6713dsk.h“
#include “cpld.h“
#include “timer.h“


/* Main function initializes and loops blinking the LEDs
 * (Not much of a surprise I suppose.)
 */
void main( void )
{   
    int           i;
    
    CSL_init();

/* DSP initialization */
IRQ_globalDisable();
for(i=0;i<32;i++)
{
    IRQ_disable(i);   /* Disable and clear all IRQ events    */
    IRQ_clear(i);     /* except reset and NMI interrupts     */
}

    PLL_Init();
    EMIF_Init();
    TIMER_Init();
    
    CPLD_LedOff( LED_ALL );
    TIMER_DelayMsec( 100 );
    CPLD_LedOn( LED_ALL );
    TIMER_DelayMsec( 500 );
    
    // Very simple Led test.  Turn them all off then on
    // one at a time then off one at a time.
   CPLD_LedOff( LED_ALL );
    
    for(;;)
    {
    for( i=0; i     {
     CPLD_LedOn( LED_0 << i );
     TIMER_DelayMsec( 100 );
    }
    
    for( i=0; i     {
     CPLD_LedOff( LED_0 << i );
          TIMER_DelayMsec( 100 );     
    }
        
        TIMER_DelayMsec( 500 );     
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     221878  2007-08-01 21:41  DSP6713\dsk6713_Schematics.pdf

     文件     639092  2004-12-29 22:17  DSP6713\dsk6713_TechRef.pdf

     文件       1657  2004-11-30 08:58  DSP6713\DSP6713\01. DSP\DEC6713_BOOT\blink.c

     文件        276  2004-11-29 14:36  DSP6713\DSP6713\01. DSP\DEC6713_BOOT\boot.cmd

     文件     808295  2004-11-29 18:07  DSP6713\DSP6713\01. DSP\DEC6713_BOOT\BOOT.hex

     文件        955  2004-11-29 18:07  DSP6713\DSP6713\01. DSP\DEC6713_BOOT\BOOT.map

     文件      19984  2004-11-29 17:52  DSP6713\DSP6713\01. DSP\DEC6713_BOOT\BOOT.out

     文件       4608  2005-02-02 13:31  DSP6713\DSP6713\01. DSP\DEC6713_BOOT\boot1.cdd

     文件       5433  2004-02-03 12:55  DSP6713\DSP6713\01. DSP\DEC6713_BOOT\boot_c671x.s62

     文件       5506  2004-02-13 15:18  DSP6713\DSP6713\01. DSP\DEC6713_BOOT\boot_c671x_2.s62

     文件       1192  2004-01-16 16:20  DSP6713\DSP6713\01. DSP\DEC6713_BOOT\c6713_emif.s62

     文件       1566  2005-02-02 13:22  DSP6713\DSP6713\01. DSP\DEC6713_BOOT\cc_build_Debug.log

     文件        711  2005-02-02 13:22  DSP6713\DSP6713\01. DSP\DEC6713_BOOT\Debug.lkf

     文件        711  2005-02-02 13:22  DSP6713\DSP6713\01. DSP\DEC6713_BOOT\Debug.lkv

     文件       6480  2005-02-02 13:22  DSP6713\DSP6713\01. DSP\DEC6713_BOOT\DEC6713.C

     文件      13299  2004-10-28 16:09  DSP6713\DSP6713\01. DSP\DEC6713_BOOT\DEC6713.gel

     文件       5639  2005-02-02 13:41  DSP6713\DSP6713\01. DSP\DEC6713_BOOT\DEC6713_BOOT.paf

     文件       1342  2005-02-02 13:23  DSP6713\DSP6713\01. DSP\DEC6713_BOOT\DEC6713_BOOT.pjt

     文件       8325  2005-02-02 13:20  DSP6713\DSP6713\01. DSP\DEC6713_BOOT\DEC6713_BOOT.wks

     文件       2214  2005-01-26 16:14  DSP6713\DSP6713\01. DSP\DEC6713_BOOT\DEC6713_GPIO.c

     文件       4608  2004-11-30 09:23  DSP6713\DSP6713\01. DSP\DEC6713_BOOT\FBConfig1.cdd

     文件        942  2004-11-29 16:10  DSP6713\DSP6713\01. DSP\DEC6713_BOOT\FBTC6713\c6713dsk.h

     文件        955  2004-11-29 16:16  DSP6713\DSP6713\01. DSP\DEC6713_BOOT\FBTC6713\cc_build_Debug.log

     文件     109678  2002-12-05 07:59  DSP6713\DSP6713\01. DSP\DEC6713_BOOT\FBTC6713\csl6713.lib

     文件        608  2004-11-29 16:16  DSP6713\DSP6713\01. DSP\DEC6713_BOOT\FBTC6713\Debug.lkf

     文件        608  2004-11-29 16:16  DSP6713\DSP6713\01. DSP\DEC6713_BOOT\FBTC6713\Debug.lkv

     文件       4827  2003-02-24 17:31  DSP6713\DSP6713\01. DSP\DEC6713_BOOT\FBTC6713\FBCmd.c

     文件       2862  2003-02-24 17:32  DSP6713\DSP6713\01. DSP\DEC6713_BOOT\FBTC6713\FBCmd.h

     文件       4757  2003-02-24 16:39  DSP6713\DSP6713\01. DSP\DEC6713_BOOT\FBTC6713\FBTC6713.c

     文件       2717  2003-02-24 17:35  DSP6713\DSP6713\01. DSP\DEC6713_BOOT\FBTC6713\FBTC6713.h

............此处省略285个文件信息

评论

共有 条评论