<?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: Problems with SPI0 in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Problems-with-SPI0/m-p/601258#M16685</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you attach your debug console ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Oct 2016 04:32:08 GMT</pubDate>
    <dc:creator>danielchen</dc:creator>
    <dc:date>2016-10-27T04:32:08Z</dc:date>
    <item>
      <title>Problems with SPI0</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Problems-with-SPI0/m-p/601255#M16682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using MQX 4.2.0, and a MK60DN512VLQ10.&lt;/P&gt;&lt;P&gt;I'm trying to send some information by SPI with fopen, fwrite, etc. The problem is that spi outputs are not working. There are nothing in the outputs. No Signal, nothing. I check my _bsp_dspi_io_initand it is in the right pines. I don't know if there is a configuration that aren't allow me to produce a SPI.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Norberto Jiménez&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-338799"&gt;user_config.h.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 01:13:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Problems-with-SPI0/m-p/601255#M16682</guid>
      <dc:creator>norbertoj</dc:creator>
      <dc:date>2016-10-26T01:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with SPI0</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Problems-with-SPI0/m-p/601256#M16683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Norberto:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What we need to do is the BSPCFG_ENABLE_SPIx macro must be set to 1 in the user_config.h. I noticed in your config file, this macro is set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you use the TWR-K60D100M board or your custom board? and your device is a master or a slave ?&lt;/P&gt;&lt;P&gt;I think you need to check the connection between the master and slave first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a SPI demo in MQX installation folder, you can refer to it.&lt;/P&gt;&lt;P&gt;C:\Freescale\Freescale_MQX_4_2\mqx\examples\spi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 07:07:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Problems-with-SPI0/m-p/601256#M16683</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2016-10-26T07:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with SPI0</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Problems-with-SPI0/m-p/601257#M16684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to test the spi driver demo, but it stucks in mqx_idle_task and doesn't advance after the mqx table task.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 23:38:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Problems-with-SPI0/m-p/601257#M16684</guid>
      <dc:creator>norbertoj</dc:creator>
      <dc:date>2016-10-26T23:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with SPI0</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Problems-with-SPI0/m-p/601258#M16685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you attach your debug console ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 04:32:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Problems-with-SPI0/m-p/601258#M16685</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2016-10-27T04:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with SPI0</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Problems-with-SPI0/m-p/601259#M16686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Norberto Jiménez&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just for information, the SPI demo creates one task for spi master, which is responsible for configuring the SPI protocol, erasing memory in memory board and reading data from and writing data the the memory board. The MCU is the master and the SPI serial flash memroy is the slave in the SPI data transfer.&lt;/P&gt;&lt;P&gt;you need to connect your TWR-MCU board with TWR-MEM board when you test the SPI demo.&lt;/P&gt;&lt;P&gt;Please also check your jumper setting in your TWR-MEM board&lt;/P&gt;&lt;P&gt;J4:&amp;nbsp; Serial Flash Configuration options 1-2&lt;/P&gt;&lt;P&gt;J14:&amp;nbsp; Serial Flash Chip-select&amp;nbsp; 1-2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 02:32:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Problems-with-SPI0/m-p/601259#M16686</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2016-11-02T02:32:45Z</dc:date>
    </item>
  </channel>
</rss>

