搜索资源列表
S3C44B0X例子程序1
- 5 ledblink -- 跑马灯程序 该项目在SDT2.51下编译调试。最简单的demo程序,运行后3个发光二极管轮流点亮。 6 timerint -- 定时器中断demo程序 该项目在SDT2.51下编译调试。将子目录timerint拷贝到c:\\ 下。 该demo程序的主程序是while空循环,定时器中断服务程序每500ms将3个LED反相。 在57600超级终端里也可以看到中断发生时的信息。 7 uart -- 串口测试程序 该项目在SDT2.5
uCOSII(S3C44b0x+ADS)
- 请把uCosII的文件放到Core文件夹下。 共有三个任务,A,B为定时调度。C通过键盘的ISR中发送消息到邮箱。 程序在优龙开发板上调试通过,用的uCosII是2.70版本。-the documents from Core folder. There are three tasks, A, B for the regular scheduling. C ISR through the keyboard send mail to the news. Procedures for the
基于STM32微处理器的SD卡(TF卡)文件系统读写
- 基于STM32微处理器的SD卡(TF卡)文件系统读写. 103ZC,ZD等有SDIO,检查中。,This is a simple demonstration, based on STM32 and working with ST Evaluation board MB525 revA (old board), using the Embeddeded Library File System “EFSL” with an "SD" memory card in order
mp1fin
- ARM assembly code, A PROGRAM TO EXHIBIT SERIAL OUTPUT BY CONTINUOUS TRANSMISSION OF CHARACTERS U and b -ARM assembly code, A PROGRAM TO EXHIBIT SERIAL OUTPUT BY CONTINUOUS TRANSMISSION OF CHARACTERS U and b
lpc2388+sim508
- Lpc 2378-88 mini pc - /mmc-sd/usb a,b/10-20mbit Ethernet/i2c display/ up to 36 v dc-dc/rs232/jtag/ etc/ + molex 80 pin conector/for sim 508/548 ang you have lpc2378 mini pc + gsm +gps I do hope its very interest information for community
compare-a[i]-with-b[i]
- 比较两数组中对应元素的的大小,并输出大于 小于 相等 的个数-Comparison of the two corresponding elements in the array size, and output is greater than less than equal to the number of
STM32-7SEG-LED-SCAN
- 8位数码管动态扫描显示实验(显示不用库函数) *显示用指针直接访问GPIO端口的输出寄存器,形式GPIOD->ODR *延时delay_nms(5)时,显示不闪烁 *74HC138 A--P2.2--PE.0 B--P2.3--PE.1 C--P2.4--PE.2 *74HC573 D0~D7---PD[0..7] LE---PE.3 *by 追梦 2011-4-3-8-bit digital dynamic scan showed that the experimen
nand_read
- 本源码是基于S3C—6430的ARM11嵌入式开发板的NAND FLASH程序的编写。NAND写回速度快、芯片面积小,特别是大容量使其优势明显。页是NAND中的基本存贮单元,一页一般为512 B(也有2 kB每页的large page NAND FLASH),多个页面组成块。不同存储器内的块内页面数不尽相同,通常以16页或32页比较常见。块容量计算公式比较简单,就是页面容量与块内页面数的乘积。根据FLASH Memory容量大小,不同存储器中的块、页大小可能不同,块内页面数也不同。例如:8 MB
STM32-315McontrolLEDCAR
- 基于STM32单片机/315M无线模块控制智能小车 直流电机驱动 通过实现对LEDs 的控制,可以实现L298 (A或和B电机)的控制,达到对小车的控制(前进倒退转弯) 应用很简单,直接用L298需要的引脚接LED-Ports-Based on the STM32 MCU/315M wireless modules to control the smart car DC motor drive through the realization of the control of
SignalGenerator(90)
- 根据编码器信号特性,模拟出A,B,Z相信号,测试OK!-According to the encoder signal characteristic, Analog A, B, Z phase signal, test OK!
usb_keyboard
- USB 鍵盤 c code. 有完整的英文說明-USB: Keyboard This code implements a USB keyboard, which you can use to control almost any PC or Mac software. Example Application The example program configures all Port B and Port D pins as inputs with pullup
Lcd_Blink Lpc1768
- The LCD_Blinky project is a simple program for the NXP 'LPC1768' microcontroller using Keil 'MCB1700' evaluation board and demonstrating interrupt functionality and display to graphic LCD. (compliant to Cortex Microcontroller Software Interface Stand
DDC263
- DDc数字可编程控制器,本程序包括AD,功率一位寄存器的编程,实现2路数字输出,6路模拟输入。-请键入文字或网站地址,或者上传文档。 取消 DDc shùzì kě biānchéng kòngzhì qì, běn chéngxù bāokuò AD, gōnglǜ yī wèi jìcúnqì de biānchéng, shíxiàn 2 lù shùzì shūchū,6 lù mónǐ shūrù.DDc digital programmable controller, the
XULIEQI
- 用状态机实现序列检测器的设计 序列检测器可用于检测一组或多组由二进制码组成的脉冲序列信号,当序列检测器连续收到一组串行二进制码后,如果这组码与检测器中预先设置的码相同,则输出a,否则输出b- With a state machine sequence detector design Sequ
Desktop
- 通过小键盘的输入来控制输出的演示 设计要求:按下“A”键时,在七段数码管各位上循环显示“8”;按下“B”键时,在发光二极管上绿色、黄色、红色灯管依次循环定时点亮;按下“C”键时,退出,在七段数码管上显示“P”。 -Through the keyboard input to control the output of the demonstration
KMP
- 模式匹配算法KMP封装。非常适合从数据流中查找子字符串,尤其是嵌入式编程,非常好用。不同于常见的遍历字串查找,该方法不需要指针回溯和数据缓存,单片、ARM或无操作系统环境下,非常好用,更适合同时查找多个字符串。-请键入文字或网站地址,或者上传文档。 取消 Móshì pǐpèi suànfǎ KMP fēngzhuāng. Fēicháng shìhé cóng shùjù liú zhōng cházhǎo zi zìfú chuàn, yóuqí shì qiànrù shì biā
embedded template
- 该系统使用SMT32 ESP8266组成环境监测节点的平台程序,方便搭载各种传感器对服务器进行数据发送。在B站有简单讲解视频 用户名:lissettecarlr(The system uses SMT32 ESP8266 to form the platform program of environment monitoring node, which is convenient for carrying various sensors to transmit data to the ser
Test
- 74LS143与STM32F103连接,PA.0和PA.1控制A和B的收发,PB.0为时钟控制,连接clock。(The 74LS143 is connected to the STM32F103. PA.0 and PA.1 control the sending and receiving of A and B. PB.0 controls the clock and connects the clock.)