随笔分类 -  DSP笔记

摘要:转载请注明出处 :https://www.cnblogs.com/imapla/p/7454973.html 硬件:AM5728开发板;Artix-7开发板软件:Linux am57xx-evm 4.4.19;Vivado 2015.2作者:Imapla邮箱:hihuanglong@foxmail. 阅读全文
posted @ 2017-08-30 19:42 Imapla 阅读(15719) 评论(2) 推荐(1)
摘要:1、内核自带的SPI相关的驱动文件 项目中有CPU与FPGA进行通信,用到SPI接口: SPI头文件在: linux-kernel/include/linux/spi.h SPI实现在: linux-kernel/drivers/spi/spi.c omap2_mcspi.c spidev.c DV 阅读全文
posted @ 2015-03-18 18:55 Imapla 阅读(3257) 评论(0) 推荐(0)
摘要:首先加载驱动模块,应用程序通过调用API实现GPIO控制功能。 驱动函数: API函数: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <string.h> 4 #include <fcntl.h> 5 #include <unistd. 阅读全文
posted @ 2014-11-27 20:43 Imapla 阅读(2654) 评论(2) 推荐(0)
摘要:首先加载驱动模块,应用程序通过调用API实现GPIO控制功能。 驱动程序: API函数: 应用程序: 阅读全文
posted @ 2014-11-27 20:32 Imapla 阅读(5592) 评论(0) 推荐(0)
摘要:硬件:TI达芬奇TMS320DM8168(以下简称DSP)、EP4CE6E22C8N(以下简称FPGA) 软件:linux-2.6.37 转载请注明出处~ http://www.cnblogs.com/imapla/p/4122609.html 近期项目需要实现DSP与FPGA之间的高速数据交换,用 阅读全文
posted @ 2014-11-26 14:14 Imapla 阅读(20065) 评论(2) 推荐(0)