<?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 KE04Z8 TX Problem in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE04Z8-TX-Problem/m-p/464089#M27885</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey ,&lt;/P&gt;&lt;P&gt;I using the MKE04Z8 device on my pcb , my problem is that I can't see anything in the line.&lt;/P&gt;&lt;P&gt;I configure the PTA2 as RX PTA3 as TX and used the next basic code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Write your local variable definition here */&lt;/P&gt;&lt;P&gt;&amp;nbsp; byte packet[2]={100,100};&lt;/P&gt;&lt;P&gt;&amp;nbsp; word sent ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; byte retval;&lt;/P&gt;&lt;P&gt;&amp;nbsp; /*** Processor Expert internal initialization. DON'T REMOVE THIS CODE!!! ***/&lt;/P&gt;&lt;P&gt;&amp;nbsp; PE_low_level_init();&lt;/P&gt;&lt;P&gt;&amp;nbsp; /*** End of Processor Expert internal initialization.&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;&amp;nbsp; ***/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* Write your code here */&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* For example: for(;;) { } */&lt;/P&gt;&lt;P&gt;&amp;nbsp; while(1)&lt;/P&gt;&lt;P&gt;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp; AS1_SendBlock(packet,2,&amp;amp;sent);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what I done:&lt;/P&gt;&lt;P&gt;1. I configured the next code on PTB0 and PTB1 and it send data.&lt;/P&gt;&lt;P&gt;2. I took the pin of the PTA3 and disconnected it from the pcb and still no output signal.&lt;/P&gt;&lt;P&gt;3. I tried the code on the FRDM and it worked.&lt;/P&gt;&lt;P&gt;4. I tried it on more then 1 PCB Board with different devices.&lt;/P&gt;&lt;P&gt;5. I work on eclipse code warrior and I tried it on kinetis design studio and still not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that is something on the pin(PTA3) configuration , Any suggestions ?&lt;/P&gt;&lt;P&gt;BTW, The RX line works perfectly and I am attaching picture of the codewarrior window&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;David&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;span class="lia-inline-image-display-wrapper" image-alt="CodeWarrior Windows with TX Problem.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/53700i52310577DA01F4FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="CodeWarrior Windows with TX Problem.jpg" alt="CodeWarrior Windows with TX Problem.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Feb 2016 08:33:56 GMT</pubDate>
    <dc:creator>davidra7</dc:creator>
    <dc:date>2016-02-17T08:33:56Z</dc:date>
    <item>
      <title>KE04Z8 TX Problem</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE04Z8-TX-Problem/m-p/464089#M27885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey ,&lt;/P&gt;&lt;P&gt;I using the MKE04Z8 device on my pcb , my problem is that I can't see anything in the line.&lt;/P&gt;&lt;P&gt;I configure the PTA2 as RX PTA3 as TX and used the next basic code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Write your local variable definition here */&lt;/P&gt;&lt;P&gt;&amp;nbsp; byte packet[2]={100,100};&lt;/P&gt;&lt;P&gt;&amp;nbsp; word sent ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; byte retval;&lt;/P&gt;&lt;P&gt;&amp;nbsp; /*** Processor Expert internal initialization. DON'T REMOVE THIS CODE!!! ***/&lt;/P&gt;&lt;P&gt;&amp;nbsp; PE_low_level_init();&lt;/P&gt;&lt;P&gt;&amp;nbsp; /*** End of Processor Expert internal initialization.&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;&amp;nbsp; ***/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* Write your code here */&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* For example: for(;;) { } */&lt;/P&gt;&lt;P&gt;&amp;nbsp; while(1)&lt;/P&gt;&lt;P&gt;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp; AS1_SendBlock(packet,2,&amp;amp;sent);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what I done:&lt;/P&gt;&lt;P&gt;1. I configured the next code on PTB0 and PTB1 and it send data.&lt;/P&gt;&lt;P&gt;2. I took the pin of the PTA3 and disconnected it from the pcb and still no output signal.&lt;/P&gt;&lt;P&gt;3. I tried the code on the FRDM and it worked.&lt;/P&gt;&lt;P&gt;4. I tried it on more then 1 PCB Board with different devices.&lt;/P&gt;&lt;P&gt;5. I work on eclipse code warrior and I tried it on kinetis design studio and still not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that is something on the pin(PTA3) configuration , Any suggestions ?&lt;/P&gt;&lt;P&gt;BTW, The RX line works perfectly and I am attaching picture of the codewarrior window&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;David&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;span class="lia-inline-image-display-wrapper" image-alt="CodeWarrior Windows with TX Problem.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/53700i52310577DA01F4FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="CodeWarrior Windows with TX Problem.jpg" alt="CodeWarrior Windows with TX Problem.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 08:33:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE04Z8-TX-Problem/m-p/464089#M27885</guid>
      <dc:creator>davidra7</dc:creator>
      <dc:date>2016-02-17T08:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: KE04Z8 TX Problem</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE04Z8-TX-Problem/m-p/464090#M27886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello David,&lt;/P&gt;&lt;P&gt;The PTA2 and PTA3 are true open-drain pins, so the external pull-ups have to be used for these pins. I suggest you to use resistors of 5-10k, but it depends on real application too. Please try it and let me know the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Best Regards,&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Stano.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 08:46:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE04Z8-TX-Problem/m-p/464090#M27886</guid>
      <dc:creator>Stano</dc:creator>
      <dc:date>2016-02-17T08:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: KE04Z8 TX Problem</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE04Z8-TX-Problem/m-p/464091#M27887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the fast answer, I connected it to 5K pull up and it works :smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I use the Internal Pull up for PTA3?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 10:30:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE04Z8-TX-Problem/m-p/464091#M27887</guid>
      <dc:creator>davidra7</dc:creator>
      <dc:date>2016-02-17T10:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: KE04Z8 TX Problem</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE04Z8-TX-Problem/m-p/464092#M27888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;yes, you can used the internal pull-up, but it is quite weak - it is about 50kOhm (30 - 60k). So better is to use 5k external resistor for better noise immunity.&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Best Regards,&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Stano.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 14:59:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KE04Z8-TX-Problem/m-p/464092#M27888</guid>
      <dc:creator>Stano</dc:creator>
      <dc:date>2016-02-17T14:59:50Z</dc:date>
    </item>
  </channel>
</rss>

