Location:
Search - stm32 2
Search list
Description: 教你在 STM32 上执行 uClinux,内附详细说明及已经移植好的 uClinux For STM32F103VE 的源代码.
Platform: |
Size: 2208366 |
Author: xyz543 |
Hits:
Description: STM32为ST公司最新推出的基于CORTEX内核的32位MCU,基丰富的外设,全新的设计可以充分释放你的想象.此程序为UCOS-II操做系统在上面的移植.编译软境为IAR-STM32 for ST
Platform: |
Size: 2971648 |
Author: wangyisu |
Hits:
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:
Description: 基于STM32系列的程序包,包括SPI,ADC,CAN-Based on the STM32 family package, including SPI, ADC, CAN
Platform: |
Size: 995328 |
Author: shina |
Hits:
Description: KEIL下STM32的UCOSii代码,所有的移植文件,包含UCos的源程序都在,可以直接使用.-KEIL under the STM32
Platform: |
Size: 1716224 |
Author: 周从文 |
Hits:
Description: STM32系列芯片的最新版本ucos-II 2.85的移植例程,-STM32 family of the latest version of the chip ucos-II 2.85 transplant routines,
Platform: |
Size: 2601984 |
Author: 阳志勇 |
Hits:
Description: STM32的程序,EK-STM32F的ADC程序例程,详细可参阅程序所述-STM32 procedures, EK-STM32F the ADC routine procedures, please refer to the procedures described in detail
Platform: |
Size: 331776 |
Author: qinshi |
Hits:
Description: STM32+J60 网络程序 可PIN 可TCP-HTTP-STM32+ J60 network program can be PIN can be TCP-HTTP
Platform: |
Size: 787456 |
Author: zusen |
Hits:
Description: 万利stm32开发板上的led例程,适合新手入门-Manley panel led development stm32 routines, suitable for beginners
Platform: |
Size: 139264 |
Author: whl |
Hits:
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:
Description: 本例展示了如何使用嵌套中断向量控制器(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的状态。
由于在STM3210B-LK1板上, 4个LED连接在PC.04 – PC.07,而不是STM3210B-EVAL上的PC.06 – PC.09,因此,程序要做相应的改动。-This example demonstrates how to use the nested vector interrupt controller (Nested Vectored Interrupt Controller) to set the IRQ channel. The three timers (TIM2, 3,4) is set to update a counter in each matter (counter update event) generate an interrupt. The three timers are updated with their corresponding IRQ channel link and set up their Interrupt Priority, TIM2 to 0, TIM4 to 2. In their respective interrupt in: TIM2 once every 1 seconds flip PC.06 state TIM3 once every two seconds flip PC.07 state TIM4 once every three seconds flip PC.08 state. As STM3210B-LK1-board, 4 LED connected PC.04- PC.07, rather than STM3210B-EVAL on PC.06- PC.09, therefore, corresponding changes to procedures to be done.
Platform: |
Size: 247808 |
Author: chen |
Hits:
Description: ucosii在stm32上的移植,需要的朋友参考一下-ucosii on stm32
Platform: |
Size: 1711104 |
Author: zxr |
Hits:
Description: STM32新手入门程序,从开发环境到源码实例,以一个完整工程的形式-STM32
Platform: |
Size: 220160 |
Author: sjl |
Hits:
Description: STM32 ARM 处理器的ADC采样源代码-STM32 ARM processor ADC sample source code
Platform: |
Size: 448512 |
Author: 覃芳芳 |
Hits:
Description: 基于STM32处理器的SPI接口操作源码-Based on the STM32 processor SPI interface to operate the source
Platform: |
Size: 372736 |
Author: 覃芳芳 |
Hits:
Description: 基于STM32 处理器的CAN总线通信协议源代码-Based on the STM32 processor CAN bus communication protocol source code
Platform: |
Size: 277504 |
Author: 覃芳芳 |
Hits:
Description: 基于STM32处理器的IAP应用FLASH编程源码-IAP processor-based STM32 application FLASH programming source code
Platform: |
Size: 503808 |
Author: 覃芳芳 |
Hits:
Description: 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 boards. To install the software, simply run the self-extracting executable.
Platform: |
Size: 2596864 |
Author: fengwentong |
Hits:
Description: stm32 STM32-2.6寸彩屏程序-stm32 tff
Platform: |
Size: 4224000 |
Author: zyber |
Hits:
Description: stm32 的2.4G,无线通讯,已经通过板上上面测试通过。-Stm32 2.4G, wireless communication, has passed the board above test.
Platform: |
Size: 399360 |
Author: CHEN |
Hits:
« 12
3
4
5
6
7
8
9
10
...
50
»