CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - stm3210b
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - stm3210b - List
[
Technology Management
]
STM3210B-EVAL_Demo
DL : 0
st公司的开发板的资料,对于学习stm32是非常有帮助的。
Update
: 2008-10-13
Size
: 266.03kb
Publisher
:
z
[
WEB Code
]
3bedc82c-db95-4efb-a5a2-a7886622520a
DL : 0
stm32资料stm3210b开发板演示试验软件
Update
: 2008-10-13
Size
: 516.46kb
Publisher
:
quhongli
[
Other resource
]
STM32MCKit
DL : 1
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.
Update
: 2008-10-13
Size
: 17.81mb
Publisher
:
HJ
[
Other
]
3bedc82c-db95-4efb-a5a2-a7886622520a
DL : 0
STM3210B-EVAL评估板演示程序
Update
: 2008-10-13
Size
: 516.55kb
Publisher
:
xiaoli
[
Other resource
]
STM3210B-EVAL_Demo
DL : 0
STM3210B-EVAL_Demo
Update
: 2008-10-13
Size
: 2.07mb
Publisher
:
yuan
[
Technology Management
]
STM3210B-EVAL_Demo
DL : 0
st公司的开发板的资料,对于学习stm32是非常有帮助的。-st the company
Update
: 2025-02-17
Size
: 266kb
Publisher
:
z
[
Documents
]
3bedc82c-db95-4efb-a5a2-a7886622520a
DL : 0
stm32资料stm3210b开发板演示试验软件-stm32 information stm3210b development board test software demo
Update
: 2025-02-17
Size
: 516kb
Publisher
:
quhongli
[
ARM-PowerPC-ColdFire-MIPS
]
STM32MCKit
DL : 0
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.
Update
: 2025-02-17
Size
: 17.81mb
Publisher
:
HJ
[
Other
]
3bedc82c-db95-4efb-a5a2-a7886622520a
DL : 0
STM3210B-EVAL评估板演示程序-STM3210B-EVAL evaluation board demo
Update
: 2025-02-17
Size
: 516kb
Publisher
:
xiaoli
[
ARM-PowerPC-ColdFire-MIPS
]
STM3210B-EVAL_Demo
DL : 0
STM3210B-EVAL_Demo -STM3210B-EVAL_Demo
Update
: 2025-02-17
Size
: 2.07mb
Publisher
:
[
ARM-PowerPC-ColdFire-MIPS
]
STM32F10xFWLib_on_STM3210B-LK1
DL : 0
STM32F10xFWLib_on_STM3210B-LK1开发板驱动程序-STM32F10xFWLib_on_STM3210B-LK1 driver development board
Update
: 2025-02-17
Size
: 1010kb
Publisher
:
王云飞
[
ARM-PowerPC-ColdFire-MIPS
]
ST32demoCode
DL : 0
STM32 Demo Code Audio Custom_HID Device_Firmware_Upgrade JoyStickMouse Mass_Storage
Update
: 2025-02-17
Size
: 7.33mb
Publisher
:
陆正茂
[
SCM
]
STM32-SPI
DL : 2
本例展示了如何实现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
Update
: 2025-02-17
Size
: 227kb
Publisher
:
chen
[
SCM
]
STM32+EXTI
DL : 0
本例展示了如何使用嵌套中断向量控制器(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.
Update
: 2025-02-17
Size
: 242kb
Publisher
:
chen
[
SCM
]
STM3210B-LK1-LCD
DL : 0
萬利STM3210B-LK1的FreeRTOS Demo, 有adc, uart, LCD 功能-Manley STM3210B-LK1- FreeRtos Demo, include adc, uart, LCD
Update
: 2025-02-17
Size
: 6.91mb
Publisher
:
dennisyeung
[
uCOS
]
uCOS-STM3210B-LK1-IAR
DL : 0
萬利STM3210B-LK1-uCOS(用IAR5.4)-Manley STM3210B-LK1- uCOS (with IAR5.4)
Update
: 2025-02-17
Size
: 910kb
Publisher
:
dennisyeung
[
uCOS
]
uCOSIISTM3210B-LK1
DL : 0
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
Update
: 2025-02-17
Size
: 2.14mb
Publisher
:
张明利
[
Embeded-SCM Develop
]
STM3210B-lk1
DL : 0
IAR下万利STM3210B-lk1使用Bug-IAR USE STM3210B-lk1 bug
Update
: 2025-02-17
Size
: 3kb
Publisher
:
cqsh
[
Other Embeded program
]
STM32F10x_IAP_V3.3.0
DL : 0
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
Update
: 2025-02-17
Size
: 3.6mb
Publisher
:
程保树
[
Data structs
]
STM3210B-LK1-USB
DL : 0
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。
Update
: 2025-02-17
Size
: 419kb
Publisher
:
dagegegoni
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.