<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.arm.com/utility/feedstylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Timer not working in stm32f401re</title><link>https://community.arm.com/developer/ip-products/processors/f/cortex-m-forum/48048/timer-not-working-in-stm32f401re</link><description> i want to setup timer in STM32F401RE and i already have this code: 
 int main(void) { TIM1_init(); while (1) {} } /// initialize TIM1 /// timer TIM1 channel 2 is configed to generate PWM at 1kHz. the output of the void TIM1_init(void) { RCC-&amp;gt;AHB1ENR</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: Timer not working in stm32f401re</title><link>https://community.arm.com/thread/168653?ContentTypeID=1</link><pubDate>Sun, 15 Nov 2020 15:32:51 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:31b5a4b9-9f27-4882-9a3c-c12d11df1e4f</guid><dc:creator>42Bastian Schick</dc:creator><description>&lt;p&gt;Check out the examples in STM32Cube firmware library and/or ask this in a STM32 forum.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>