搜索资源列表
STM3210B-EVAL_Demo
- st公司的开发板的资料,对于学习stm32是非常有帮助的。
3bedc82c-db95-4efb-a5a2-a7886622520a
- stm32资料stm3210b开发板演示试验软件
STM32MCKit
- The PMSM FOC is made of several C modules, compatible with the free-of-charge IAR EWARM KickStart edition toolchain version 4.42. It is used to quickly evaluate both the MCU and the available tools. In addition, when used together with the STM32F
3bedc82c-db95-4efb-a5a2-a7886622520a
- STM3210B-EVAL评估板演示程序
STM3210B-EVAL_Demo
- STM3210B-EVAL_Demo
ST32demoCode.zip
- STM32 Demo Code Audio Custom_HID Device_Firmware_Upgrade JoyStickMouse Mass_Storage,STM32 Demo Code Audio Custom_HID Device_Firmware_Upgrade JoyStickMouse Mass_Storage
STM32-SPI.rar
- 本例展示了如何实现2个SPI之间的在全双工(full-duplex)模式下通信,通过NSS软件管理,实现了由主向从,接着又从向主发送数据。 在本例程中,设置SPI1和SPI2为8bit数据帧,9Mbit/s传输速率。 在第一阶段,由主SPI1把SPI1_Buffer_Tx发送到SPI2,由从SPI2把SPI2_Buffer_Tx发送到SPI1。传输完成后,通过比较判断传输是否正确。 由于NSS管脚由软件管理,因此,可以在不改变硬件配置的情况下使SPI1由主变从,而SPI2由从变主。
STM32+EXTI.rar
- 本例展示了如何使用嵌套中断向量控制器(Nested Vectored Interrupt Controller)来设置IRQ通道。 把3个计时器(TIM2,3,4)设置为在每一个计数器更新事项(counter update event)产生中断。这三个计时器都与各自对应的更新IRQ通道联系起来,并设置他们的中断优先级,TIM2为0,TIM4为2。 在他们各自的中断中:TIM2每1秒翻转一次PC.06的状态;TIM3每2秒翻转一次PC.07的状态;TIM4每3秒翻转一次PC.08的状态
ucosii-13K.rar
- stm32 ucos 精简移殖版本 不需作任何修改直接便可运行。包含串口 定时器 ,transplant stm32 ucos streamlined version without any changes can be run directly. Contains the serial port timer
STM32F10x_IAP_V3.3.0
- STM32的IAP程序,很不错,可以下下来慢慢分析,在万利的STM3210B的板子上调试通过-STM32 of the IAP program, very good, you can download it to study,which work well on STM3210B board of Manley LTD
Micrium-ST-uCOS-II-LCD-STM32.r
- UCOSII 在STM32的移植,STM3210B-EVAL平台,支持IAR和Keil ,The source code for C/OS-II is provided in source form along with IAR EW and Keil*Vision3 (RV-MDK) project files that allows you to run C/OS-II on the IAR STM32-SK and ST STM3210BEVAL evaluation board
example5_ADC
- 本例展示了如何使用双ADC对多路通道进行同时转化。 使用ADC1对通道14和通道17进行转化。使用ADC2对通道10和通道11进行转化。通道17与内部参考电压Vref相连。 一旦转换开始,ADC1和ADC2对对通道14和10的转换将同时开始,结果存于ADC1的32-bit DR寄存器内,其中高16bit为ADC2对通道10的转换结果,低16bit为ADC1对通道14的转换结果。之后由DMA把DR寄存器内的数据传送到内存中的ADC_DualConvertedValueTab表格
STM3210B-EVAL_Demo
- stm32f10x开发板的demo例程,适合初学者-stm32f10x development board of demo routines, suitable for beginners
OpenSource_28
- stm32f103的原装eval板原理图+pcb protel格式-eval board stm32f103 the original schematic+ pcb protel format
STM32F107_ucos
- 基于STM32F107-LK(兼容STM32F107VC-PKT)的uCOS-II2.86移植,用MDK4.10开发,四个任务,一个邮箱,一个RTC中断,参考了STM3210B-LK1-OS代码,可用超级终端调试!-Based STM32F107-LK (compatible STM32F107VC-PKT) of uCOS-II2.86 transplantation, with MDK4.10 development, the four tasks, a mailbox, a RTC int
STM3210B-LK1-LCD
- 萬利STM3210B-LK1的FreeRTOS Demo, 有adc, uart, LCD 功能-Manley STM3210B-LK1- FreeRtos Demo, include adc, uart, LCD
uCOS-STM3210B-LK1-IAR
- 萬利STM3210B-LK1-uCOS(用IAR5.4)-Manley STM3210B-LK1- uCOS (with IAR5.4)
uCOSIISTM3210B-LK1
- uCOS II STM3210B-LK1 开发环境为 keil RVMDK 3.23,其他网站上下载到的-uCOS II STM3210B-LK1 development environment for the keil RVMDK 3.23, download to the other sites
STM3210B-lk1
- IAR下万利STM3210B-lk1使用Bug-IAR USE STM3210B-lk1 bug
STM3210B-LK1-USB
- STM3210B-LK1开发板玩USB的程序,包含固件、驱动和测试用的应用程序,上下位机通讯,很简单的实现。-The LK1 development board STM3210B-play USB-program, including firmware, drivers and test applications, the upper and lower machine communication, very simple to achieve。