-
dsp2812例程
很好的例程
包含sci 等外设
module i2c_master_model (scl, sda);
inout scl;
inout sda;
parameter slave_addr_reg = 7"b0110101; //slave addr
int i;
reg R_scl = 1"bz;
reg R_sda = 1"bz;
reg clk = 0;
always #(1329.1125) clk = !clk;
assign scl = R_scl;
assign sda = R_sda;
- 2022-08-04 02:55:17下载
- 积分:1
-
px4飞控程序
应用背景px4程序可以运行固定翼,旋翼等飞行器,而且是很多人再开发,有很多有用的算法,如扩展卡尔曼滤波,迭代法等等。可以GPS定位,GPS下走航点等等,希望能帮到大家关键技术C++编程,扩展卡尔曼滤波,IIC读取超声波,读取气压计。室外光流能很好定位,能用于固定翼,旋翼,而且可以二次开发,支持offboard模式。
- 2022-05-26 01:16:10下载
- 积分:1
-
源代码是一个音乐播放器的TMSF2812语言,已测试
本源代码是用c语言编写的一个TMSF2812的music播放程序,已经经过测试-source code c is a language of the TMSF2812 music player, have been tested
- 2023-06-14 10:30:03下载
- 积分:1
-
ARM7的UART驱动程序 可以自由配置缓存大小 驱动函数集 以及接口简单 很适合初学者提高自己的驱动开发能力的参考程序 产品级别的代码 注释很详尽 但需要自己...
ARM7的UART驱动程序 可以自由配置缓存大小 驱动函数集 以及接口简单 很适合初学者提高自己的驱动开发能力的参考程序 产品级别的代码 注释很详尽 但需要自己提供IRQ部分的初始化部分程序 本作者不提供 程序为原创-ARM7-UART driver can configure the cache size of the drive free set of functions and simple interface is suitable for beginners to improve their ability to drive the development of reference procedures for product-level code is very detailed notes, but some need to provide their own IRQ initialization part of the process of this author does not provide procedures for the original
- 2022-03-23 05:00:08下载
- 积分:1
-
基于三星ARM2410,移植了UCOS操作系统的触摸屏驱动程序,开发环境为ADS...
基于三星ARM2410,移植了UCOS操作系统的触摸屏驱动程序,开发环境为ADS-Based on Samsung ARM2410, transplantation of the Touch Panel UCOS operating system driver development environment for ADS
- 2022-03-18 23:10:46下载
- 积分:1
-
this paper is based on my study of the ARM since some experience to design its o...
本文是根据我学习ARM开发以来的一些经验总结,以自己设计的S3C44B0X板为例,给出入门上手的最基础知识。有些东西只是个人的主观认为,不一定准确,算作抛砖引玉吧,欢迎大家指正!-this paper is based on my study of the ARM since some experience to design its own board of S3C44B0X example, the entry is easily the most basic knowledge. Some things are just personal subjective view, is not necessarily accurate, it counted as something, we welcome correct!
- 2022-02-05 22:05:55下载
- 积分:1
-
SSD1305驱动源码
经过大量测试,稳定可靠,可用于51单片机驱动SSD1305芯片控制的液晶屏。采用C语言模拟SPI接口,实现51与SSD1305通讯。
- 2022-03-24 22:11:07下载
- 积分:1
-
NXP arm LPC23xx internal features examples of code
NXP arm LPC23xx内部功能部件实例代码-NXP arm LPC23xx internal features examples of code
- 2022-03-25 05:03:15下载
- 积分:1
-
ARM公司的编辑器使用手册,中英文对照,相当不错,值得一看,对ARM学习有帮助。...
ARM公司的编辑器使用手册,中英文对照,相当不错,值得一看,对ARM学习有帮助。-ARM s editor user manual in English, quite good, worth a visit on the ARM study helpful.
- 2022-04-23 17:59:56下载
- 积分:1
-
Development board supporting Feiling OK2440V3 experimental procedure
飞凌OK2440V3开发板的配套实验程序-Development board supporting Feiling OK2440V3 experimental procedure
- 2023-07-10 01:20:03下载
- 积分:1