搜索资源列表
FLASHProgramming
- DSP2812电路板烧写FLASH代码,用于内存地址分配和程序烧写
TMS320VC5509A
- TMS32VC5509A头文件,包含内部所有寄存器及其内存地址定义,适用于不喜欢CSL的人-TMS32VC5509A header file that contains all the registers and memory addresses within the definition applies to people who do not like the CSL
dc_block
- 用dsp实现去到信号中的直流分量,C64系列,小端存储,C语言实现,采用Q格式定点运算,输入数据在Q13格式,使用前,先将dat文件的load到inp_buffer地址的内存里,可用graphy观看输入输出波形-Go to the signal using dsp realize the DC component, C64 series, little-endian, C language, using fixed-point arithmetic Q format, the input dat
SharedMem
- 多核图像灰度转换的程序,本程序主要做了以下几个任务: (1)核0创建共享内存,将数据写入内存,然后通过Notify将内存地址发送给从核。 (2)从核(1至7核)接收核0的通知,打开内存地址,读取数据。-Multi core image grayscale conversion procedures, the procedures are mainly done the following tasks: (1) the kernel 0 creates the shared memor
C之大小端模式
- c语言大小端模式,我们知道内存中存储数据是以字节为单位进行存储的,每个地址单元对应一个字节,有时数据类型的大小并非单独一个字节,这时就必然会存在多字节存储安排问题,即针对不同的计算机系统,存放数据的字节顺序会有所不同,此时,就导致了所谓传说中的大小端问题,说白了,大小端模式问题,其实就是数据的存储顺序问题(C language size side mode)