<?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>Processor Expert SoftwareのトピックRe: How to use SPIMASTER_LDD for MQX 4.0</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/How-to-use-SPIMASTER-LDD-for-MQX-4-0/m-p/252002#M1448</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;Can you please confirm if the PE LDD based generated code supports for multi threaded environment in MQX 4.0.0 or it supports only for baremetal? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GR.Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Jun 2013 06:54:15 GMT</pubDate>
    <dc:creator>venkateshgr</dc:creator>
    <dc:date>2013-06-07T06:54:15Z</dc:date>
    <item>
      <title>How to use SPIMASTER_LDD for MQX 4.0</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-to-use-SPIMASTER-LDD-for-MQX-4-0/m-p/251991#M1437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Am trying to use PE based SPI driver for MQX 4.0,&lt;/P&gt;&lt;P&gt;Following are the steps i have followed&lt;/P&gt;&lt;P&gt;1.Am using codewarrior 10.3 and added bsp_twrk60n512&amp;nbsp; to the project. &lt;/P&gt;&lt;P&gt;2.Added SPIMASTER_LDD component to processorExpert.pe&lt;/P&gt;&lt;P&gt;3. Done configuration settings for SPI and selected the ports.&lt;/P&gt;&lt;P&gt;4.Generated code for processorExpert.pe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me what are the furture steps to be done in order to use the PE based driver in MQX 4.0 rather than using the driver provided in peripherals IO's-&amp;gt;spi &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 11:20:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-to-use-SPIMASTER-LDD-for-MQX-4-0/m-p/251991#M1437</guid>
      <dc:creator>venkateshgr</dc:creator>
      <dc:date>2013-05-22T11:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SPIMASTER_LDD for MQX 4.0</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-to-use-SPIMASTER-LDD-for-MQX-4-0/m-p/251992#M1438</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 think you are new user of the PE, so the next steps you need to do is just switch to the Methods tab select what methods you want to use. Generate the PE code. Then use the methods in your code. That's all. Any other questions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 06:41:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-to-use-SPIMASTER-LDD-for-MQX-4-0/m-p/251992#M1438</guid>
      <dc:creator>jch</dc:creator>
      <dc:date>2013-05-28T06:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SPIMASTER_LDD for MQX 4.0</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-to-use-SPIMASTER-LDD-for-MQX-4-0/m-p/251993#M1439</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 have done with setting the methods and generating code for SPIMaster_LDD.&lt;/P&gt;&lt;P&gt;1. In order to initialize the driver do i need to call directly the Init() from generated code or by calling fopen or any other IOCTL? &lt;/P&gt;&lt;P&gt;2. Does the ioctl or fopen call internally calls the API's from generated code or do i need to use independently&amp;nbsp; the API's generated generated for example for read and write?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 10:23:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-to-use-SPIMASTER-LDD-for-MQX-4-0/m-p/251993#M1439</guid>
      <dc:creator>venkateshgr</dc:creator>
      <dc:date>2013-05-30T10:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SPIMASTER_LDD for MQX 4.0</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-to-use-SPIMASTER-LDD-for-MQX-4-0/m-p/251994#M1440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, check the document : C:\Freescale\Freescale_MQX_4_0\doc\tools\cw\FSL_MQX_in_CW_10_x.pdf&lt;/P&gt;&lt;P&gt;You have examples of using LDD_xx driver.&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;Luis&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 07:34:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-to-use-SPIMASTER-LDD-for-MQX-4-0/m-p/251994#M1440</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2013-05-31T07:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SPIMASTER_LDD for MQX 4.0</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-to-use-SPIMASTER-LDD-for-MQX-4-0/m-p/251995#M1441</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, I checked with that previously. Am trying to use generated Uart and SPI driver into Httpdsrv rtcs app. So wanted to know if calling the io_read() API will do the read from UART or do i need to use the API generated from PE in place of io_read() call.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 11:37:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-to-use-SPIMASTER-LDD-for-MQX-4-0/m-p/251995#M1441</guid>
      <dc:creator>venkateshgr</dc:creator>
      <dc:date>2013-05-31T11:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SPIMASTER_LDD for MQX 4.0</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-to-use-SPIMASTER-LDD-for-MQX-4-0/m-p/251996#M1442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend to use the standard MQX BSP drivers by default (UART, SPI,..) In case you don't have a particular driver or particular functionality in the driver, to use LDD_xx driver with PE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the MQXIOUG.pdf for driver functions and in the folder C:\Freescale\Freescale_MQX_4_0\mqx\examples you have examples of using MQX drivers (non PE). For example spi driver C:\Freescale\Freescale_MQX_4_0\mqx\examples\spi UART driver is used in many of those projects,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you have two options, standard MQX driver or LDD_ PE driver, but you shouldn't mix them for a peripheral.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 12:03:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-to-use-SPIMASTER-LDD-for-MQX-4-0/m-p/251996#M1442</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2013-05-31T12:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SPIMASTER_LDD for MQX 4.0</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-to-use-SPIMASTER-LDD-for-MQX-4-0/m-p/251997#M1443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already used the standard BSP drivers and working fine, now need to completely remove BSP drivers and use PE based drivers. &lt;/P&gt;&lt;P&gt;So you mean to say the existing io_read an ioctl's are compatible for non PE based only and not in case of using PE driver need to write wrappers and use on io_read write or directly use the PE driver APIs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 12:13:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-to-use-SPIMASTER-LDD-for-MQX-4-0/m-p/251997#M1443</guid>
      <dc:creator>venkateshgr</dc:creator>
      <dc:date>2013-05-31T12:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SPIMASTER_LDD for MQX 4.0</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-to-use-SPIMASTER-LDD-for-MQX-4-0/m-p/251998#M1444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BSP drivers are independent of PE LDD drivers. You have to use the PE methods directly in the same way you work with MQX Lite that doesn't have standard drivers. You don' t need ioread,open, ctl, etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 12:34:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-to-use-SPIMASTER-LDD-for-MQX-4-0/m-p/251998#M1444</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2013-05-31T12:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SPIMASTER_LDD for MQX 4.0</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-to-use-SPIMASTER-LDD-for-MQX-4-0/m-p/251999#M1445</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;Ok thanks Luis. I never used MQX Lite. But i got the point from your previous reply that I need to use the generated API's from PE_LDD in place of all IOCTL calls to driver and open() and read write calls.&lt;/P&gt;&lt;P&gt;Am i right with my understanding?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GR.Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 06:45:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-to-use-SPIMASTER-LDD-for-MQX-4-0/m-p/251999#M1445</guid>
      <dc:creator>venkateshgr</dc:creator>
      <dc:date>2013-06-03T06:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SPIMASTER_LDD for MQX 4.0</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-to-use-SPIMASTER-LDD-for-MQX-4-0/m-p/252000#M1446</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;Yes, correct. In the same way are used the LDD_xx in&amp;nbsp; C:\Freescale\Freescale_MQX_4_0\doc\tools\cw\FSL_MQX_in_CW_10_x.pdf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 09:50:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-to-use-SPIMASTER-LDD-for-MQX-4-0/m-p/252000#M1446</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2013-06-03T09:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SPIMASTER_LDD for MQX 4.0</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-to-use-SPIMASTER-LDD-for-MQX-4-0/m-p/252001#M1447</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;Am in process of using the PE generated API's of UART. In case of the existing driver there are task handling in case of UART block read in serl_int.c file in the following API&lt;/P&gt;&lt;P&gt;_io_serial_int_read()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(flags &amp;amp; IO_SERIAL_NON_BLOCKING) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (_CHARQ_SIZE(in_queue) == 0) {&lt;/P&gt;&lt;P&gt;&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; num -= i;&lt;/P&gt;&lt;P&gt;&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; _int_enable();&lt;/P&gt;&lt;P&gt;&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; break;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } /* Endif */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } else {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; while (_CHARQ_SIZE(in_queue) == 0) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt; _taskq_suspend(int_io_dev_ptr-&amp;gt;IN_WAITING_TASKS);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } /* Endwhile */&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } /* Endif */&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;In case of the generated UART driver how to handle the tasks. In there any methods to be enebled during generating the code?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;Am facing problem in executing the task from which the uart receive task is created.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 13:14:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-to-use-SPIMASTER-LDD-for-MQX-4-0/m-p/252001#M1447</guid>
      <dc:creator>venkateshgr</dc:creator>
      <dc:date>2013-06-06T13:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SPIMASTER_LDD for MQX 4.0</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-to-use-SPIMASTER-LDD-for-MQX-4-0/m-p/252002#M1448</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;Can you please confirm if the PE LDD based generated code supports for multi threaded environment in MQX 4.0.0 or it supports only for baremetal? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GR.Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 06:54:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-to-use-SPIMASTER-LDD-for-MQX-4-0/m-p/252002#M1448</guid>
      <dc:creator>venkateshgr</dc:creator>
      <dc:date>2013-06-07T06:54:15Z</dc:date>
    </item>
  </channel>
</rss>

