cancel
Showing results for 
Search instead for 
Did you mean: 

TIM14 @ STM32F103VGT6

gsilva
Associate II
Posted on February 22, 2013 at 18:10

Hi,

I would like to use TIM14 @ STM32F103VGT6 uC but it doesn't defined everywhere.

Did anybody used this timer before? What was the startup file used?

Best regards,

#stm32-tim14-stm32f103vgt6
2 REPLIES 2
Posted on February 22, 2013 at 18:48

As it's an XL part I'd assume you use the XL start up, no?

STM32F10x_StdPeriph_Lib_V3.5.0\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\arm\startup_stm32f10x_xl.s

Your project would need to define STM32F10X_XL

TIM14 seems to be supported by V3.5.0 of the library, so not sure what the issue is there.

Perhaps you can be more specific about your tool chain, and your project setup?
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
gsilva
Associate II
Posted on February 22, 2013 at 19:41

Hi,

I'm using STM32Lib-v203 Libraries with IAR Embedded Workbench for ARM 6.50.2.4585 .

Best regards,