<?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>Kinetis MicrocontrollersのトピックRe: Kinetis K60, RCM_SRS0 and default handler</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544829#M33271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you should try forcing 'little' for endianness.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So are you saying you have stepped thru the individual assembly instructions, and R3 gets the proper value of 0x4007F000, AND you can 'see' that addressed contents correctly in a memory window, BUT when you step the code to let a load via R3 'happen' you get this fault???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course the tool may be 'fixing' endianness for you in a register display....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 21 Aug 2016 17:53:09 GMT</pubDate>
    <dc:creator>egoodii</dc:creator>
    <dc:date>2016-08-21T17:53:09Z</dc:date>
    <item>
      <title>Kinetis K60, RCM_SRS0 and default handler</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544822#M33264</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;I'm using K60N512 microcontroller. I'm trying to read SRS0 register, but every time, when the program calls RCM_BASE_PTR-&amp;gt;SRS0, the program goes into default handler. Is necessary to enable any clock to read this register or there are other conditions to use this register?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Aug 2016 16:43:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544822#M33264</guid>
      <dc:creator>lukaszbittner</dc:creator>
      <dc:date>2016-08-20T16:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K60, RCM_SRS0 and default handler</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544823#M33265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As a 'core register' I don't believe it is subject to a control bit in the SIM_SCGC group, although there are a number of 'reserved 1' bits therein -- you might look at each of those.&amp;nbsp; Have you looked at BFAR after the fault?&amp;nbsp; Does it contain the 'expected' 0x4007_F000 address?&amp;nbsp; There are many 'fault types' in ARM, you might also look at the fault-type information -- could be an improper misaligned access, for instance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just access RCM_SRS0 directly, as in:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if( RCM_SRS0 &amp;amp; RCM_SRS0_WDOG_MASK )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; printf("Watchdog ");&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2016 12:27:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544823#M33265</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2016-08-21T12:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K60, RCM_SRS0 and default handler</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544824#M33266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Earl,&lt;/P&gt;&lt;P&gt;I could not find BFAR in EmbSys, so I have looked directly into memory, 0xE000ED38 address contains 0x00F00740.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/1546iF44F2C3617090AD9/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have tried to use following example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RCM_SRS0; /*alone*/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;uint8_t temp = RCM_SRS0;&lt;/P&gt;&lt;P&gt;and in both cases the program goes into default habdler. I do not have an idea why.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2016 14:51:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544824#M33266</guid>
      <dc:creator>lukaszbittner</dc:creator>
      <dc:date>2016-08-21T14:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K60, RCM_SRS0 and default handler</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544825#M33267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So the fault is 'real enough', in that BFAR contains an address 'not likely to be occupied'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like 'somewhere' is an endianness problem -- BFAR clearly contains the right address, but byte-reversed!&amp;nbsp; I don't know where that 'comes up' in your tools or header, but look for something in those regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2016 14:59:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544825#M33267</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2016-08-21T14:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K60, RCM_SRS0 and default handler</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544826#M33268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use Kinetis Design Studio 3.0 and default configuration, so I have no any idea why it does not work. I'll try with older version of KDS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2016 15:53:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544826#M33268</guid>
      <dc:creator>lukaszbittner</dc:creator>
      <dc:date>2016-08-21T15:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K60, RCM_SRS0 and default handler</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544827#M33269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't use those tools, I use IAR and the 'project options' processor-tab has a checkbox for 'little' or 'big'.&amp;nbsp; I have never messed with such things myself -- I take the projects and default tool-settings (little)&amp;nbsp; 'as they are' and it has always worked.&amp;nbsp; I don't even KNOW if you CAN alter the endianness-operation of these ARM implementations, as thru AIRCR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2016 16:07:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544827#M33269</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2016-08-21T16:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K60, RCM_SRS0 and default handler</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544828#M33270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have checked with KDS 2.0 and I got the same issue. I did not change anything in the configuration panel. I checked out that address 0x4007f000 is rewritten into R3 and it has correct order. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/1547i069E4C5A1FD294E9/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2016 17:40:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544828#M33270</guid>
      <dc:creator>lukaszbittner</dc:creator>
      <dc:date>2016-08-21T17:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K60, RCM_SRS0 and default handler</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544829#M33271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you should try forcing 'little' for endianness.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So are you saying you have stepped thru the individual assembly instructions, and R3 gets the proper value of 0x4007F000, AND you can 'see' that addressed contents correctly in a memory window, BUT when you step the code to let a load via R3 'happen' you get this fault???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course the tool may be 'fixing' endianness for you in a register display....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2016 17:53:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544829#M33271</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2016-08-21T17:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K60, RCM_SRS0 and default handler</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544830#M33272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, after ldr instruction,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/1586i2F75739C8905FBB9/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;the program gets into:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/1627i0D12058EAC287074/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and R3 looks like:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/1675i406C9EADAE6395CD/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and I have no idea what is going on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2016 18:11:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544830#M33272</guid>
      <dc:creator>lukaszbittner</dc:creator>
      <dc:date>2016-08-21T18:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K60, RCM_SRS0 and default handler</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544831#M33273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So the 'ldr r3' fetches the 32bit constant with a PC-relative 'load'.&amp;nbsp; ARM can't load a 32bit constant directly, so this is the way compilers make a 'small instruction' get such a 32bit constant, by allocating space for it after the code in a module.&amp;nbsp; Since R3 gets this value, I think we can assume THAT goes OK -- but you say it is at THIS instruction step that a fault occurs, not the very next assembly instruction (which I can't see)?&amp;nbsp; I assume your tool lets you single-step the assembly sequence...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2016 18:23:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544831#M33273</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2016-08-21T18:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K60, RCM_SRS0 and default handler</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544832#M33274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the rest of a code:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/1716iA580DE4E7382766B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I made a break point at line f8c, so I can confirm that default handler occurs when ldrb command is loaded. &lt;/P&gt;&lt;P&gt;And yes, KDS allows debugging step by step. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2016 18:45:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544832#M33274</guid>
      <dc:creator>lukaszbittner</dc:creator>
      <dc:date>2016-08-21T18:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K60, RCM_SRS0 and default handler</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544833#M33275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What does a memory window including the range 4007_F000 show?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm still trying to understand that previous memory window showing the BFAR Dword with the 'wrong' endianness.&amp;nbsp; What do you get if you load BFAR as the first instruction in the default-handler?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2016 18:55:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544833#M33275</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2016-08-21T18:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K60, RCM_SRS0 and default handler</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544834#M33276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you are:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/1766iB8162F7660A08BF8/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I do not exactly understand what you mean say "&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;if you load BFAR as the first instruction in the default-handler?" Do you mean altering value in BFAR register when he program gets into default handler after ldrb instruction? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;When I look at CortexM4_TRM_r0p1.pdf document I see that all values have changed order, because for the ID_PFR0 (0xE000ED40) default value is 0x00000030, I have 30000000, for ID_PFR1 (0xE000ED44) default is 0x00000200, I have 00020000.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2016 19:21:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544834#M33276</guid>
      <dc:creator>lukaszbittner</dc:creator>
      <dc:date>2016-08-21T19:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K60, RCM_SRS0 and default handler</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544835#M33277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It certainly looks like the debugger can ''find' these registers!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As part of my 'complete hard fault handler' that gives a 'large dump' of registers, I have this:&lt;/P&gt;&lt;P&gt;printf("BFAR = %x\n", (*((volatile unsigned long *)(0xE000ED38))));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So maybe there is a 'memory window' property to tell IT to display 'big' or 'little' endian, and THAT is all we are running into there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, applying endian-swap to a few other registers, we find CFSR is 0000_8200, so 'bus fault' part of that (third byte) 82 means BFAR is valid, and the stacked PC points to the faulting instruction (not much help there).&amp;nbsp; DFSR shows 1, which seems to be an Alignment Fault.&amp;nbsp; I know it is shown as an 8-bit register, but what happens if you go ahead and pull a whole 32?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I DO WISH that ALL 'sample projects' would include a comprehensive hard-fault dump handler, as these kinds of faults trip up many users...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2016 19:55:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544835#M33277</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2016-08-21T19:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K60, RCM_SRS0 and default handler</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544836#M33278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So if you are interested, attached is my crt0.s vector-table, which ends with the 'first part' of the default handler, contained in vectors.c.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2016 20:02:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544836#M33278</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2016-08-21T20:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K60, RCM_SRS0 and default handler</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544837#M33279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see this register access follows right on the heels of a clock-update --- what happens if you comment-out that clock change?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What mask-rev is the chip in question?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2016 22:14:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544837#M33279</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2016-08-21T22:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K60, RCM_SRS0 and default handler</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544838#M33280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lukasz,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; From your problem description, I think your problem may be caused by the mismatching of chip and program .&lt;/P&gt;&lt;P&gt;&amp;nbsp; Please check you chip name carefully, check the mask set number:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/1786iDC1537D76123D7BB/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; K60 100M have two silicon versions: 1.x and 2.x, there have a lot of register difference.&lt;/P&gt;&lt;P&gt;In 1.x reversion, it doesn't have RCM register, it just have MC register, RCM register is for 2.X reversion. You can find more details from this application note:&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.nxp.com/files/32bit/doc/app_note/AN4445.pdf?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1" title="http://cache.nxp.com/files/32bit/doc/app_note/AN4445.pdf?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1"&gt;http://cache.nxp.com/files/32bit/doc/app_note/AN4445.pdf?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Chapter&amp;nbsp; 3.3 Reset Controller Module (RCM)&lt;/P&gt;&lt;P&gt;So, if you check RCM register in K60 1.x version, because 1.x doesn't have this register, it will enter default hander.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;If you still have question, please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jingjing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 07:21:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544838#M33280</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-08-22T07:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K60, RCM_SRS0 and default handler</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544839#M33281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I use TWR-K60N512 board, it has PK60N512VMD100 microcontroller on board, so I think, you can have right. I will check it when I come back from work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 07:43:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544839#M33281</guid>
      <dc:creator>lukaszbittner</dc:creator>
      <dc:date>2016-08-22T07:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K60, RCM_SRS0 and default handler</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544840#M33282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lukasz,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you for your more details, yes, TWR-K60N512 board is using 1.x k60 chip, so please use the according code from the attachment, don't use 2.x sample code, eg, TWR-K60D100 is using 2.x chip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jingjing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 07:58:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544840#M33282</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-08-22T07:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K60, RCM_SRS0 and default handler</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544841#M33283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see.&amp;nbsp; I assumed your picture of 8/21 3:21P was of a debug session using this chip, showing SRS0 contents of 0x82 for a power-up indication of 'low voltage reset' and 'power on reset'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, we all should have looked down this thread:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/thread/358157#comment" title="https://community.nxp.com/message/529457#comment-529457"&gt;https://community.nxp.com/message/529457#comment-529457&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Your chip doesn't HAVE that SRS0 register, hence the fault.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can be difficult to pair the right reference-manual with the right silicon rev....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 13:10:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-RCM-SRS0-and-default-handler/m-p/544841#M33283</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2016-08-22T13:10:22Z</dc:date>
    </item>
  </channel>
</rss>

