搜索资源列表
hpi
- HPI与PC相通信的源代码 喜欢DSP的爱好者快来看看吧-HPI communication with the PC equivalent of the source code like DSP lovers Come see Look here
hpi
- ARM HPI程序。 用于ARM与DSP之间通信
dsp
- TMS320VC5402的中断程序和AIC23的音频输出解码程序,还有DSP的HPI自举程序.
DSP+ARM+C51
- DSP与单片机或ARM的HPI接口例程(適用在多機並聯時用)
FLASH在系统编程和DSP并行引导的C语言实现
- 介绍了一种在DSP 仿真环境下,采用C 语言对FLA SH 进行在系统编程( ISP)的 方法,同时介绍了TM S320VC5402 的Boo t loader 原理,给出了DSP 的并行FLA SH 引导功能实现 方案,并且给出了一个简单的测试实例-introduced a DSP simulation environment, using the C language for the FLA SH-system programming (ISP), TM also introduced th
pc-hpi
- 利用DSP HPI实现PC程序与DSP程序间的数据交换,Mailbox起辅助作用。当对DSP存储区进行大量持续访问时这种方式很适合。-PC procedures and the procedures for DSP data exchange, Mailbox play a supporting role. When the DSP storage area sustained extensive interview this approach is well suited.
DSP扩展地址加载
- 本例程主要针对5410A进行扩展地址加载的试验,即把DSP代码通过HPI方式加载到扩展页0x18000-0x1ffff内。
COFF转BIN
- 将COFF文件转人为BIN 数组,用于DSP程序HPI启动,用于实际工程
hpi.rar
- 本程序通过ARM LPC2468实现了TMS320C6713 DSP的HPI启动。,This procedure ARM LPC2468 achieved TMS320C6713 DSP' s HPI boot.
HPI
- 单片机于DSP通过主机接口(HPI)进行通信-Single-chip in the DSP through the host interface (HPI) to communicate
Linux_hpi_driver
- linux dsp hpi driver
hpi-mcb
- dsp设计,软件是ccs,是mcb与hpi口之间的通信,很好的,想编hpi口程序的朋友来- Function: When power-on, 430 calculate f through CAP(TA CCIA1). When f below 40Hz, FFT instead of Pulse-in. LCD display and pulse output.
HPI
- C51单片机加载DSP程序,DSP是5402,只需稍加修改就可以用于ARM等芯片-C51 microcontroller program load DSP, DSP is 5402, just a little modification can be used for ARM chips, etc.
dsp_traning_PCB
- DSP最小系统设计并和ARM开发板连接(HPI口)-Minimum system design and DSP and ARM development board connected (HPI I)
dsp_ARM_HPI
- Details of how to communicate DSP through its HPI
HPI-module
- 本文件夹中的代码是“HPI模块”的相应代码。 HPI.c 该文件是操作HPI的代码,包括HPI读写操作(地址固定或者自增模式)。 电路图.pdf 该文件是HPI和S3C44B0X的电路连接原理图,本电路图注重于描述主机CPU(即ARM芯片S3C44B0)和C6713间的HPI连接方式,所以,电路连接标号一般只涉及ARM、C6713之间的连接关系,至于C6713的其他部分(如SDRAM、FLASH等)和部分控制信号、电源信号都略去。-HPI application mod
HPI-BootLoader
- DSP TMS320VC5402的HPI启动引导方式-TMS320VC54X HPI BootLoad
hpi
- arm9芯片s3c2410与dsp6713芯片的hpi*互程序,主要实现对dsp的初始化及dsp与arm之间的数据通信-s3c2410 arm9 chip chip hpi mouth with dsp6713 interactive program, the main achievement of the dsp and dsp initialization and data communication between the arm
DSP-boot-module-design
- 该设计讲述在DSP嵌入式系统中如何设计引导启动模块,主要以TMS320C6713为例,讲述C6713的HPI引导和并行FLASH引导。-The design describes how the DSP embedded system design boot module, mainly TMS320C6713, for example, about the HPI C6713 FLASH guide and parallel guide.
dsp的hpi通信
- dsp通过hpi和主机进行交换数据。 可以互相发送中断,发送和接收数据。