登录
首页 » SCM » PIC24单片机程序示例。 目前这方面的资料较少。自己先顶一下。...

PIC24单片机程序示例。 目前这方面的资料较少。自己先顶一下。...

于 2022-01-24 发布 文件大小:81.35 kB
0 185
下载积分: 2 下载次数: 1

代码说明:

PIC24单片机程序示例。 目前这方面的资料较少。自己先顶一下。-PIC24 Singlechip sample procedures. At present, less information in this regard. Their first top-click.

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

发表评论

0 个回复

  • 陈天祥的《十天学会单片机》的所以C语言源程序
    陈天祥的《十天学会单片机》的所以C语言源程序-Chen Tianxiang
    2022-05-25 09:32:41下载
    积分:1
  • err
    单片机汉字和ASCII字符程序,程序中的汉字和英文全部存在字库中。单片机用的是常用的8051,仿真软件用的是proteus。由于proteus中的flash最大是64k,没有29c040等,而汉字和ASCII加起来有二百多k,所以用了5片27c512,如此一来程序就复杂了。用hc38译码器做片选等功能,hc00做逻辑电路,锁存器是hc373,液晶屏是12864的,ks0108驱动芯片,都是比较常用的。技术上用的是总线方法,包换液晶屏,没有用间接驱动,因为那样浪费IO口,液晶屏因为有左右屏之分,所以还要考虑在只有一个ASCII字符和情况下如果要显示中文该如何处理。还用到了分页技术,因为flash太多了。proteus的优点是不用硬件就可以调试程序,但有时与在硬件板上有区别。但还是相当不错的,如果做硬件板的话,或许要花几百元。看下图的仿真,proteus版本是7.1,keil的版本是8.02.如果学生拿来做毕业设计的话,那是相当不错的,因为这个技术曾经用在产品上。 -err
    2022-08-17 02:21:48下载
    积分:1
  • 桦宣430研讨会讲稿,主动式rfid,ti公司的讲稿
    桦宣430研讨会讲稿,主动式rfid,ti公司的讲稿-err
    2022-07-03 04:32:45下载
    积分:1
  • can总线硬件控制器开发源代码
    can总线硬件控制器开发源代码-bus hardware controller can open source
    2022-06-22 04:19:31下载
    积分:1
  • 12位4路ADC操作源代码,编译通过的,保证直接使用
    12位4路ADC操作源代码,编译通过的,保证直接使用-12-bit 4-channel ADC operation of the source code, compile, and to ensure direct access to
    2022-05-26 00:16:16下载
    积分:1
  • 直流电机调速模块采用模拟出租车的速度,通过模数转换为S。
    采用直流电机测速单元模拟出租车速度,通过A/D转换进行速度采样,利用单片机的定时器/计数器定时和计数,用LED数码管或LCD显示总价和时间,并通过键盘进行单价设定及时间显示,键盘功能自行定义。-DC Motor Speed modules using simulation taxi speed, through the A/D conversion speed of sampling, the use of single-chip timer/counter timing and counting, with LED digital tube or LCD display the total price and time, and through keyboard Price settings and time display, keyboard function on its own definition.
    2022-07-03 21:49:25下载
    积分:1
  • avr的程序,spi通信的程序,还有好多其他的
    avr的程序,spi通信的程序,还有好多其他的-avr procedures, 20 communications procedures, there is still much to the other
    2023-05-30 17:25:03下载
    积分:1
  • 利用stc12c2052单片机测量空气质量的
    利用stc12c2052单片机测量空气质量的-use stc12c2052 SCM measurements of air quality
    2022-06-20 09:46:41下载
    积分:1
  • 由8051组成的单片机系统通常情况下,P0口分时复用作为地址、数据总线,P2口提供A15...
    由8051组成的单片机系统通常情况下,P0口分时复用作为地址、数据总线,P2口提供A15-A8即高8位地址,P3口用作第二功能,只有P1口通常用作I/0口。P1口是8位准双向口,它的每一位都可独立地定义为输入或输出,因此既可作为8位的并行I/O口,也可作为8位的输入输出端。当工作在输入方式时,对应位的锁存器必须先置1,才能正确地读到引脚上的信号,否则,执行读引脚指令时,若对应位的锁存器的值为0,读的结果永远为0。-By 8051, composed of single-chip microcomputer system under normal circumstances, P0 timeshare I reuse as address, data bus, P2 I provide A15-A8 high eight address, P3 mouth for the second function, I usually only P1 for I/0 I. P1 I was eight quasi-two-way port, it can be independent of each and every defined as input or output, it can be used as 8-bit parallel I/O port, can also be used as 8-bit input and output side. When the work in the input, the corresponding bit latch must first buy one in order to correctly read the signal pin, or pin the implementation of reading instruction, if the corresponding bit latch the value of 0, Reading the results of Forever to 0.
    2023-08-10 04:55:03下载
    积分:1
  • 文介绍一种用单片机普通I/O 口实现串行通信的方法,可在单片机的最小应用系统中实现与两个以上串行接口设备的多机通信。附有电路图和源代码。...
    文介绍一种用单片机普通I/O 口实现串行通信的方法,可在单片机的最小应用系统中实现与两个以上串行接口设备的多机通信。附有电路图和源代码。-text introduces a microcontroller I/O port serial communications, in the smallest single-chip microcomputer application system to achieve more with two serial interfaces of multi-machine communication. With circuit and the source code.
    2022-02-06 07:50:00下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载