登录
首页 » Others » Armfly-STM32-SCH-SoftDemo

Armfly-STM32-SCH-SoftDemo

于 2011-08-24 发布 文件大小:16434KB
0 200
下载积分: 1 下载次数: 2411

代码说明:

  非常不错的一款STM32开发板资料。 含原理图、用户手册、各类例程:USB虚拟串口、TFT显示例程、U盘例程、TCP通信、uCOS例程、MP3解码、步进电机例程等。有KEIL和IAR两套例程。 (A very good STM32 development board. Including schematics, user manual, all kinds of routines: USB virtual serial ports, TFT display routines, U disk routines, TCP communication, uCOS routines, MP3 decoding, stepper motor routines and so on.)

文件列表:

超强的STM32开发板资料(原理图和例程)
.....................................\Ex001-串口printf和scanf(2010-01-02).rar,294566,2010-01-02
.....................................\Ex002-GPIO输入和输出(2010-01-02).rar,293836,2010-01-02
.....................................\Ex003-SysTick实现软件延迟和定时器(2010-01-02).rar,298443,2010-01-02
.....................................\Ex004-实用的按键处理例程软件滤波%2BFIFO(2010-01-02).rar,305105,2010-01-02
.....................................\Ex005-PWM调节LCD背景光(2010-01-02).rar,302741,2010-01-02
.....................................\Ex006-ADC采样和滤波(2010-01-02).rar,301091,2010-01-02
.....................................\Ex007-TFT显示文字图片(2009-01-03).rar,446267,2010-01-03
.....................................\Ex008-TFT浏览中文点阵字库(2009-01-04).rar,458258,2010-01-04
.....................................\Ex009-TFT示波器(2010-03-20).rar,327258,2010-03-21
.....................................\Ex010-Web服务器_uIP(2010-01-20).rar,461711,2010-01-20
.....................................\Ex011-TCP通信_uIP(2010-02-01).rar,467669,2010-02-01
.....................................\Ex013-SDIO%2BFatFS文件系统(2011-07-03).rar,1450528,2011-07-03
.....................................\Ex014-串口FIFO例程_2个RS232和1个RS485(2010-09-05).rar,302726,2010-09-05
.....................................\Ex015-FM收音机例程(TEA5767%2BWM8978)_2010-09-18.rar,332282,2010-09-18
.....................................\Ex016-U盘读写例程(CH374)_2011-02-05.rar,489576,2011-02-07
.....................................\Ex017-USB鼠标例程(摇杆模拟USB鼠标指针)_2011-05-22.rar,567507,2011-05-22
.....................................\Ex018-USB Mass Storage例程(SD卡和NAND模拟U盘)_2011-06-28.rar,1324104,2011-06-28
.....................................\Ex200-MP3例程(VS1003B)_2011-07-21.rar,847293,2011-07-21
.....................................\Ex201-U盘读写例程(CH376)_2011-07-13.rar,340646,2011-07-13
.....................................\Ex202-步进电机例程(2010-11-25).rar,318260,2010-11-25
.....................................\Ex300_uCOS-II_创建任务&邮箱通信例程_2011-02-08.rar,512969,2011-02-08
.....................................\TCPTest(V1.0).rar,222155,2010-02-01
.....................................\中文点阵字库的使用方法(安富莱电子).pdf,234706,2010-01-04
.....................................\安富莱C语言编码规范.pdf,634062,2011-07-21
.....................................\安富莱STM32F103ZE-EK(V3)_原理图.pdf,192342,2010-11-28
.....................................\安富莱STM32例程文件夹说明.pdf,128955,2010-01-01
.....................................\安富莱STM32例程调试方法(KEIL).pdf,485152,2010-01-01
.....................................\安富莱_STM32F103ZE-EK(V3)开发板_用户手册(V1.1).pdf,4974679,2011-07-21
.....................................\安富莱原创例程简介.txt,7935,2010-03-21
.....................................\新一代TSC2046触摸屏控制器.PDF,183595,2010-01-05
.....................................\触摸屏的校准.pdf,403403,2010-01-05

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

发表评论

0 个回复

  • YL_LPC1788_Test_20110707
    YL-LPC1788用户光盘(V1.1)的测试源码!(YL-LPC1788 user CD-ROM (V1.1) test source!)
    2013-02-20 21:09:49下载
    积分:1
  • TFTLCD
    一块TFT屏幕的驱动程序,包括管脚的定义以及纵横方向的延展,但是没有具体的数据cmd,需要的拿走(A driver for TFT)
    2011-09-21 10:25:59下载
    积分:1
  • STM32F0XX教程+例程源码
    STM32F0XX教程+例程源码 教程目录: 工程篇:搭建KEIL-MDK开发平台及制作MDK工程文件模板.pdf 资料篇-NUCLEO-072RB开发板特性讲解及资料准备.pdf 初级教程篇:按键(中断方式)实现24C04存储器内容读写.pdf 初级教程篇:实现一个LED灯(软件延时 systick定时器).pdf 中级教程篇:利用SPI总线构建NUCLEO-072RB和NUCLEO-302RB双机处理系统.pdf 中级教程篇:利用定时器实现6路互补PWM波形输出.pdf 高级教程篇:基于Labview上位机界面的NUCLEO-072RB数据采集系统.pdf 例程目录: 1.ADC 2.BLDC 3.DEMO-工程模板 4.EEPROM 5.KEY(中断方式) 6.KEY-EEPROM 7.LED(systick定时) 8.LED(软件延时) 9.PWM 10.SPI-MASTER-F0 11.SPI-SLAVE-F3 12.STM32-Labview-ADC 13.UART(printf 查询方式接收) 14.UART(中断方式方式接收)(STM32F0XX tutorial + routine source code Directory of courses: Project: building KEIL-MDK development platform and making MDK project document template.Pdf Information sheet -NUCLEO-072RB development board characteristics and data preparation.Pdf Primary tutorial: key (interrupt mode) to achieve 24C04 memory content read and write.Pdf Junior tutorial: realizing a LED lamp (software delay systick timer).Pdf Intermediate tutorial: using SPI bus to build NUCLEO-072RB and NUCLEO-302RB dual processor system.Pdf Intermediate tutorial: using timer to realize 6 complementary PWM waveform output.Pdf Advanced tutorial: NUCLEO-072RB data acquisition system based on Labview host computer interface.Pdf Routine Directory: 1.ADC 2.BLDC 3.DEMO- engineering template 4.EEPROM 5.KEY (interrupt mode) 6.KEY-EEPROM 7.LED (systick timing) 8.LED (software delay) 9.PWM 10.SPI-MASTER-F0 11.SPI-SLAVE-F3 12.STM32-Labview-ADC 13.UART (printf query mode) 14.UART (interrupt mode receive))
    2020-06-27 09:20:01下载
    积分:1
  • i2c--DA
    基于stm32 和8591,利用i2c实现DA(Based on stm32 and 8591, the use i2c achieve DA)
    2013-09-02 20:37:01下载
    积分:1
  • SD卡读写模块
    周立功公司为LPC213X ARM7 编写的SD卡读写模块,很详细的注释。(Zhou Ligong LPC213X ARM7 prepared for the SD card reader module, a very detailed notes.)
    2020-06-26 09:00:01下载
    积分:1
  • STR710_programm_full_MDK
    基于STR710的程序大全,编译环境为keil realview mdk!! (Guinness STR710-based procedures, the compiler environment keil realview mdk!!)
    2008-03-09 19:26:51下载
    积分:1
  • 1.Realview-MDK
    文章详述了realview mdk 中的常见问题及解决办法,适合嵌入式开发人员使用(Realview mdk article detailing the common problems and solutions for embedded developers)
    2013-08-14 09:22:48下载
    积分:1
  • ARM-engineer-introduction
    ARM 开发工程师入门宝典,对于初学者在面 对一个嵌入式开发项目的时候,往往面临着诸多困难,如选择什么样的开发平台?什么样的器件类型?在进行编译时怎样实现代码优化?开发工具该如何选择和使用?在进行程序调试时应该注意那些问题以及选择什么样的嵌入式OS等等。希望通过本文,能帮助初学者了解有关ARM嵌入式系统开发流程。(ARM the development engineers Starter Collection, in the face of an embedded development project for beginners, are often faced with many difficulties, such as the choice of what kind of development platform? What kind of device types? How to achieve during compile time code optimization? Development tools how to choose and use? During debugging should pay attention to those issues, and choose what kind of embedded OS, and so on. I hope this article can help beginners Learn about ARM Embedded system development process.)
    2012-09-24 22:31:50下载
    积分:1
  • shizhong
    基于ARM的万年历,C程序,LPC21X系列(ARM-based calendar, C program, LPC21X series)
    2011-11-18 10:39:44下载
    积分:1
  • Dual-serial-communication
    stm32 双串口通信 串口1对串口2的异步通信(stm32 Dual serial communication)
    2012-03-15 15:22:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载