登录
首页 » Others » sn8p2711b

sn8p2711b

于 2015-01-18 发布 文件大小:5KB
0 105
下载积分: 1 下载次数: 182

代码说明:

  松翰单片机2711B用于移动电源充电,程序包括电池的预充电,恒流充电,恒压充电,放电状态的大电流保护,电池低电压保护。无负载自动关机。跑马灯指示灯电量指示程序。(Sonix microcontroller 2711B for mobile power charging, the program includes pre-charge the battery, constant current charging, constant voltage charging, high-current protection, low battery voltage protection discharged state. No load automatically shut down. Marquee battery indicator lights program.)

文件列表:

sn8p2711b.asm,22475,2013-12-03

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

发表评论

0 个回复

  • FontGen2
    点阵字体产生工具以及相关显示函数。 在开发嵌入式系统时,需要显示不同大小或类型字体的汉字。显然,对于嵌入式系统,不太可能使用矢量字体,而点阵字体,不同大小的字体不能简单的缩放。 另外,对一个小系统,也不需要完整的字体,往往只要几十个,甚至几个就够了。 一般,我们采用的方法是,自己准备点阵字体的数据,在显示汉字时,把这些数据写入显存就行了。 这时又存在另外一个问题,由于是不完整的字库,不能简单的用汉字的内码去找到对应的字体数据,如果逐个比较,又费时间。比较好的方法就是把字体数据排序,用二分法查找,这样可以大大提高查找效率。 这里为以上问题提供了一个完整的解决方案: 产生字体数据:指定字体类型、大小,自动产生字体数据。 字体数据排序:可以按Unicode,也可以按Ansi排序。 集成显示函数:提供相关显示函数。为了节省空间,我们把文字分成thin和wide两种,前者用于显示传统的ASCII字符集,后者用于显示汉字等多(双)字节字符 ()
    2020-06-30 09:20:02下载
    积分:1
  • ASM
    基本按键操作——单键触发8位二进制累加计数器实验(Basic key operation- one-touch trigger 8-bit binary up-counter experiment)
    2013-12-04 22:15:32下载
    积分:1
  • serial
    说明:  串口的发送和接受程序,板子上实验通过,和大家分享。(Send and receive serial procedures, the experiment through the board, share with you all.)
    2009-08-15 10:03:26下载
    积分:1
  • ucosii51
    这是一个用51单片机系统仿真ucosii工作的protues电路 本系统包括扩展64k RAM的单片机系统和杨屹移植到51单片机的ucosii 系统 使用方法: 1.安装Protues7.4版,然后用protues打开protues 8051 simulation 文件夹 中的extern ram.DSN 文件 2.打开extern ram.DSN 后,双击单片机在弹出的窗口中的Program File 选项 中选择yy.hex文件。 (yy.hex其实就是yy文件夹中keil文档编译出来的hex文 件,yy文件夹是杨屹的ucos51 系统,用keil 2 可以打开) 3.在Clock Frequency选项中输入22.184M(杨屹的ucos51 用的是22.184M hz的单片机频率) 4.双击VTERM串口调试显示屏,在Baud Rate 选项中选择19200的波特率 5.保存,点击运行就可以看到经典的hello world 了。 (1. Protues7.4 version installed, and then open the protues folder protues 8051 simulation The extern ram.DSN file 2. Open extern ram.DSN, double-click the pop-up window of SCM in the Program File option, select yy.hex file. (yy.hex actually yy folder keil out of the document compiled hex files, yy folder is Yang Yi s ucos51 system, using keil 2 Can open) 3. In the Clock Frequency option to enter 22.184M (Yang Yi of the ucos51 using a microcontroller 22.184M hz frequency) 4. Double-click VTERM serial debug display, in the Baud Rate select 19200 baud rate options 5. Save, click Run you can see the classic hello world)
    2010-03-09 19:40:03下载
    积分:1
  • RoboRTS-Firmware-icra2019
    说明:  Robomaster ICRA AI机器人底层STM32代码,基于Freertos,适用于Robomaster A型开发板STM32F427IIHx(Robomaster ICRA AIRobot STM32code Freertos-Robomaster A Development Board STM32F427IIHX)
    2019-07-02 16:59:31下载
    积分:1
  • msp430x20x2_adc10_temp
    说明:  使用msp430f2012的10位ADC端口进行采样并转换(Use msp430f2012 port 10-bit ADC sampling and conversion)
    2010-04-20 22:08:56下载
    积分:1
  • LCD
    stm32液晶屏代码,通过按键使液晶屏显示的内容上下左右移动(Stm32 LCD code, through the buttons to make the content of the LCD display top to bottom and move around)
    2015-05-17 22:29:03下载
    积分:1
  • STM32_SPI
    STM32F103C8T6 SPI1 通讯, 控制AD5420, DAC8750 驱动程序, KEIL4开发环境(STM32F103C8T6 SPI1 communication, control AD5420, DAC8750 driver, KEIL4 development environment)
    2021-02-04 11:19:58下载
    积分:1
  • STC_IR_REMOTER
    说明:  使用P3.2外部中断下降沿触发, 对NEC红外编码方案进行解码。 单片机晶振12M, 22pf匹配电容 测试遥控器为淘宝购买, 淘宝输入 ‘红外遥控器’ 即可, 不到2元一个。 单片机用的是 STC 的 12C5A60S2, 使用串口下载烧录程序。 因为使用的12M晶振, 不是11.0592,所以使用单片机内部的专用波特率发生器, 最高9600bps,再高就乱码误码比较大了。 红外接收电路1838T 3脚一体化, 使用数据手册里的推荐电路, 自行百度。(NEC infrared decoder program based on STC MCU using C language. MCU model: STC12C5A60S2 CRYSTAL: 12 M INFRARED RECEIVER MODEL: 1838T)
    2020-09-04 14:54:57下载
    积分:1
  • 陀螺仪
    stc12单片机驱动mpu6050,读取数值(STC12 microcontroller drive mpu6050, read the value)
    2017-08-10 14:25:44下载
    积分:1
  • 696518资源总数
  • 104388会员总数
  • 18今日下载