自己做的双柄遥控板,内含完整工程代码。使用的是OLED显示方案,带中文字库,不会添加的可以学习里面的代码。带显示界面,整理文档按照原子哥风格。文件里还有其他芯片的工程代码和驱动(其他工程的 都放在HARDWARE里没删掉)
2020-01-03 11:27:03 2.97MB STM32,遥控
1
在dma下触发dac 产生正弦波,可以节省时间 并且精度高 程序更加简洁明了
2020-01-03 11:21:04 6.47MB stm32 dac &dma
1
STM32 可调正弦波发生程序(DMA).zip
2019-12-26 03:29:06 1.95MB STM32正弦波
1
xilliix pcie dma 驱动 (基于 xilnx xdma ip核 4.0 的WDF驱动) --- # XDMA Windows Driver This project is Xilinx's sample Windows driver for 'DMA/Bridge Subsystem for PCI Express v4.0' (XDMA) IP. *Please note that this driver and associated software are supplied to give a basic generic reference implementation only. Customers may have specific use-cases and/or requirements for which this driver is not suitable.* ### Dependencies * Target machine running Windows 7 or Windows 10 * Development machine running Windows 7 (or later) * Visual Studio 2015 (or later) installed on development machine * Windows Driver Kit (WDK) version 1703 (or later) installed on development machine ## Directory Structure ``` / |__ build/ - Generated directory containing build output binaries. |__ exe/ - Contains sample client application source code. | |__ simple_dma/ - Sample code for AXI-MM configured XDMA IP. | |__ streaming_dma/ - Sample code for AXI-ST configured XDMA IP. | |__ user_events/ - Sample code for access to user event interrupts. | |__ xdma_info/ - Utility application which prints out the XDMA core ip | | configuration. | |__ xdma_rw/ - Utility for reading/writing to/from xdma device nodes such | | as control, user, bypass, h2c_0, c2h_0 etc. | |__ xdma_test/ - Basic test application which performs H2C/C2H transfers on | all present channels. |__ inc/ - Contains public API header file for XDMA driver. |__ libxdma/ - Static kernel library for XDMA IP. |__ sys/ - Reference driver source code which uses libxdma |__ README.md - This file. |__ XDMA.sln - Visual Studio Solution. ```
2019-12-24 03:22:06 86KB PCIE DRIVER DMA 驱动
1
STM32上12864上显示二维码的显示,完整工程(保护原理图),本产品是属于个人开发的一个案例经过实践但是目前未上市,所以如果你完全按本工程操作的化,理应能够实现其功能,另外本工程中包含里语音KT404A串口语音驱动芯片的实现,FIFO消息队列缓冲的实现,串口操作部分采用USART-DMA的实现.
2019-12-21 22:25:34 14.3MB Stm-USART-AD FIFO消息队列 KT404A语音 12864QR
1
本例程主要是用于两块stm32之间的spi通信,用到了DMA节省了cpu的的时间,大大提高了cpu的利用率
2019-12-21 22:23:55 443KB stm32 spi DMA lcd显示
1
参考论坛的一下文档,写了这个STM32串口DMA收发程序,里面有详细注释,方便查看。
2019-12-21 22:22:56 1.69MB STM32 USART
1
一个简单的verilog编写的DMA IP CORE,和大家分享一下 绝对值得下载
2019-12-21 22:22:05 7KB DMA verilog ip fpga
1
stm32f103进行同步规则进行转换,其中代码做了比较详细的注释,对于同步规则中的参数进行了实验,欢迎大家指正。
2019-12-21 22:19:42 997KB stm32f103 同步规则 DMA
1
STM32F407ADC采集信号通过DMA发送给内存,并且通过串口发出,已调试通过
2019-12-21 22:14:33 10.73MB ARM stm32 ADC
1