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

Search list

[Technology ManagementSTM3210B-EVAL_Demo

Description: st公司的开发板的资料,对于学习stm32是非常有帮助的。
Platform: | Size: 272419 | Author: z | Hits:

[WEB Code3bedc82c-db95-4efb-a5a2-a7886622520a

Description: stm32资料stm3210b开发板演示试验软件
Platform: | Size: 528857 | Author: quhongli | Hits:

[Other resourceSTM32MCKit

Description: 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 STM32F103xx motor control starter kit (STM3210B-MCKIT) and PM motor, a motor can be made to run in a very short time. It also eliminates the need for time-consuming development of FOC and speed regulation algorithms by providing ready-to-use functions that let the user concentrate on the application layer. Moreover, it is possible to get rid of any speed sensor thanks to the sensorless algorithm for rotor position reconstruction.
Platform: | Size: 18678544 | Author: HJ | Hits:

[Other3bedc82c-db95-4efb-a5a2-a7886622520a

Description: STM3210B-EVAL评估板演示程序
Platform: | Size: 528948 | Author: xiaoli | Hits:

[Other resourceSTM3210B-EVAL_Demo

Description: STM3210B-EVAL_Demo
Platform: | Size: 2168390 | Author: yuan | Hits:

[Technology ManagementSTM3210B-EVAL_Demo

Description: st公司的开发板的资料,对于学习stm32是非常有帮助的。-st the company
Platform: | Size: 272384 | Author: z | Hits:

[Documents3bedc82c-db95-4efb-a5a2-a7886622520a

Description: stm32资料stm3210b开发板演示试验软件-stm32 information stm3210b development board test software demo
Platform: | Size: 528384 | Author: quhongli | Hits:

[ARM-PowerPC-ColdFire-MIPSSTM32MCKit

Description: 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 STM32F103xx motor control starter kit (STM3210B-MCKIT) and PM motor, a motor can be made to run in a very short time. It also eliminates the need for time-consuming development of FOC and speed regulation algorithms by providing ready-to-use functions that let the user concentrate on the application layer. Moreover, it is possible to get rid of any speed sensor thanks to the sensorless algorithm for rotor position reconstruction.-The PMSM FOC is made of several C modules, compatible with the free-of-charge IAREWARM KickStart edition toolchain version 4.42. It is used to quickly evaluate both the MCUand the available tools. In addition, when used together with the STM32F103xx motorcontrol starter kit (STM3210B-MCKIT) and PM motor, a motor can be made to run in a veryshort time. It also eliminates the need for time-consuming development of FOC and speedregulation algorithms by providing ready-to-use functions that let the user concentrate onthe application layer. Moreover, it is possible to get rid of any speed sensor thanks to thesensorless algorithm for rotor position reconstruction.
Platform: | Size: 18677760 | Author: HJ | Hits:

[Other3bedc82c-db95-4efb-a5a2-a7886622520a

Description: STM3210B-EVAL评估板演示程序-STM3210B-EVAL evaluation board demo
Platform: | Size: 528384 | Author: xiaoli | Hits:

[ARM-PowerPC-ColdFire-MIPSSTM3210B-EVAL_Demo

Description: STM3210B-EVAL_Demo -STM3210B-EVAL_Demo
Platform: | Size: 2167808 | Author: | Hits:

[ARM-PowerPC-ColdFire-MIPSSTM32F10xFWLib_on_STM3210B-LK1

Description: STM32F10xFWLib_on_STM3210B-LK1开发板驱动程序-STM32F10xFWLib_on_STM3210B-LK1 driver development board
Platform: | Size: 1034240 | Author: 王云飞 | Hits:

[ARM-PowerPC-ColdFire-MIPSST32demoCode

Description: STM32 Demo Code Audio Custom_HID Device_Firmware_Upgrade JoyStickMouse Mass_Storage
Platform: | Size: 7683072 | Author: 陆正茂 | Hits:

[SCMSTM32-SPI

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:

[SCMSTM32+EXTI

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:

[SCMSTM3210B-LK1-LCD

Description: 萬利STM3210B-LK1的FreeRTOS Demo, 有adc, uart, LCD 功能-Manley STM3210B-LK1- FreeRtos Demo, include adc, uart, LCD
Platform: | Size: 7241728 | Author: dennisyeung | Hits:

[uCOSuCOS-STM3210B-LK1-IAR

Description: 萬利STM3210B-LK1-uCOS(用IAR5.4)-Manley STM3210B-LK1- uCOS (with IAR5.4)
Platform: | Size: 931840 | Author: dennisyeung | Hits:

[uCOSuCOSIISTM3210B-LK1

Description: 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
Platform: | Size: 2240512 | Author: 张明利 | Hits:

[Embeded-SCM DevelopSTM3210B-lk1

Description: IAR下万利STM3210B-lk1使用Bug-IAR USE STM3210B-lk1 bug
Platform: | Size: 3072 | Author: cqsh | Hits:

[Other Embeded programSTM32F10x_IAP_V3.3.0

Description: 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
Platform: | Size: 3775488 | Author: 程保树 | Hits:

[Data structsSTM3210B-LK1-USB

Description: 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。
Platform: | Size: 429056 | Author: dagegegoni | Hits:
« 12 »

CodeBus www.codebus.net