Location:
Search - sonix a
Search list
Description: 一个sonix单片机开发的电磁炉程序,经过调试,可以正常工作-a microcontroller development of the Induction Cooker procedures are followed, debugging, normal work
Platform: |
Size: 3950 |
Author: 张无痕 |
Hits:
Description: SONIX单片机的原代码!是用带A/D口的单片机来做一款充电器的程序!-SONIX SCM's original code! Is to use A / D MCU I do one of the procedures charger!
Platform: |
Size: 5314 |
Author: 韦生 |
Hits:
Description: 应用松翰母体开发的航模飞机的源代码!有舵机控制功能-SoniX parent application development model aircraft aircraft source code! A steering control
Platform: |
Size: 909334 |
Author: 朱志超 |
Hits:
Description: 这是一个改变视频效果的程序,基本上是对8位灰阶数据进行线形处理。 在WIN2K、DX9下编译通过,运行正常。-This a change in the procedures for video effects, basically to eight linear gray-scale data processing. In WIN2K, DX9 compiler, operating normally.
Platform: |
Size: 28672 |
Author: 许静芬 |
Hits:
Description: 一个sonix单片机开发的电磁炉程序,经过调试,可以正常工作-a microcontroller development of the Induction Cooker procedures are followed, debugging, normal work
Platform: |
Size: 4096 |
Author: 张无痕 |
Hits:
Description: SONIX单片机的原代码!是用带A/D口的单片机来做一款充电器的程序!-SONIX SCM's original code! Is to use A/D MCU I do one of the procedures charger!
Platform: |
Size: 5120 |
Author: 韦生 |
Hits:
Description: Sonix Sn9c102 camera data sheet
Platform: |
Size: 138240 |
Author: jeffrey |
Hits:
Description: sonix单片机开发程序,有ADC,PWM,timer,蜂鸣器,LCD控制等等,鉴于Sonix单片机性价比很高,所以这代码很有参考意义。-Sonix Singlechip development process, has ADC, PWM, timer, buzzer, LCD control, etc., in view of cost-effective single-chip high Sonix, so this code is very useful.
Platform: |
Size: 34816 |
Author: eacho |
Hits:
Description: 松翰单片机资料 ,主要用于学习-SONIX Singlechip information, mainly for learning
Platform: |
Size: 15308800 |
Author: 周威 |
Hits:
Description: 松翰(SONIX)单片机的一个温控实例,对初级应用松翰的软件工程师可以参考下-Sonix (SONIX) Singlechip a temperature-controlled examples of applications for junior Sonix software engineers can refer to the next
Platform: |
Size: 10240 |
Author: 卢枝 |
Hits:
Description: SONIX SN8P2501单片机电磁炉汇编源代码-SONIX ICROCOMPUTER CODE,SONIX ICROCOMPUTER CODE,SONIX ICROCOMPUTER CODE,SONIX ICROCOMPUTER CODE,SONIX ICROCOMPUTER CODE
Platform: |
Size: 4096 |
Author: lekes |
Hits:
Description: 一个很完整的电子秤方案,里面包括原理图和已经完全投入使用的原代码。是用SONIX的母体写的。-A very complete program of electronic scales, which includes schematic diagram and has been completely put to use the original code. SONIX the parent is written.
Platform: |
Size: 137216 |
Author: 朱志超 |
Hits:
Description: 亚当模块全套软件,采用宏晶单片机,支持MODBUS协议-Adam, a full set of software modules, using the macro crystal microcontroller, support MODBUS protocol
Platform: |
Size: 290816 |
Author: Simon |
Hits:
Description: 豆浆机控制器程序,单片机采用松翰的2501B,采用汇编语言编写,这是一款实际的产品控制器程序。-Soymilk controller program, SCM Sonix' s 2501B, using assembly language, this is a real product control procedures.
Platform: |
Size: 7168 |
Author: andy |
Hits:
Description: 使用sonix(松翰单片机)的一个电风扇控制板应用程序-Use sonix (Sonix MCU), a fan control panel application
Platform: |
Size: 1611776 |
Author: shengxinfei |
Hits:
Description: 一款加湿熏香机,自己写的,用的是电容检测有无缺水,用sonix-A humidification incense machine, wrote it myself, using a capacitive sensing whether the water shortage, with sonix
Platform: |
Size: 4096 |
Author: denny |
Hits:
Description: USB的HID固件程序,单片机开发
Bus_Reset:
------------------------------------------------------------------
into Normal Mode, two NOPs are required.
------------------------------------------------------------------
b0bclr FSTPHX
nop
nop
b0bclr FCLKMD
---------------------------------------------------------------
NOTE!! Keep USB enable after Bus_reset and set USB address to 0
---------------------------------------------------------------
mov a, #0x80 enable USB & and set USB address = 0
b0mov UDA, a
clr UDP0 set FIFO address to EP0
clr UDP0_H
clr UDR0_R
clr UDR0_W
b0bclr bSetAddress bus reset clear bSet_address
b0bclr bSetAddressCmd
b0bclr bSuspend clear bSuspend flag
b0bclr bRemote_Wakeup
mov a, #PROTOCOL_initial_value
b0mov PROTOCOL, a
clr BSetConfiguration
clr UStatus
clr USB_HID_Status2
clr EP0OUT_CNT
clr USB_HID_Status
mov a, #0xf0
and USB_HID_Status, a-USB的HID固件程序,单片机开发
Bus_Reset:
------------------------------------------------------------------
into Normal Mode, two NOPs are required.
------------------------------------------------------------------
b0bclr FSTPHX
nop
nop
b0bclr FCLKMD
---------------------------------------------------------------
NOTE!! Keep USB enable after Bus_reset and set USB address to 0
---------------------------------------------------------------
mov a,#0x80 enable USB & and set USB address = 0
b0mov UDA, a
clr UDP0 set FIFO address to EP0
clr UDP0_H
clr UDR0_R
clr UDR0_W
b0bclr bSetAddress bus reset clear bSet_address
b0bclr bSetAddressCmd
b0bclr bSuspend clear bSuspend flag
b0bclr bRemote_Wakeup
mov a,#PROTOCOL_initial_value
b0mov PROTOCOL, a
clr BSetConfiguration
clr UStatus
clr USB_HID_Status2
clr EP0OUT_CNT
clr USB_HID_Status
mov a,#0xf0
and USB_HID_Status, a
Platform: |
Size: 113664 |
Author: tecwon |
Hits:
Description: 松翰的MCU学习,我们可以了解松翰的单片机-this a new MCU it tell us how to use it
Platform: |
Size: 242688 |
Author: caohu |
Hits:
Description: 松翰单片机学习资料打包起来的,有多种芯片资料,总有一个是你需要的-John learning material packing single chip microcomputer loosen up, there are a variety of chip material, there is always a is you need
Platform: |
Size: 14926848 |
Author: 陈啟杰 |
Hits:
Description: 松翰单片机低成本利用I/O口和电阻电容的充放电测温。-Sonix MCU low-cost I/O port and a resistor-capacitor charge and discharge temperature measurement.
Platform: |
Size: 308224 |
Author: 王 |
Hits: