Welcome![Sign In][Sign Up]
Location:
Search - stm32 s

Search list

[Software EngineeringSTM32-Primer-Manual

Description: raisonance公司的stm32的开发板手册,ARM cortex-M3内核-Raisonance s stm32 development board manual, ARM cortex-M3 core
Platform: | Size: 1029120 | Author: 王网 | Hits:

[ARM-PowerPC-ColdFire-MIPSstm32

Description: 新年派送的STM32迷礼套件配套光盘资料,含原理图,例程,ic pdf.-New Year s ceremony for the delivery of the STM32 fans supporting CD-ROM package, including schematics, routines, ic pdf.
Platform: | Size: 14234624 | Author: ali | Hits:

[SCMIAR-STM32-SK_Demo

Description: This example project shows how to use the IAR Embedded Workbench for ARM to develop code for the IAR-STM32-SK evaluation board. It shows basic use of I/O, timer and the interrupt controllers. Displays running lights on the board LED s.-This example project shows how to use the IAR Embedded Workbench for ARM to develop code for the IAR-STM32-SK evaluation board. It shows basic use of I/O, timer and the interrupt controllers. Displays running lights on the board LED s.
Platform: | Size: 459776 | Author: HJ | Hits:

[OtherSD_card

Description: 文件为stm32的SD接口操作,该程序演示STM32的SD卡操作流程-Documents stm32 the SD interface operation, the program of the SD card STM32 demo operational processes
Platform: | Size: 1225728 | Author: 吴玉怀 | Hits:

[SCMSTM32-SPI

Description: 本例展示了如何实现2个SPI之间的在全双工(full-duplex)模式下通信,通过NSS软件管理,实现了由主向从,接着又从向主发送数据。 在本例程中,设置SPI1和SPI2为8bit数据帧,9Mbit/s传输速率。 在第一阶段,由主SPI1把SPI1_Buffer_Tx发送到SPI2,由从SPI2把SPI2_Buffer_Tx发送到SPI1。传输完成后,通过比较判断传输是否正确。 由于NSS管脚由软件管理,因此,可以在不改变硬件配置的情况下使SPI1由主变从,而SPI2由从变主。在第二阶段,由从SPI1把SPI1_Buffer_Tx发送到SPI2,由主SPI2把SPI2_Buffer_Tx发送到SPI1。传输完成后,通过比较判断传输是否正确。 在STM3210B-LK1上,如果以上4个传输都正确,则亮起LED1(LD4),否则亮起LED2(LD3)。-err
Platform: | Size: 232448 | Author: chen | Hits:

[ARM-PowerPC-ColdFire-MIPSSPI_test

Description: STM32的SPI例程,使用ST的V2.0版固件库,开发平台为MKD。-STM32 of SPI routines, use the ST version of the V2.0 firmware libraries, the development platform for the MKD.
Platform: | Size: 69632 | Author: Scott | Hits:

[Embeded-SCM DevelopSPI_Flash

Description: stm32 中使用SPI通讯写FLASH,需要的尽快下吧,我上传的程序都不会缺胳膊少腿的-stm32 spi flash
Platform: | Size: 918528 | Author: 冯耿超 | Hits:

[ARM-PowerPC-ColdFire-MIPSSTM32

Description: ST公司官方发布的开发板原理图+PCB,PROTEl99格式,可以直接使用,并带有pdf-ST' s official announcement of the development board schematic+ PCB, PROTEl99 format, can be used directly, and with a pdf
Platform: | Size: 757760 | Author: 深间的 | Hits:

[Embeded-SCM DevelopTIMER-TFT

Description: 自己用STM32开发的一个类似Windows的界面,并且加入了很多STM32的功能,比如RTC,PWM,TOUCH等等。全部直接操作寄存器-Their own development with the STM32 an interface similar to Windows, and added a lot of STM32 s features, such as RTC, PWM, TOUCH and so on. All direct manipulation register
Platform: | Size: 1157120 | Author: susu | Hits:

[ARM-PowerPC-ColdFire-MIPSSTM32

Description: STM32 MCU学习的全套资料,对学习STM的cpu很有用处-STM32 MCU learning the full set of information, to learn useful STM' s cpu
Platform: | Size: 19719168 | Author: guzhongbiao | Hits:

[WEB CodeSTM32

Description: STM32自建工程的网页,适合初学者,保证可以建立自己的工程,开发环境IAR5.4,和大家分享一下-STM32 self-built project' s website, for beginners, to ensure you can build your own projects, development environment IAR5.4, and share with you
Platform: | Size: 560128 | Author: wang hongbin | Hits:

[OS programSTM32-io-1DEMO

Description: 奋斗stm32开发板关于io的例子,让我们对于操作有了更深的理解。-Io struggle stm32 development board on the example, let' s have a deeper understanding of the operation.
Platform: | Size: 281600 | Author: ya | Hits:

[SCMSTM32-IO-I2-C-SHT11

Description: 完整的I2C温湿度传感器sht11、sht75读写程序,可单独放在程序中运行,分时操作,结果从函数中获取-Complete I2C temperature and humidity sensors sht11, sht75 literacy program, the program can be run on a separate, time-sharing operation, the results obtained from the function
Platform: | Size: 6144 | Author: shizhen | Hits:

[SCMstm32

Description: 在STM32的I2C上摔了一跤,测试了官方提供的几个例程和库,都有不同缺陷,也无法弥补: 1、查询方式,在连续读数据的过程中不能中断 2、DMA方式类似,在同一DMA中I2C的级别必须最高,否则同1. 3、中断方式也不能有更高优先级中断I2C,否则同1. 鉴于以上原因,无奈的口线模拟了I2C。(仅仅代表个人看法,欢迎指正) 附件中的项目文件已经过测试,为感谢OUR这几年的帮助,先开源这个小程序-I2C on the STM32' s fall, the official offered few tested routines and libraries, have different defects, can not make up: 1, query methods, in a continuous process of reading the data can not be interrupted 2, DMA similar to at the same level of DMA in the I2C to be the highest, or with 1.3, can not interrupt higher priority interrupt I2C, or with 1. For these reasons, but unfortunately the port line to simulate the I2C. (Only represent my personal views, please correct me) the attached project document has been tested and OUR for the past few years thanks to help, first open the applet
Platform: | Size: 38912 | Author: yongge | Hits:

[uCOSRTOS_MDK--uCOS-II-for-STM32(LCD5110)

Description: RTOS_MDK uCOS-II for STM32(LCD5110)意法半导体cpu移植的uCOS2.52,诺基亚的LCD5510显示器,效果直接显示,很符合刚学uCOS系统的同学。-RTOS_MDK uCOS-II for STM32 (LCD5110) STMicroelectronics cpu transplant uCOS2.52, Nokia' s LCD5510 display the results directly show that the system is consistent with the students just learning uCOS.
Platform: | Size: 3386368 | Author: LUJUNFEI | Hits:

[uCOSstm32-timerPPS2PUSART

Description: 在STM32F103上实现双定时器1S定时,利用RS232串口发送数据,利用中断检测PS2键盘和PC机交换信息并在串口助手上显示-In the STM32F103 dual timer 1 S timing, using RS232 serial send data, using interrupt the PS2 and PC keyboard detection to exchange information and serial port on display in assistant
Platform: | Size: 936960 | Author: 郭攀 | Hits:

[ARM-PowerPC-ColdFire-MIPSSTM32-drawpad

Description: 基于STM32的画板程序,包括源代码、库文件、通用的头文件和详尽的注释,可方便地对不同平台进行移植。-Based on the STM32' s Sketchpad program, including source code, library files, header files and detailed general comments can be easily portable to different platforms.
Platform: | Size: 683008 | Author: bolun | Hits:

[ARM-PowerPC-ColdFire-MIPSSTM32开发指南

Description: STM32的官方开发指南说明,对STM32的基础应用十分有用。(STM32's official development guide explains that the basic application of STM32 is very useful.)
Platform: | Size: 24255488 | Author: Querer | Hits:

[SCMSTM32单片机资料

Description: STM32的资料 希望能更好的帮助到大家 相互交流学习(STM32's information is expected to help people to learn from each other better.)
Platform: | Size: 20832256 | Author: lovefiroa | Hits:

[OtherSTM32的固件库创建工程完整教程

Description: STM32的固件库创建工程完整教程,适合初学者使用。(STM32's firmware library creates a complete tutorial for a beginner.)
Platform: | Size: 637952 | Author: popo2 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 26 »

CodeBus www.codebus.net