Welcome![Sign In][Sign Up]
Location:
Search - stm3210b

Search list

[ARM-PowerPC-ColdFire-MIPSSTM3210B-EVAL_Demo

Description: stm32f10x开发板的demo例程,适合初学者-stm32f10x development board of demo routines, suitable for beginners
Platform: | Size: 2387968 | Author: 张佳波 | Hits:

[uCOSMicrium-ST-uCOS-II-LCD-STM32

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:

[Other Embeded programOpenSource_28

Description: stm32f103的原装eval板原理图+pcb protel格式-eval board stm32f103 the original schematic+ pcb protel format
Platform: | Size: 1667072 | Author: haiyang | Hits:

[uCOSSTM32F107_ucos

Description: 基于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 interrupt, refer to the STM3210B-LK1-OS code, HyperTerminal can be used to debug!
Platform: | Size: 2558976 | Author: 许文建 | Hits:

[SCMSD

Description: 基于STM32的SD卡读写程序,已经应用到产品中!-The SD card reader based STM32 procedure has been applied to the product!
Platform: | Size: 290816 | Author: 厉健永 | Hits:

[uCOSMicrium

Description: 这是一个uCOS-II移植到STM32F系类芯片上的源代码,包括EK-STM32F,STM32-SK,STM3210B-EVAL,STM3210E-EVAL等开发板的实例,LCD和LED都有,测试过,可用。 -This is a transplant to STM32F uCOS-II class system on a chip, the source code, including EK-STM32F, STM32-SK, STM3210B-EVAL, STM3210E-EVAL and other examples of the development board, LCD and LED are, tested and available.
Platform: | Size: 3808256 | Author: caoshichao | Hits:

[SCMSPI1_2Com

Description: 本例展示了如何实现2个SPI之间的在全双工(full-duplex)模式下通信,通过NSS软件管理,实现了由主向从,接着又从向主发送数据。-This example is show the communication process between two spi of stm32 on EK-STM3210B-LK1 board.
Platform: | Size: 611328 | Author: 程保树 | Hits:

[ARM-PowerPC-ColdFire-MIPSSTM3210B-EVAL_Demo

Description: 提供了一个是stm32—208开发板的工程代码。-Provides a is stm32-208 development board project code.
Platform: | Size: 4416512 | Author: 冷海 | Hits:

[ARM-PowerPC-ColdFire-MIPSnasz_zegar_rtc

Description: stm3210b-eval digital clock using rtc (not finished). program run in keil uvision4
Platform: | Size: 1024 | Author: narvana87 | Hits:

[ARM-PowerPC-ColdFire-MIPStermometr

Description: stm3210b-eval. temperature in celsious for lm75 sensor
Platform: | Size: 1024 | Author: narvana87 | Hits:

[ARM-PowerPC-ColdFire-MIPSRTC

Description: stm3210b-eval. rtc timer in keil
Platform: | Size: 7538688 | Author: narvana87 | Hits:

[ARM-PowerPC-ColdFire-MIPSimplementacja-zegara

Description: stm3210b-eval. implementing clock and date using rtc in keil.
Platform: | Size: 369664 | Author: narvana87 | Hits:

[SCMexample_GPIO

Description: 本例展示了如何通过设置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.09改为使用PC.04 – PC.07。-This example shows how to set the GPIO BSRR register (Port bit set/reset registe) and GPIO the BRR register (Port bit reset register) to flip the state of the IO. By setting these two registers, you can use a single-bit operations (single the atomic write access) to change the status of one or several IO ports. This example was originally used in the STM32 evaluation board (the STM3210B-EVAL), in order to make this case to run on in the STM3210B-the LK1 should use port PC.06- PC.09 used instead PC.04- PC.07.
Platform: | Size: 284672 | Author: 彭富林 | Hits:

[SCMexample2_ADC

Description: 本例展示了如何利用高级控制定时器(TIM1)来触发模数转换器(ADC)和利用自动注入转换功能来触发注入转换。 在每一个TIM1的上升沿,ADC对通道14(ADC Channel14)上的输入做一次规则转换,然后,DMA会将寄存器ADC_DR1中数据传送到内存中相应的表格。 使能自动注入转换功能,ADC能够在通道14的规则转换之后自动对通道11(ADC Channel11)上的输入做一次注入转换。随后产生一个ADC中断,并置标志位JEOC。在中断中将注入转换结果存入ADC_InjectedConvertedValueTab。 整个过程将重复32次,之后失能TIM1,ADC的转换也随之停止。 和示例1一样,为了使本示例能在STM3210B-LK1上运行,将通道14改为通道10,通道11则保持不变。并且选择结果列表(ADC_RegularConvertedValueTab和ADC_InjectedConvertedValueTab)中的2个数值把它们交替显示在LCD屏幕上。-This example shows how to use advanced control timer (TIM1) to trigger analog-to-digital converter (ADC) and the use of automatic injected conversion function to trigger the injected conversion. The rising edge of a TIM1, the ADC input on channel 14 (ADCs Channel14) do a rules conversion, then the DMA will register ADC_DR1 data to the corresponding table in the memory. Enable automatic injected conversion, the ADC can automatically input on channel 11 (ADCs Channel11) after conversion of the channel 14 of the rules once injected into the conversion. Subsequently generate an ADC interrupt, and set the flag JEOC. Interrupt will be injected into the conversion results deposited ADC_InjectedConvertedValueTab. The whole process will be repeated 32 times, followed by disability TIM1, the ADC conversion will stop. Example 1, this example can be run on the in the STM3210B-the LK1, channel 14 to channel 10, channel 11 will remain unchanged. And two values ​ ​ in the results list (ADC_
Platform: | Size: 303104 | Author: 彭富林 | Hits:

[SCMexample5_ADC

Description: 本例展示了如何使用双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表格。随后,ADC1和ADC2以及DMA会对通道17和通道11进行同样流程的转换和数据传送。 这样的转换-传送将会持续进行直到传送的数据数目达到DMA预设的上限。 对于STM3210B-LK1板,可以利用LCD把通道17上Vref的值,和通道10上分压器VR1上的电压值交替显示在屏幕上作为验证。-This example shows how to use the dual-ADC simultaneous conversion of multiple channels. Use ADC1 conversion on channel 14 and channel 17. Use ADC2 conversion on channel 10 and channel 11. Channel 17 and the internal reference voltage Vref is connected. ADC1 and ADC2 conversion channels 14 and 10 will start once the conversion is started, the result is stored in the ADC1 the 32-bit DR register, 16bit is the result of the conversion of ADC2 channel 10, including high, low 16bit ADC1 channel 14 The result of the conversion. After the DMA data transfer within the DR register to the memory of ADC_DualConvertedValueTab form. Subsequently, the ADC1 and ADC2 and DMA will channel 17 and channel 11, the same process of conversion and data transfer. Such a conversion- transfer will continue until the upper limit of the number of transmitted data DMA default. The LK1 STM3210B-board, can take advantage of the LCD voltage on the value of Vref in the channel 17 and channel 10 divider VR1 to alternat
Platform: | Size: 307200 | Author: 彭富林 | Hits:

[Other Embeded programSTM3210B-EVAL

Description: ST的开发板原理图,参考,设计,元件库,硬件必用-ST development board schematic diagram, the reference, design, component library
Platform: | Size: 3600384 | Author: joll | Hits:
« 1 2»

CodeBus www.codebus.net