<?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: Can Any One Help to Start with MKE02Z16VLC02 with Keil Software. in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-Any-One-Help-to-Start-with-MKE02Z16VLC02-with-Keil-Software/m-p/243604#M6183</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ping,&lt;/P&gt;&lt;P&gt;Thanx for your Support,&lt;/P&gt;&lt;P&gt;But i have already Done this thing ,and my code is also success fully runned at the board.&lt;/P&gt;&lt;P&gt;When i debug setp(F11) by step it will remain in loop to the statup and never go the void main()..(This is problem 1)&lt;/P&gt;&lt;P&gt;when i press F5 code runs correctly..(I don't unserstand why!!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem2 . when i make a project that .exe it will automatically add lots of files in my project and it will eat my precious(3.5kb) of my flash memory.and the contoller i Work later is of only 8KB,so remain only 4.5 kb space ,that is not good for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem3. I am confused that may be by making projects by that .exe will work on FRDM-KE02Z2 board but what will happen when i buy a fresh new controller(not board),will my code work in that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to to run my controller baremetal type ,just some neccesarry startup.s,headerfile.h and some low level intialization code(ASM and C)&amp;nbsp; are included and rest of the code i will write by my own(like for WDOG,UART,GPIO,IIC,Clock&amp;nbsp; etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I heartly thanks to you for your interest in helping me out, as i googled it i found very less support is available on net and also on freescale site and community. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jan 2014 09:00:17 GMT</pubDate>
    <dc:creator>ravindrashukla</dc:creator>
    <dc:date>2014-01-23T09:00:17Z</dc:date>
    <item>
      <title>Can Any One Help to Start with MKE02Z16VLC02 with Keil Software.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-Any-One-Help-to-Start-with-MKE02Z16VLC02-with-Keil-Software/m-p/243597#M6176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have make a project in Keil with MKE02Z16XXX2 ,added the Startup File .&lt;/P&gt;&lt;P&gt;in shows a error that&lt;/P&gt;&lt;P&gt;.\test1.axf: Error: L6218E: Undefined symbol SystemInit (referred from startup_mkl02z4.o).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after that i have written&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int main()&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt; SystemInit();&lt;/P&gt;&lt;P&gt; while(1)&lt;/P&gt;&lt;P&gt; {&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but still the error exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help Me,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Suggestions Welcomed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanxxxx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 06:33:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-Any-One-Help-to-Start-with-MKE02Z16VLC02-with-Keil-Software/m-p/243597#M6176</guid>
      <dc:creator>ravindrashukla</dc:creator>
      <dc:date>2014-01-17T06:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can Any One Help to Start with MKE02Z16VLC02 with Keil Software.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-Any-One-Help-to-Start-with-MKE02Z16VLC02-with-Keil-Software/m-p/243598#M6177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you add "startup_mkl02z4.s" to your project, you also need the corresponding system file: "system_mkl02z4.c" .&lt;/P&gt;&lt;P&gt;SystemInit() is defined in that file and you do not need to call it yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 13:29:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-Any-One-Help-to-Start-with-MKE02Z16VLC02-with-Keil-Software/m-p/243598#M6177</guid>
      <dc:creator>paulmartin</dc:creator>
      <dc:date>2014-01-17T13:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can Any One Help to Start with MKE02Z16VLC02 with Keil Software.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-Any-One-Help-to-Start-with-MKE02Z16VLC02-with-Keil-Software/m-p/243599#M6178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravindra,&lt;/P&gt;&lt;P&gt;You're unnecessary to add the SystemInit() by yourself. I suggest you'd better use the FRDM-KE02 sample code to jumpstart the desgin.&lt;/P&gt;&lt;P&gt;I've included the FRDM-KE02 sample code guide for KEIL MDK with the reply, so please refer to it for details.&lt;/P&gt;&lt;P&gt;If you have any other questions, just feel free to contact with me.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ping&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jan 2014 09:10:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-Any-One-Help-to-Start-with-MKE02Z16VLC02-with-Keil-Software/m-p/243599#M6178</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2014-01-19T09:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can Any One Help to Start with MKE02Z16VLC02 with Keil Software.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-Any-One-Help-to-Start-with-MKE02Z16VLC02-with-Keil-Software/m-p/243600#M6179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx Ping and Martin for help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Ping Zhou thanx for document,&lt;/P&gt;&lt;P&gt;I am just Starting with the Freescale MCUs, in Past I worked on NXP LPC2148/29(ARM 7) MCUs, Keil i able to simulate these internal Pheripherals&lt;/P&gt;&lt;P&gt;I Suppose &lt;STRONG style="text-decoration: underline;"&gt;Keil Does Not Simulate&lt;/STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt; these Freescale's MCUs &lt;/SPAN&gt;(after seaching on net ).&lt;/P&gt;&lt;P&gt;I a week I will got my FRDM-KE02Z dev board .after that i will let you know that it is working or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also trying to work with IAR,it will compile it but when see the internal registers At First they change,but after that they does not. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;#include"MKE02Z2.h"&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;int main()&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN lang="EN"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;GPIOA_PDDR |=GPIO_PDDR_PDD( 0xff00);&lt;/P&gt;&lt;P&gt;//GPIOA_PDOR |=GPIO_PDOR_PDO(0x0ffff);&lt;/P&gt;&lt;P&gt;GPIOA_PDDR =GPIO_PDDR_PDD( 0x00ff);&lt;/P&gt;&lt;P&gt; while(1)&lt;/P&gt;&lt;P&gt; {&lt;/P&gt;&lt;P&gt; //GPIOA_PSOR &amp;amp;= ~(GPIO_PSOR_PTSO(0x00ff));&lt;/P&gt;&lt;P&gt;GPIOA_PDOR =GPIO_PDOR_PDO(0x0ffff);&lt;/P&gt;&lt;P&gt;&amp;nbsp; //GPIOA_PCOR=GPIO_PCOR_PTCO(0xffff);&lt;/P&gt;&lt;P&gt; GPIOA_PDOR =GPIO_PDOR_PDO(0x000000);&lt;/P&gt;&lt;P&gt;//GPIOA_PTOR |=GPIO_PTOR_PTTO(0x0ffff);&lt;/P&gt;&lt;P&gt; }&lt;/P&gt;&lt;P&gt; //return 0;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to toggle any of my pins....&lt;/P&gt;&lt;P&gt;from code they go From 0x0000 to 0xffff but not comming again to 0x0000...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 10:18:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-Any-One-Help-to-Start-with-MKE02Z16VLC02-with-Keil-Software/m-p/243600#M6179</guid>
      <dc:creator>ravindrashukla</dc:creator>
      <dc:date>2014-01-20T10:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can Any One Help to Start with MKE02Z16VLC02 with Keil Software.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-Any-One-Help-to-Start-with-MKE02Z16VLC02-with-Keil-Software/m-p/243601#M6180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravindra,&lt;/P&gt;&lt;P&gt;As I know, MDK 4.72 can support to debug KE02. Your code had confused me, so could you tell me what's the exacly funtion do you want? &lt;/P&gt;&lt;P&gt;I'm looking forward to your reply.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ping&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 08:31:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-Any-One-Help-to-Start-with-MKE02Z16VLC02-with-Keil-Software/m-p/243601#M6180</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2014-01-21T08:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can Any One Help to Start with MKE02Z16VLC02 with Keil Software.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-Any-One-Help-to-Start-with-MKE02Z16VLC02-with-Keil-Software/m-p/243602#M6181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Ping ,&lt;/P&gt;&lt;P&gt;i have received my board KE02Z ,I am successful to rum demo applications which were available on Freescale site.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in code i Just want to toggle my pins ,&lt;/P&gt;&lt;P&gt;I have MDK 4.73 and does Not simulate. i dont know why??,it shows no read or write access at (some watchdog's address).&lt;/P&gt;&lt;P&gt;in IAR in am able to compile the code but again it is not running on the board .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#include"MKE02Z2.h"&lt;/P&gt;&lt;P&gt;#define LED0_Init()&amp;nbsp;&amp;nbsp;&amp;nbsp; GPIOB_PDDR |= (2&amp;lt;&amp;lt;24)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // RED Light&lt;BR /&gt;#define LED0_Toggle()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GPIOB_PTOR = (2&amp;lt;&amp;lt;24)&lt;BR /&gt;#define LED0_On()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GPIOB_PCOR = (2&amp;lt;&amp;lt;24)&lt;BR /&gt;#define LED0_Off()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GPIOB_PSOR = (2&amp;lt;&amp;lt;24)&lt;/P&gt;&lt;P&gt;#define LED1_Init()&amp;nbsp;&amp;nbsp;&amp;nbsp; GPIOB_PDDR |= (4&amp;lt;&amp;lt;24)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Green&lt;BR /&gt;#define LED1_Toggle()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GPIOB_PTOR = (4&amp;lt;&amp;lt;24)&lt;BR /&gt;#define LED1_On()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GPIOB_PCOR = (4&amp;lt;&amp;lt;24)&lt;BR /&gt;#define LED1_Off()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GPIOB_PSOR = (4&amp;lt;&amp;lt;24)&lt;/P&gt;&lt;P&gt;#define LED2_Init()&amp;nbsp;&amp;nbsp;&amp;nbsp; GPIOB_PDDR |= (0x01&amp;lt;&amp;lt;7)&lt;BR /&gt;#define LED2_Toggle()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GPIOB_PTOR = (0x01&amp;lt;&amp;lt;7)&lt;BR /&gt;#define LED2_On()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GPIOB_PCOR = (0x01&amp;lt;&amp;lt;7)&lt;BR /&gt;#define LED2_Off()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GPIOB_PSOR = (0x01&amp;lt;&amp;lt;7)&lt;/P&gt;&lt;P&gt;unsigned int i,j;&lt;/P&gt;&lt;P&gt;int main()&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; LED0_Init();&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; while(1)&lt;BR /&gt;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LED0_Toggle();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for(i=0;i&amp;lt;1000000;i++)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for(j=0;j&amp;lt;1000000;j++);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; //return 0;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just trying to make things work..&lt;/P&gt;&lt;P&gt;let u know...for updation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 10:49:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-Any-One-Help-to-Start-with-MKE02Z16VLC02-with-Keil-Software/m-p/243602#M6181</guid>
      <dc:creator>ravindrashukla</dc:creator>
      <dc:date>2014-01-21T10:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Can Any One Help to Start with MKE02Z16VLC02 with Keil Software.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-Any-One-Help-to-Start-with-MKE02Z16VLC02-with-Keil-Software/m-p/243603#M6182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravindra,&lt;/P&gt;&lt;P&gt;I've included a sample code base on IAR 6.6 that could toggle the PTH1 in the reply.&lt;/P&gt;&lt;P&gt;I think it should be useful for reference and please refer to it for details.&lt;/P&gt;&lt;P&gt;Have a nice day.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ping&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="IMG_20140123_150821.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/41741i295F910A46B1FD32/image-size/large?v=v2&amp;amp;px=999" role="button" title="IMG_20140123_150821.jpg" alt="IMG_20140123_150821.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 07:22:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-Any-One-Help-to-Start-with-MKE02Z16VLC02-with-Keil-Software/m-p/243603#M6182</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2014-01-23T07:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can Any One Help to Start with MKE02Z16VLC02 with Keil Software.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-Any-One-Help-to-Start-with-MKE02Z16VLC02-with-Keil-Software/m-p/243604#M6183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ping,&lt;/P&gt;&lt;P&gt;Thanx for your Support,&lt;/P&gt;&lt;P&gt;But i have already Done this thing ,and my code is also success fully runned at the board.&lt;/P&gt;&lt;P&gt;When i debug setp(F11) by step it will remain in loop to the statup and never go the void main()..(This is problem 1)&lt;/P&gt;&lt;P&gt;when i press F5 code runs correctly..(I don't unserstand why!!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem2 . when i make a project that .exe it will automatically add lots of files in my project and it will eat my precious(3.5kb) of my flash memory.and the contoller i Work later is of only 8KB,so remain only 4.5 kb space ,that is not good for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem3. I am confused that may be by making projects by that .exe will work on FRDM-KE02Z2 board but what will happen when i buy a fresh new controller(not board),will my code work in that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to to run my controller baremetal type ,just some neccesarry startup.s,headerfile.h and some low level intialization code(ASM and C)&amp;nbsp; are included and rest of the code i will write by my own(like for WDOG,UART,GPIO,IIC,Clock&amp;nbsp; etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I heartly thanks to you for your interest in helping me out, as i googled it i found very less support is available on net and also on freescale site and community. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 09:00:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-Any-One-Help-to-Start-with-MKE02Z16VLC02-with-Keil-Software/m-p/243604#M6183</guid>
      <dc:creator>ravindrashukla</dc:creator>
      <dc:date>2014-01-23T09:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can Any One Help to Start with MKE02Z16VLC02 with Keil Software.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-Any-One-Help-to-Start-with-MKE02Z16VLC02-with-Keil-Software/m-p/243605#M6184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ping ,&lt;/P&gt;&lt;P&gt;I am attaching some screen shots of my system,&lt;/P&gt;&lt;P&gt;i contains that i have success fully compiled the code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;second screenshot displays a function is DISASSEMBLY named __iar_program_start ,this is that code where my code revolves all the time and never go to main....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also follows the disassembly code of demo code ,&lt;/P&gt;&lt;P&gt;in that when i Press F5 code runs normally ,but when i go step by step it keeps revolving and never go to main,so iam unable to track which asm code or files are required tocall the main function from startup...&lt;/P&gt;&lt;P&gt; &lt;span class="lia-inline-image-display-wrapper" image-alt="iar_prgm_start.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/41932iA1A4EFA0CD8A5984/image-size/large?v=v2&amp;amp;px=999" role="button" title="iar_prgm_start.png" alt="iar_prgm_start.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="success_compiled.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/42066iE17697C37BD36190/image-size/large?v=v2&amp;amp;px=999" role="button" title="success_compiled.png" alt="success_compiled.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 09:30:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-Any-One-Help-to-Start-with-MKE02Z16VLC02-with-Keil-Software/m-p/243605#M6184</guid>
      <dc:creator>ravindrashukla</dc:creator>
      <dc:date>2014-01-23T09:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Can Any One Help to Start with MKE02Z16VLC02 with Keil Software.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-Any-One-Help-to-Start-with-MKE02Z16VLC02-with-Keil-Software/m-p/243606#M6185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravindra,&lt;/P&gt;&lt;P&gt;Thanks for your reply. I'm glad to hear that you had compliled your project successful. However I've not figured out your new question so far and I think it should be related to the start function.&lt;/P&gt;&lt;P&gt;So I'd like to suggest that you'd better to choose the project which be creted by .exe and the project suit all KE02 miccontrollers. KE02 has been lauched since a year ago, so there's not many documents about it on net and I hope you could understand.&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ping&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 02:17:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-Any-One-Help-to-Start-with-MKE02Z16VLC02-with-Keil-Software/m-p/243606#M6185</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2014-01-24T02:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can Any One Help to Start with MKE02Z16VLC02 with Keil Software.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-Any-One-Help-to-Start-with-MKE02Z16VLC02-with-Keil-Software/m-p/243607#M6186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Ping,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i know why there is so much less support on KE02..&lt;/P&gt;&lt;P&gt;anyways Good news I have successfully runned A LED TOGGLE code on FRDM-KE02Z2 board without that .exe maken project,just added a .h file and disabled wachdog timer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx for you help ,But Problem dosen't stops here:smileylaugh: actually so many to come now,&lt;/P&gt;&lt;P&gt;i am trying UART1 cofigurations so that i can comuunicate with my PC and board(AS OpenSDA&amp;nbsp; degugger is connected with UART1 in board) it not running and it will also hang the debugger and my code (even led blink hangs..) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 10:59:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-Any-One-Help-to-Start-with-MKE02Z16VLC02-with-Keil-Software/m-p/243607#M6186</guid>
      <dc:creator>ravindrashukla</dc:creator>
      <dc:date>2014-01-24T10:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can Any One Help to Start with MKE02Z16VLC02 with Keil Software.</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-Any-One-Help-to-Start-with-MKE02Z16VLC02-with-Keil-Software/m-p/243608#M6187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravindra,&lt;/P&gt;&lt;P&gt;Thanks for your reply. I'm glad to to hear that you had corrected the Led Toggle code. Regarding to the UART1 issue, I'd like to suggest give you two advices. First advice, you could use oscilloscope to test the signal of UART1's pins, It's efficent way to figure out the exactly problem. Second advice, I've attached the uart.c and uart.h which from our demo core and I think it should be useful for reference.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ping&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Jan 2014 02:55:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-Any-One-Help-to-Start-with-MKE02Z16VLC02-with-Keil-Software/m-p/243608#M6187</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2014-01-26T02:55:00Z</dc:date>
    </item>
  </channel>
</rss>

