登录
首页 » Project Design » 主要给出msp430的程序代码,当然这只是嘴基本点程序集,具体程序代码还需要进一步涉及〉...

主要给出msp430的程序代码,当然这只是嘴基本点程序集,具体程序代码还需要进一步涉及〉...

于 2023-07-27 发布 文件大小:438.31 kB
0 79
下载积分: 2 下载次数: 1

代码说明:

主要给出msp430的程序代码,当然这只是嘴基本点程序集,具体程序代码还需要进一步涉及〉-MSP430 main program code is given, of course, this is only the basic point of the mouth assembly, the specific program code also needs to be further involved in

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 君正jz4740 CPU规格
    Ingenic Jz4740 CPU SPEC
    2022-07-09 18:51:58下载
    积分:1
  • 在电子技术中,频率是最基本的参数之一,又与许多电参量的测量方案、测量结果都有十分密切的关系,因此频率的测量就显得更为重要。测量频率的方法有多种,其中电子计数器测...
    在电子技术中,频率是最基本的参数之一,又与许多电参量的测量方案、测量结果都有十分密切的关系,因此频率的测量就显得更为重要。测量频率的方法有多种,其中电子计数器测量频率具有精度高、使用方便、测量迅速,以及便于实现测量过程自动化等优点,是频率测量的重要手段之一。在本次毕业设计中我们选择使用单片机来制作数字频率计,并在实际制作中采用了直接测频法。利用延时产生的时基门控信号来控制闸门,通过在单位时间内计数器记录下的脉冲个数计算出输入信号的频率,最终送入LCD中显示。这样制作出来的频率计不仅可以满足设计题目的参数要求,而且具有了单片机的稳定性和成熟性,且控制能力强,是一种低成本,高可靠的设计方案。-In electronic technology, the frequency is one of the most basic parameters, but also with a number of electrical parameters of the measurement program, the measurement results have a very close relationship between the frequency of measurement, therefore it is even more important. Measurement of the frequency of a number of means, electronic measurement of the frequency counter with high precision, easy to use, rapid measurement, and measurement is easy to realize the advantages of process automation is an important means of measuring the frequency of one. Graduates in this design we have chosen to make use of single-chip digital frequency meter, and used in the actual production of a direct
    2022-04-18 19:56:54下载
    积分:1
  • ARM APPLICATION AND SYSTEM DEVELOPMENT ON S3C4510B (介绍的很详细,很适合入门)...
    ARM APPLICATION AND SYSTEM DEVELOPMENT ON S3C4510B (介绍的很详细,很适合入门)-ARM APPLICATION AND SYSTEM DEVELOPMENT ON S3C4510B (described in great detail, it is suitable for entry)
    2022-07-10 15:08:27下载
    积分:1
  • 数据库课程设计 碟片出租系统
    数据库课程设计 碟片出租系统 -Database Course Design Disc Rental System
    2023-06-21 20:55:04下载
    积分:1
  • 本文的核心linux2.6.6新特点的基础上探讨了…
    本文首先分析Linux2.6.6内核新特性的基础,探讨对Linux进行实时化和嵌入式化,即通过配置内核,裁减shell和嵌入式C库对系统定制,使整个系统能够存放到容量较小的FLASH中。然后简单介绍了防火墙的概念,深入地分析了Linux2.6.6版新型内核防火墙netfilter框架的工作机制及其实现的方式。-In this paper, the kernel Linux2.6.6 the basis of new features to explore on the Linux and embedded real-time, that is by configuring the kernel, the reduction of shell and embedded C library on the system customization, so that the entire system to the capacity to store more FLASH in the small. And then briefly introduced the concept of a firewall, in-depth analysis of the new kernel version Linux2.6.6 firewall netfilter framework of the working mechanism and its implementation approach.
    2022-10-20 08:40:03下载
    积分:1
  • arcobjets开发的教程,实用性强,特别适宜入门的开发人员学习。...
    arcobjets开发的教程,实用性强,特别适宜入门的开发人员学习。-arcobjets development tutorials, practical, especially suitable for entry-level developers to learn.
    2022-02-11 14:39:19下载
    积分:1
  • AAA Logo是一款Logo设计软件。通过简单而强大的方式,设计专业的Logo,几分钟内就可以用于网页或者打印出来。内置60个模板,也可以自己定制模板。附带包...
    AAA Logo是一款Logo设计软件。通过简单而强大的方式,设计专业的Logo,几分钟内就可以用于网页或者打印出来。内置60个模板,也可以自己定制模板。附带包含2000多个Logo对象和剪贴画的图库。所有内置Logo对象都是基于矢量的,可以轻易的缩放和旋转。也可以对任意单独对象应用不同的样式,得到几乎无限的对象和效果组合。 -AAA Logo is a Logo design software. Through simple and powerful way to design a professional Logo, can be used for web pages within minutes or print them out. Built-in 60 templates, you can also customize their own templates. Logo included that contains more than 2,000 objects and clip art gallery. Logo for all built-in objects are vector-based and can be easily scaled and rotated. For any single object can also apply a different style, are almost unlimited combinations of objects and effects.
    2022-08-25 14:53:09下载
    积分:1
  • 数字复接就是把两个或两个以上的支路数字信号按时分复接方式合并成单一的合路数字信号。...
    数字复接就是把两个或两个以上的支路数字信号按时分复接方式合并成单一的合路数字信号。-Digital multiplexer is to slip two or more digital signals in time division multiplexing access method into a single co-channel digital signals.
    2023-03-17 10:55:04下载
    积分:1
  • 本文从信号量、管程和消息传递三个方面讨论了进程间的同步问题,并分别给出了关于生产者/消费者问题的解决算法,最终还分析了以上三种方法的优缺点。...
    本文从信号量、管程和消息传递三个方面讨论了进程间的同步问题,并分别给出了关于生产者/消费者问题的解决算法,最终还分析了以上三种方法的优缺点。-signal from the amount of paper tube and messaging three discussed the process of synchronization and were given on the producer/consumer problem solving algorithm, ultimately analysis of the above three methods are discussed.
    2022-03-26 07:42:04下载
    积分:1
  • Drive smt160 whit ICP and INT
    Drive smt160 whit ICP and INT
    2022-01-25 22:44:17下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载