<?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 K40X256LQ100 - KwikStik RTC</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K40X256LQ100-KwikStik-RTC/m-p/1010937#M56103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, but what is uTasker, is it just a series of bin files. How are you meant to use it...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Mar 2020 19:37:39 GMT</pubDate>
    <dc:creator>kwiksay2</dc:creator>
    <dc:date>2020-03-03T19:37:39Z</dc:date>
    <item>
      <title>Kinetis K40X256LQ100 - KwikStik RTC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K40X256LQ100-KwikStik-RTC/m-p/1010933#M56099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Kinetis Kwikstik K40 development board, that I bought a few years ago, but I see they are still available.&lt;/P&gt;&lt;P&gt;I has the K40x256LQ100 chip on a board with LCD display and Seggar Jlink on board and programs via USB port.&lt;/P&gt;&lt;P&gt;I can get basic program examples to run, Blinky etc, I am using uVision 5.29 with v4 legacy options. The target that I seem to use is MK40N512MD100...???. My question is how to start the on chip RTC. I can display the time and date using ctime, localtime etc and see the time tm struct fields in C program and change them but they don't get updated....?? always read 1 jan 00:00:00 1970 etc....epoch year. What function or settings etc should I be using.??&lt;/P&gt;&lt;P&gt;I can change it to read say 22 May 12:34:56 1998 and it always reads that....doesn't change as time progresses.???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2020 10:58:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K40X256LQ100-KwikStik-RTC/m-p/1010933#M56099</guid>
      <dc:creator>kwiksay2</dc:creator>
      <dc:date>2020-02-25T10:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K40X256LQ100 - KwikStik RTC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K40X256LQ100-KwikStik-RTC/m-p/1010934#M56100</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;Try &lt;A href="https://www.utasker.com/kinetis/KWIKSTIK.html" target="test_blank"&gt;https://www.utasker.com/kinetis/KWIKSTIK.html&lt;/A&gt;&lt;BR /&gt;Code is open source on Github, including KwikStik simulator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;BR /&gt;&lt;EM&gt;[uTasker project developer for Kinetis and i.MX RT]&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2020 16:42:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K40X256LQ100-KwikStik-RTC/m-p/1010934#M56100</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2020-02-26T16:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K40X256LQ100 - KwikStik RTC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K40X256LQ100-KwikStik-RTC/m-p/1010935#M56101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for reply, I had looked at utasker but it seems to be another system possibly for Codewarrior, or is it for any IDE system.???&lt;/P&gt;&lt;P&gt;I am trying to use armKeil uVision as it seems to be the one published on the KwikStik web pages. I had tried MCUxpresso and took it off again when couldn't get it to do anything on KwikStik, but NXP say it doesn't support KwikStik but then they suggest I should download MCUxPresso and port code from other mcu examples...???.&lt;/P&gt;&lt;P&gt;As far as I can see the KwikStik is still available to buy new with the same chip onboard, so does no-one do any software that supports it..????. at least with arm Keil uVision I can program and download some functions and display to LCD on board&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2020 12:06:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K40X256LQ100-KwikStik-RTC/m-p/1010935#M56101</guid>
      <dc:creator>kwiksay2</dc:creator>
      <dc:date>2020-03-03T12:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K40X256LQ100 - KwikStik RTC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K40X256LQ100-KwikStik-RTC/m-p/1010936#M56102</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;uTasker supports the KwikStik with&lt;/P&gt;&lt;P&gt;- Keil uVision&lt;BR /&gt;- IAR,&lt;BR /&gt;- MCUXpresso&lt;BR /&gt;- KDS&lt;BR /&gt;- CodeWarrior&lt;BR /&gt;- S32 Design Studio&lt;BR /&gt;- Rowley Crossworks&lt;BR /&gt;- CooCox&lt;BR /&gt;- Green Hills&lt;BR /&gt;- Atollic&lt;BR /&gt;- GCC Make file build&lt;BR /&gt;- Visual Studio simulation and Visual GDB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;BR /&gt;&lt;EM&gt;[uTasker project developer for Kinetis and i.MX RT]&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2020 18:49:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K40X256LQ100-KwikStik-RTC/m-p/1010936#M56102</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2020-03-03T18:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K40X256LQ100 - KwikStik RTC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K40X256LQ100-KwikStik-RTC/m-p/1010937#M56103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, but what is uTasker, is it just a series of bin files. How are you meant to use it...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2020 19:37:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K40X256LQ100-KwikStik-RTC/m-p/1010937#M56103</guid>
      <dc:creator>kwiksay2</dc:creator>
      <dc:date>2020-03-03T19:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K40X256LQ100 - KwikStik RTC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K40X256LQ100-KwikStik-RTC/m-p/1010938#M56104</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;If you don't know what uTasker is or how to use it you can learn all about it at these links:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open Source code: &lt;A href="https://github.com/uTasker/uTasker-Kinetis" target="test_blank"&gt;https://github.com/uTasker/uTasker-Kinetis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kinetis Tutorial: &lt;A href="https://www.utasker.com/docs/KINETIS/uTaskerV1.4_Kinetis.pdf" target="test_blank"&gt;https://www.utasker.com/docs/KINETIS/uTaskerV1.4_Kinetis.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SLCD user's guide and simulation: &lt;A href="https://www.utasker.com/docs/uTasker/uTasker_SLCD.pdf" target="test_blank"&gt;https://www.utasker.com/docs/uTasker/uTasker_SLCD.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kwikstik / SLCD video: &lt;A href="https://www.youtube.com/watch?v=nm2DmZv1rj8" target="test_blank"&gt;https://www.youtube.com/watch?v=nm2DmZv1rj8&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All documentation: &lt;A href="https://www.utasker.com/docs/documentation.html" target="test_blank"&gt;https://www.utasker.com/docs/documentation.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other videos: &lt;A href="https://www.youtube.com/watch?v=kWNlsAoMly4&amp;amp;list=PLWKlVb_MqDQFZAulrUywU30v869JBYi9Q" target="test_blank"&gt;https://www.youtube.com/watch?v=kWNlsAoMly4&amp;amp;list=PLWKlVb_MqDQFZAulrUywU30v869JBYi9Q&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;BR /&gt;&lt;EM&gt;[uTasker project developer for Kinetis and i.MX RT]&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2020 21:22:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K40X256LQ100-KwikStik-RTC/m-p/1010938#M56104</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2020-03-03T21:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K40X256LQ100 - KwikStik RTC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K40X256LQ100-KwikStik-RTC/m-p/1010939#M56105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px;"&gt;Hello,&amp;nbsp;&amp;nbsp;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="355794" data-username="kwiksay2" href="https://community.nxp.com/people/kwiksay2"&gt;kwiksay2&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px;"&gt;This is the solution for working with the RTC as we discussed previously on your ticket.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px;"&gt;Since the&amp;nbsp; MCUxpresso SDK does not support the board KwikStik-K40 and there are no RTC examples for the K40 MCU wich the Kwikstik board has.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px;"&gt;The workaround was to&amp;nbsp;import&amp;nbsp;the SDK example from the&amp;nbsp;&lt;A href="https://mcuxpresso.nxp.com/en/dashboard?uvid=244321&amp;amp;to_vault=true"&gt;TWR-K60D100M&amp;nbsp;&lt;/A&gt;&amp;nbsp;SDK. Then download the SDK for the&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; font-family: Arial; font-size: 9.0pt; color: #222222;"&gt;&lt;SPAN style="font-size: 15px;"&gt;MK40X256 MCU and create a new project importing the drivers for RTC.&amp;nbsp;&amp;nbsp;Then, reuse the example code for the RTC example of&amp;nbsp;&amp;nbsp;&lt;A href="https://mcuxpresso.nxp.com/en/dashboard?uvid=244321&amp;amp;to_vault=true"&gt;TWR-K60D100M&amp;nbsp;&lt;/A&gt;&amp;nbsp;&amp;nbsp;into the project for the Kwikstik MCU.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; font-family: Arial; font-size: 9.0pt; color: #222222;"&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P style="margin: 0in; font-family: Arial; font-size: 9.0pt; color: #222222;"&gt;&lt;/P&gt;&lt;P style="margin: 0in; font-family: Arial; font-size: 9.0pt; color: #222222;"&gt;&lt;/P&gt;&lt;P style="margin: 0in;"&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Diego&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2020 22:15:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K40X256LQ100-KwikStik-RTC/m-p/1010939#M56105</guid>
      <dc:creator>diego_charles</dc:creator>
      <dc:date>2020-03-11T22:15:42Z</dc:date>
    </item>
  </channel>
</rss>

