2013-02-22 09:10 AM
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-stm32f103vgt62013-02-22 09:48 AM
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?2013-02-22 10:41 AM
Hi,
I'm using STM32Lib-v203 Libraries with IAR Embedded Workbench for ARM 6.50.2.4585 . Best regards,