资源列表
FreeRTOS实验4-3 FreeRTOS任务挂起和恢复实验
- STM32F103 的freeRtos的操作系统中,任务的挂起和恢复(n STM32F103's freeRtos operating system, tasks hang up and resume)
usbser.sys+mdmcpq.inf+
- 使用STM32F1或F4的开发板进行USB虚拟串口程序改造,必须在Windows上安装相应驱动。usbser.sys 复制到C:\Windows\System32\drivers, mdmcpq.inf 复制到C:\Windows\inf(The use of STM32F1 or F4 development board for USB virtual serial port program transformation, you must install the corresponding
定时器中断
- 这是基于STM32单片机建立的MDK工程,可以实现定时器中断。(This is based on the establishment of STM32 microcontroller MDK project, you can achieve timer interrupt.)
STM32L1XX adc程序
- STM32L1XX adc程序源码,具有一定的参考价值(STM32L1XX ADC program source code, with a certain reference value)
STM32无感无刷BLDC程序
- 基于STM32F10X硬件平台的无感无刷BLDC源程序(STM32F10X brushless platform BLDC source program based on hardware platform)
micro_usb_pcb封装AD 格式
- micro usb pcb封装 AD格式(micro usb pcb package)
外部中断实验
- 通过开发板上载有的3个按钮(KEY_UP、KEY0、KEY1),来控制板上的2,LED(DS0和DS1),其中KEY0控制DS0,按一次亮,再按一次,就灭。KEY1控制DS1,效果同KEY0。KEY_UP则同时控制 DS0和DS1,按一次,他们的状态就翻转一次。(Some 3 buttons are uploaded through the development board (KEY_UP, KEY0) (KEY1) to control the 2 LED (DS0 and DS1) on
pci2uart
- 基于quartus开发环境实现 PCI接口的UART设备(串口)(UART device (serial port) for PCI interface based on quartus development environment)
1.PWM
- 基于STM32F103单片机的PWM波的输出程序,供大家学习使用。(PWM STM32F103 MINI study)
1—STC(10位AD_查询方式)
- 本程序使用STC12C5A60S2 ADC转换功能,ADC采样使用查询方式(This procedure uses the STC12C5A60S2 ADC conversion function, ADC sampling, using the query)
HY-MOTOR-Basic-3.00
- 二个电机同时工作,升级最高速度 并且带负载测试过(Two motors work at the same time, upgrade the maximum speed and test with load)
11—矩阵按键(代码最少的)
- 单片机矩阵按键程序, 单片机系统中,若使用按键较多时如电子密码锁、电话机键盘等一般都至少有12到16个按键,通常采用矩阵键盘。 矩阵键盘又称行列键盘,它是用四条I/O线作为行线,四条I/O线作为列线组成的键盘。在行线和列线的每个交叉点上设置一个按键。这样键盘上按键的个数就为4*4个。这种行列式键盘结构能有效地提高单片机系统中I/O口的利用率。(Singlechip matrix button program)