<?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: KSDK 1.2.0 and MKV30  :How to remove osa1 if i dont want any OS?? in Processor Expert Software</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/KSDK-1-2-0-and-MKV30-How-to-remove-osa1-if-i-dont-want-any-OS/m-p/420570#M3405</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer.I'll try tonight.I'll let you know if i will be able to do it&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Oct 2015 12:37:52 GMT</pubDate>
    <dc:creator>diegocolombo</dc:creator>
    <dc:date>2015-10-29T12:37:52Z</dc:date>
    <item>
      <title>KSDK 1.2.0 and MKV30  :How to remove osa1 if i dont want any OS??</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/KSDK-1-2-0-and-MKV30-How-to-remove-osa1-if-i-dont-want-any-OS/m-p/420568#M3403</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'm trying to work with a MKV30 processor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks that is not possible to remove osa 1:&lt;/P&gt;&lt;P&gt;If i remove it the fsl_clock_manager component complains,if i remove it then the CPU component complains that the latter is missing.&lt;/P&gt;&lt;P&gt;I found an example for KSDK 1.1.0:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-104205"&gt;Low power demo application on FRDM-KL03Z board with KSDK 1.1.0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it does not works to me in KSDK 1.2.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CPU component has few options compared to the one in&amp;nbsp; the example&lt;/P&gt;&lt;P&gt;The CPU component needs a fsl_clock_manager&lt;/P&gt;&lt;P&gt;The fsl clock manager has the "Share components" checkbox flagged and disabled,and it is shared with osa1&lt;/P&gt;&lt;P&gt;Thus the CPU can only work with fsl_os_abstraction osa1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it looks that there is no&amp;nbsp; escape.&lt;/P&gt;&lt;P&gt;I'm i wrong?I hope yes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In many cases a RTOS and is helpful,and&amp;nbsp; thanks a lot to the guys who developed all this framework..but sometimes a programmer would need something lighter and closer to hardware.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 12:22:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/KSDK-1-2-0-and-MKV30-How-to-remove-osa1-if-i-dont-want-any-OS/m-p/420568#M3403</guid>
      <dc:creator>diegocolombo</dc:creator>
      <dc:date>2015-09-29T12:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: KSDK 1.2.0 and MKV30  :How to remove osa1 if i dont want any OS??</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/KSDK-1-2-0-and-MKV30-How-to-remove-osa1-if-i-dont-want-any-OS/m-p/420569#M3404</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;this is possible when you switch clock manager to CMSIS startup code (Hardware initialization group). In this case only HAL components can be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally it is possible to have PEx projects without OSA from 1.2 but with limitations mentioned above. These limitations are caused by KSDK itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/58636i7A8F606A92D99EEA/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Vojtech Filip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 09:46:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/KSDK-1-2-0-and-MKV30-How-to-remove-osa1-if-i-dont-want-any-OS/m-p/420569#M3404</guid>
      <dc:creator>vfilip</dc:creator>
      <dc:date>2015-10-05T09:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: KSDK 1.2.0 and MKV30  :How to remove osa1 if i dont want any OS??</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/KSDK-1-2-0-and-MKV30-How-to-remove-osa1-if-i-dont-want-any-OS/m-p/420570#M3405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer.I'll try tonight.I'll let you know if i will be able to do it&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 12:37:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/KSDK-1-2-0-and-MKV30-How-to-remove-osa1-if-i-dont-want-any-OS/m-p/420570#M3405</guid>
      <dc:creator>diegocolombo</dc:creator>
      <dc:date>2015-10-29T12:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: KSDK 1.2.0 and MKV30  :How to remove osa1 if i dont want any OS??</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/KSDK-1-2-0-and-MKV30-How-to-remove-osa1-if-i-dont-want-any-OS/m-p/420571#M3406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vojtech Filip,it works as i need.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Diego&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 19:31:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/KSDK-1-2-0-and-MKV30-How-to-remove-osa1-if-i-dont-want-any-OS/m-p/420571#M3406</guid>
      <dc:creator>diegocolombo</dc:creator>
      <dc:date>2015-11-02T19:31:50Z</dc:date>
    </item>
  </channel>
</rss>

