<?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>Why can&amp;#39;t I start the timer?</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/47610/why-can-t-i-start-the-timer</link><description> I am trying to create a timer and start it according to the guide. 
 
 
 
 I create the timer after the kernel initialization as described and then start it. I can&amp;#39;t figure out why it doesn&amp;#39;t work. I did it exactly as described. The return value is osErrorResource</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: Why can't I start the timer?</title><link>https://community.arm.com/thread/167432?ContentTypeID=1</link><pubDate>Thu, 10 Sep 2020 16:57:26 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:32aa60eb-87bc-4611-aeac-89a27bda95c5</guid><dc:creator>Robert McNamara</dc:creator><description>&lt;p&gt;Yes, that certainly explains it.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You may create a timer after KernelInitialize but you may not Start a timer until the Kernel is Started.&amp;nbsp; (There is not timer thread nor is the Systick running)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>