搜索资源列表
DSP2812-Application-examples
- 在这一节里,我们将以TMS320F2812片内外设的应用为主,介绍一部分以F2812 eZdspTM最小系统为基础的实验例程(部分实验需要进行硬件扩展)。这些例程源代码的主要部分都是采用C语言编写的。-In this section, we will TMS320F2812 chip peripherals application mainly on the part of with minimum system F2812 eZdspTM based experimental routine
FC6713_7_UART
- 本工程文件使用uart_16C754芯片实现DSP6713扩展出多路串口-The project file using uart_16C754 DSP6713 extensions multi-channel serial chip
Speaker
- 控制的方法是使用DSP 通用定时器设置PWM2 管脚以一定的频率改变高低状态,输出 方波。对于通用定时器周期寄存器的设置,计数值为所需频率计数值的二分之一。-TMS320F2812DSP expansion memory interface (EMIF) is used to connect peripheral devices with the most typical applications such as connecting chip extended memory. This i
IAR
- 在nesc的代码中,你会看到很多你不认识的数据类型,比如uint8_t等。咋一看,好像是个新的数据类型,不过C语言(nesc是C的扩展)里面好像没有这种数据类型啊!怎么又是u又是_t的?很多人有这样的疑问。论坛上就有人问:以*_t结尾的类型是不是都是long型的?在baidu上查一下,才找到答案,这时才发觉原来自己对C掌握的太少。-In nesc code, you will see a lot of you don t know the type of data, such as uint8_