<?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のトピックkinetis kl46 processor hangs at _init_register()</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/kinetis-kl46-processor-hangs-at-init-register/m-p/350234#M17246</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 am using Kinetis KL46 processor to integrate with GSM module to send SMS. The output of the GSM module is RS232, I'm converting it into TTL using MAX232 converter and giving it to KL46 board. I'm observing it through PE multilink debugger. after sometime the processor hangs at _init_register() in arm_start.c. &lt;/P&gt;&lt;P&gt;Can anyone give me any suggestion.&lt;/P&gt;&lt;P&gt;Please!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shabana M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Feb 2015 04:33:25 GMT</pubDate>
    <dc:creator>shabana</dc:creator>
    <dc:date>2015-02-05T04:33:25Z</dc:date>
    <item>
      <title>kinetis kl46 processor hangs at _init_register()</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/kinetis-kl46-processor-hangs-at-init-register/m-p/350234#M17246</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 am using Kinetis KL46 processor to integrate with GSM module to send SMS. The output of the GSM module is RS232, I'm converting it into TTL using MAX232 converter and giving it to KL46 board. I'm observing it through PE multilink debugger. after sometime the processor hangs at _init_register() in arm_start.c. &lt;/P&gt;&lt;P&gt;Can anyone give me any suggestion.&lt;/P&gt;&lt;P&gt;Please!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shabana M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 04:33:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/kinetis-kl46-processor-hangs-at-init-register/m-p/350234#M17246</guid>
      <dc:creator>shabana</dc:creator>
      <dc:date>2015-02-05T04:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: kinetis kl46 processor hangs at _init_register()</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/kinetis-kl46-processor-hangs-at-init-register/m-p/350235#M17247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shabana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;_init_register() is a function within CPU initialization code and is called only once. If your application is running and the it gets stuck here I would think it is resetting for some reason. You can run in stand alone mode and check the reset pin to confirm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can enable tracing to see the moment in which the MCU is reseting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case the reset occurs in different random moments the cuase could be hardware.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 23:01:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/kinetis-kl46-processor-hangs-at-init-register/m-p/350235#M17247</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2015-02-06T23:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: kinetis kl46 processor hangs at _init_register()</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/kinetis-kl46-processor-hangs-at-init-register/m-p/350236#M17248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt; In debug configuration i have enabled tracing. can u tell me how to analyse that it is breaking at any point?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shabana M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Feb 2015 06:18:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/kinetis-kl46-processor-hangs-at-init-register/m-p/350236#M17248</guid>
      <dc:creator>shabana</dc:creator>
      <dc:date>2015-02-07T06:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: kinetis kl46 processor hangs at _init_register()</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/kinetis-kl46-processor-hangs-at-init-register/m-p/350237#M17249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;This problem is not consistent, sometimes it is occurring but sometime it is not. I really dont have any idea why it is resetting...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shabana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Feb 2015 08:01:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/kinetis-kl46-processor-hangs-at-init-register/m-p/350237#M17249</guid>
      <dc:creator>shabana</dc:creator>
      <dc:date>2015-02-07T08:01:48Z</dc:date>
    </item>
  </channel>
</rss>

