<?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: mkl03z32vfk4 on custom board using processor expert never reaches main in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/mkl03z32vfk4-on-custom-board-using-processor-expert-never/m-p/488507#M30102</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cedrick Kukela,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Do you mean when you run my project directly, and you also can't enter in main? This project just a empty project, and it is working ok on my FRDM-KL03 board.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="71.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/56451i8C00E31EF879B6AB/image-size/large?v=v2&amp;amp;px=999" role="button" title="71.jpg" alt="71.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Could you give me a screenshot where your code stopping?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I wondering whether your hardware can download the code, please give me some problem picture from your side.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Besides, please use the JLINK Commander check your board, whether it can find the ARM Cortex M0+ core.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Wed, 04 May 2016 02:43:07 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2016-05-04T02:43:07Z</dc:date>
    <item>
      <title>mkl03z32vfk4 on custom board using processor expert never reaches main</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/mkl03z32vfk4-on-custom-board-using-processor-expert-never/m-p/488500#M30095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to get a MKL03Z32xxx4 running on a custom board. Processor expert generated much code for me but when I test using jlink for debugging, I dont see main(or anything else in my reset vector). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to processor expert but from the guide i thought that processor expert was suppose to generate the vector and copy it to ram by default. I this is not the case how do i get my code into the reset vector? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cedrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 18:18:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/mkl03z32vfk4-on-custom-board-using-processor-expert-never/m-p/488500#M30095</guid>
      <dc:creator>cedrickkukela</dc:creator>
      <dc:date>2016-04-28T18:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: mkl03z32vfk4 on custom board using processor expert never reaches main</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/mkl03z32vfk4-on-custom-board-using-processor-expert-never/m-p/488501#M30096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ps&lt;/P&gt;&lt;P&gt;I would like for the reset handler to call main when it is done. But there is nothing but ffff in the 0x0 and 0x4. How is this configured with processor expert?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 18:32:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/mkl03z32vfk4-on-custom-board-using-processor-expert-never/m-p/488501#M30096</guid>
      <dc:creator>cedrickkukela</dc:creator>
      <dc:date>2016-04-28T18:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: mkl03z32vfk4 on custom board using processor expert never reaches main</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/mkl03z32vfk4-on-custom-board-using-processor-expert-never/m-p/488502#M30097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When i look at my generated code folder I have the start up files defined. They also have entries in my map file. For what ever reason though I i end up with nothing in my isr. my reset vector does not call the reset handler. Does any one know how to get processor expert to load this. I have included my ld file and map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2016 20:38:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/mkl03z32vfk4-on-custom-board-using-processor-expert-never/m-p/488502#M30097</guid>
      <dc:creator>cedrickkukela</dc:creator>
      <dc:date>2016-04-28T20:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: mkl03z32vfk4 on custom board using processor expert never reaches main</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/mkl03z32vfk4-on-custom-board-using-processor-expert-never/m-p/488503#M30098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cedrick ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; What the IDE you are using with PE? KDS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I use the KDS create a Processor expert with KSDK1.3.0 for your referece.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can find the main calling in the startup_MKKL03Z.s, in the startup file, there has a reset handler which calls the main function, just like the following picture:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="70.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/56460iCEE5434B29C79EB5/image-size/large?v=v2&amp;amp;px=999" role="button" title="70.jpg" alt="70.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; The project is in the attachment.&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 contact me!&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>Fri, 29 Apr 2016 07:56:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/mkl03z32vfk4-on-custom-board-using-processor-expert-never/m-p/488503#M30098</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-04-29T07:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: mkl03z32vfk4 on custom board using processor expert never reaches main</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/mkl03z32vfk4-on-custom-board-using-processor-expert-never/m-p/488504#M30099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do have all the of the start up files and my .S file does have the reset handler. The problem is when i run my application and try to debug it I seem to have nothing in 0x00000000 and 0x00000004. These should be the initial stack register value and pc. Because they are missing my fails to initialize properly. Yes I am using kds with pe. I am all so using jlink on my custom board to read see what is going on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any suggestions would be welcome. I think i am making a mistake somewhere in my linker settings. I am pretty sure processor expert generates they initial isr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Cedrick&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2016 13:25:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/mkl03z32vfk4-on-custom-board-using-processor-expert-never/m-p/488504#M30099</guid>
      <dc:creator>cedrickkukela</dc:creator>
      <dc:date>2016-04-29T13:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: mkl03z32vfk4 on custom board using processor expert never reaches main</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/mkl03z32vfk4-on-custom-board-using-processor-expert-never/m-p/488505#M30100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried you example and i never hit my breakpoint in main. The device starts up and the vector table but when i click run it just goes into the weeds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2016 15:17:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/mkl03z32vfk4-on-custom-board-using-processor-expert-never/m-p/488505#M30100</guid>
      <dc:creator>cedrickkukela</dc:creator>
      <dc:date>2016-04-29T15:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: mkl03z32vfk4 on custom board using processor expert never reaches main</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/mkl03z32vfk4-on-custom-board-using-processor-expert-never/m-p/488506#M30101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am still struggling with this and am just looking for sources of more information. I have my interrupts to fun form internal Flash as well as my code. I think there is something wrong with my linker config or vector table config. Could some out post a working linker config for this processor? I am also looking in to how to set the vector table register. Any info would be appreciated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cedrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 18:03:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/mkl03z32vfk4-on-custom-board-using-processor-expert-never/m-p/488506#M30101</guid>
      <dc:creator>cedrickkukela</dc:creator>
      <dc:date>2016-05-03T18:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: mkl03z32vfk4 on custom board using processor expert never reaches main</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/mkl03z32vfk4-on-custom-board-using-processor-expert-never/m-p/488507#M30102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cedrick Kukela,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Do you mean when you run my project directly, and you also can't enter in main? This project just a empty project, and it is working ok on my FRDM-KL03 board.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="71.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/56451i8C00E31EF879B6AB/image-size/large?v=v2&amp;amp;px=999" role="button" title="71.jpg" alt="71.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Could you give me a screenshot where your code stopping?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I wondering whether your hardware can download the code, please give me some problem picture from your side.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Besides, please use the JLINK Commander check your board, whether it can find the ARM Cortex M0+ core.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Wed, 04 May 2016 02:43:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/mkl03z32vfk4-on-custom-board-using-processor-expert-never/m-p/488507#M30102</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-05-04T02:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: mkl03z32vfk4 on custom board using processor expert never reaches main</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/mkl03z32vfk4-on-custom-board-using-processor-expert-never/m-p/488508#M30103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cedrich Kukela,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The vector table already in the startup_MKL03Z4.s.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; About the working linker config, you can refer to the KL03 KSDK1.3.0, there has a lot of sample code for your reference, all these sample code is working ok.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Please download the sample code from this link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.nxp.com/products/software-and-tools/run-time-software/kinetis-software-and-tools/development-platforms-with-mbed/software-development-kit-for-kinetis-mcus:KINETIS-SDK?code=KINETIS-SDK&amp;amp;nodeId=0152109D3F1E8C1EF7" title="http://www.nxp.com/products/software-and-tools/run-time-software/kinetis-software-and-tools/development-platforms-with-mbed/software-development-kit-for-kinetis-mcus:KINETIS-SDK?code=KINETIS-SDK&amp;amp;nodeId=0152109D3F1E8C1EF7"&gt;Software Development Kit for Kinetis MCUs|NXP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; You can refer to the gpio code:C:\Freescale\KSDK_1.3.0\examples\frdmkl03z\driver_examples\gpio\kds&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;BR /&gt;Have a great day,&lt;/P&gt;&lt;P&gt;Jingjing&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>Wed, 04 May 2016 02:53:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/mkl03z32vfk4-on-custom-board-using-processor-expert-never/m-p/488508#M30103</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-05-04T02:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: mkl03z32vfk4 on custom board using processor expert never reaches main</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/mkl03z32vfk4-on-custom-board-using-processor-expert-never/m-p/488509#M30104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes jlink commonader can see the processor &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i think there is a problem with the binary that is created. when i look at the dis assembly, some sections seem to be left undefined(even for the demo apps). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2016-05-04.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/56519iFB22F14B14AF242C/image-size/large?v=v2&amp;amp;px=999" role="button" title="2016-05-04.png" alt="2016-05-04.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my isr shows much of the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2016-05-04 (1).png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/56561i26DD59D38330C6F8/image-size/large?v=v2&amp;amp;px=999" role="button" title="2016-05-04 (1).png" alt="2016-05-04 (1).png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 15:38:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/mkl03z32vfk4-on-custom-board-using-processor-expert-never/m-p/488509#M30104</guid>
      <dc:creator>cedrickkukela</dc:creator>
      <dc:date>2016-05-04T15:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: mkl03z32vfk4 on custom board using processor expert never reaches main</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/mkl03z32vfk4-on-custom-board-using-processor-expert-never/m-p/488510#M30105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a copy of my console log. I think the errors are the cause of this mess. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SEGGER J-Link GDB Server V4.80c Command Line Version&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JLinkARM.dll V4.80c (DLL compiled Jan 21 2014 20:01:42)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----GDB Server start settings-----&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GDBInit file:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; none&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GDB Server Listening port:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2331&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SWO raw output listening port: 2332&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Terminal I/O port:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2333&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Accept remote connection:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; localhost only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generate logfile:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; off&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Verify download:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Init regs on start:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Silent mode:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; off&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Single run mode:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;------J-Link related settings------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;J-Link script:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; none&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Target interface:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SWD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Host interface:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Target endian:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; little&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Target interface speed:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30kHz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connecting to J-Link...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;J-Link is connected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firmware: J-Link V9 compiled Mar 29 2016 18:46:37&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hardware: V9.30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S/N: 59303487&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feature(s): GDB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Checking target voltage...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Listening on TCP/IP port 2331&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connecting to target...Connected to target&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for GDB connection...Connected to 127.0.0.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reading all registers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read 4 bytes @ address 0x00000000 (Data = 0xFFFFFFFF)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Target interface speed set to 30 kHz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resetting target&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Halting target CPU...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...Target halted (PC = 0x1C0000C0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R0 = 00000000, R1 = 1C001839, R2 = 00000000, R3 = 00008000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R4 = 00000000, R5 = 1C001CB8, R6 = 00000000, R7 = 00000000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R8 = 00000000, R9 = 00000000, R10= 00000000, R11= 00000000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R12= 00000000, R13= 20000218, MSP= 20000218, PSP= 0B7E67F4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R14(LR) = 1C00071F, R15(PC) = 1C0000C0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XPSR 61000000, APSR 60000000, EPSR 01000000, IPSR 00000000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CFBP 00000000, CONTROL 00, FAULTMASK 00, BASEPRI 00, PRIMASK 00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reading all registers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select auto target interface speed (2000 kHz)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flash breakpoints enabled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Semi-hosting enabled (VectorAddr = 0x08)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wrong client mask. Semihosting I/O not changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SWO disabled succesfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Could not detect CPU clock speed. Download of test code into RAM failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Failed to restore original RAM content after CPU clock frequency detection!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Failed to enable SWO. Could not measure target CPU frequency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Downloading 192 bytes @ address 0x00000000 - Verify failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Downloading 16 bytes @ address 0x00000400 - Verify failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Downloading 16064 bytes @ address 0x00000410 - Verify failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Downloading 2228 bytes @ address 0x000042D0 - Verify failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Downloading 8 bytes @ address 0x00004B84 - Verify failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Downloading 4 bytes @ address 0x00004B8C - Verify failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Downloading 4 bytes @ address 0x00004B90 - Verify failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Downloading 108 bytes @ address 0x00004B94 - Verify failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Writing register (PC = 0x000004e8)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read 4 bytes @ address 0x000004E8 (Data = 0xFFFFFFFF)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read 2 bytes @ address 0x00001C4C (Data = 0xFFFF)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read 2 bytes @ address 0x00001C4C (Data = 0xFFFF)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resetting target&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Halting target CPU...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...Target halted (PC = 0x1C0000C0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read 2 bytes @ address 0x00001C4C (Data = 0xFFFF)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read 2 bytes @ address 0x00001C4C (Data = 0xFFFF)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read 2 bytes @ address 0x00001C4C (Data = 0xFFFF)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R0 = 00000000, R1 = 1C001839, R2 = 00000000, R3 = 00008000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R4 = 00000000, R5 = 1C001CB8, R6 = 00000000, R7 = 00000000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R8 = 00000000, R9 = 00000000, R10= 00000000, R11= 00000000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R12= 00000000, R13= 20000218, MSP= 20000218, PSP= 0B7E67F4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R14(LR) = 1C00071F, R15(PC) = 1C0000C0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XPSR 61000000, APSR 60000000, EPSR 01000000, IPSR 00000000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CFBP 00000000, CONTROL 00, FAULTMASK 00, BASEPRI 00, PRIMASK 00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reading all registers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read 4 bytes @ address 0x1C0000C0 (Data = 0x490D480C)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read 4 bytes @ address 0x1C00071E (Data = 0xD0F52800)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read 4 bytes @ address 0x1C00071E (Data = 0xD0F52800)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 20:11:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/mkl03z32vfk4-on-custom-board-using-processor-expert-never/m-p/488510#M30105</guid>
      <dc:creator>cedrickkukela</dc:creator>
      <dc:date>2016-05-04T20:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: mkl03z32vfk4 on custom board using processor expert never reaches main</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/mkl03z32vfk4-on-custom-board-using-processor-expert-never/m-p/488511#M30106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cedrick Kukela,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I find your JLINK driver is very low, please download the new JLINK driver and try again:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.segger.com/jlink-software.html" title="https://www.segger.com/jlink-software.html"&gt;SEGGER - The Embedded Experts - Download&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Besides, check these points:&lt;/P&gt;&lt;P&gt;1.Did you try another IDE? Eg, MDK, IAR, and use the KSDK sample code, whether it is still have problem.&lt;/P&gt;&lt;P&gt;2. Please check your hareware, test the NMI pin, whether it is high. did you add 4.7K to 10K external resistor?&lt;/P&gt;&lt;P&gt;3. Send me your test project, I need to test it on myside.&amp;nbsp; It seems that your problem was not caused by the software. We need to find the root problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for your reply!&lt;/P&gt;&lt;P&gt;&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>Thu, 05 May 2016 02:20:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/mkl03z32vfk4-on-custom-board-using-processor-expert-never/m-p/488511#M30106</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-05-05T02:20:48Z</dc:date>
    </item>
  </channel>
</rss>

