<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: System Timer Module activation on MPC564xB board in MPC5xxx</title>
    <link>https://community.nxp.com/t5/MPC5xxx/System-Timer-Module-activation-on-MPC564xB-board/m-p/275589#M245</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petr,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for pointing out the mistake! It now works :-)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Nov 2013 03:55:18 GMT</pubDate>
    <dc:creator>skpavankumar</dc:creator>
    <dc:date>2013-11-22T03:55:18Z</dc:date>
    <item>
      <title>System Timer Module activation on MPC564xB board</title>
      <link>https://community.nxp.com/t5/MPC5xxx/System-Timer-Module-activation-on-MPC564xB-board/m-p/275586#M242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everybody,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to activate the system timer module (STM) on a MPC564xB board and try to read it's value.&lt;/P&gt;&lt;P&gt;Does any one of you already have a working code, so that I can re-use the same?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 12:36:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/System-Timer-Module-activation-on-MPC564xB-board/m-p/275586#M242</guid>
      <dc:creator>skpavankumar</dc:creator>
      <dc:date>2013-10-11T12:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: System Timer Module activation on MPC564xB board</title>
      <link>https://community.nxp.com/t5/MPC5xxx/System-Timer-Module-activation-on-MPC564xB-board/m-p/275587#M243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to enable the STM module, with a prescalar "0x50" using the below code, but the register value doesn't seem to change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define STMCR ( *(volatile unsigned long&amp;nbsp; *)&amp;nbsp; 0xFFF3C000&amp;nbsp; );&lt;/P&gt;&lt;P&gt;STMCR = 0x80500000;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one please help me out on this aspect?&lt;/P&gt;&lt;P&gt;Am I missing out on something here?&lt;/P&gt;&lt;P&gt;Is there a protection mechanism which is preventing me to write into this register?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 06:33:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/System-Timer-Module-activation-on-MPC564xB-board/m-p/275587#M243</guid>
      <dc:creator>skpavankumar</dc:creator>
      <dc:date>2013-10-15T06:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: System Timer Module activation on MPC564xB board</title>
      <link>https://community.nxp.com/t5/MPC5xxx/System-Timer-Module-activation-on-MPC564xB-board/m-p/275588#M244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are writing to the wrong bit positions. Use following...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STMCR = 0x00005001;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Petr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 11:37:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/System-Timer-Module-activation-on-MPC564xB-board/m-p/275588#M244</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2013-11-08T11:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: System Timer Module activation on MPC564xB board</title>
      <link>https://community.nxp.com/t5/MPC5xxx/System-Timer-Module-activation-on-MPC564xB-board/m-p/275589#M245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petr,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for pointing out the mistake! It now works :-)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 03:55:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/System-Timer-Module-activation-on-MPC564xB-board/m-p/275589#M245</guid>
      <dc:creator>skpavankumar</dc:creator>
      <dc:date>2013-11-22T03:55:18Z</dc:date>
    </item>
  </channel>
</rss>

