搜索资源列表
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的状态
EM-STM3210E
- stm32的原理图,很好用的东西啊,值得下载
STM3210C
- STM32原理图,大家可以参考一下。初学者好参考。-STM32 diagram, we can refer to. A good reference for beginners.
usb_Mass_Storage
- STM32实现读卡器功能,适用于STM32E-EVAL开发板-STM32 card reader function to achieve for STM32E-EVAL development board
EKSTM3210E
- 购买stm32实验板时配套的光盘资料,包括图纸,源代码,需要的下载吧,以后会多发些自己编的例子程序,(注明一下:实验板是微芯力科的EK-STM3210E)-Buy stm32 experiment boards supporting CD-ROM information, including drawings, source code, need to download it, the future will be prepared with multiple examples of some
SD
- 基于STM32的SD卡读写程序,已经应用到产品中!-The SD card reader based STM32 procedure has been applied to the product!
example_GPIO
- 本例展示了如何通过设置GPIO BSRR寄存器(Port bit set/reset registe)和GPIO BRR寄存器 (Port bit reset register)来翻转IO的状态。 通过设置这两个寄存器,可以利用单比特操作(single atomic write access)来改变一个或者几个IO端口的状态。 这个例子原本应用于STM32评估板(STM3210B-EVAL),为了使本例能在STM3210B-LK1上运行,应当把使用端口PC.06 – PC.0
STM32_CAN_Ex1
- 演示通过STM32评估板进行基于RTX操作系统的CAN总线驱动程序,以及如何进行总线读写的基本流程-This example program shows how to use the RTX CAN Driver on ST STM3220F-EVAL Evaluation Board with ST STM32F207IGT6 microcontroller.
