<?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: GS1011 issue on tower in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175955#M2334</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure all jumpers are in correct position.&lt;/P&gt;&lt;P&gt;Is it possible to send picture of tower board showing jumper connections?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please give following details:&lt;/P&gt;&lt;P&gt;1. MQX release version (download path)&lt;/P&gt;&lt;P&gt;2. WiFi patch details (download path)&lt;/P&gt;&lt;P&gt;3. Tower board version (GS1011 )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jul 2012 13:10:28 GMT</pubDate>
    <dc:creator>bhaskar_naik</dc:creator>
    <dc:date>2012-07-25T13:10:28Z</dc:date>
    <item>
      <title>GS1011 issue on tower</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175946#M2325</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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have just installed and updated CW 10.2 on my XP 32bit VM, installed and running&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Downloaded MQX 3.7 and the 3.7 gain span patch&lt;/P&gt;&lt;P&gt;Rebuilt the debug version of tower PSP, BSP and RTCS&lt;/P&gt;&lt;P&gt;Built the debug version of the tower gttpsrv_twrmcf52259&lt;/P&gt;&lt;P&gt;Ran on the tower and get the following consol output (mind you I moved the default IO to ttya, but this should not matter).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---------------------------------------------------------CONSOL---------------------------------------------------------&lt;/P&gt;&lt;P&gt;adc device opened&lt;BR /&gt;adc: device opened&lt;BR /&gt;SPI clock mode:0&lt;BR /&gt;SPI baud rate:1000000 Hz&lt;BR /&gt;GPIO ISR attached...&lt;BR /&gt;SPI init success&lt;BR /&gt;Starting GS SPI link synchronization..&lt;BR /&gt;GS SPI link up.&lt;BR /&gt;&lt;BR /&gt;ERROR: GS response buffer overflow&lt;BR /&gt;&lt;BR /&gt;ERROR: GS response buffer overflow&lt;BR /&gt;&lt;BR /&gt;ERROR: GS response buffer overflow&lt;BR /&gt;&lt;BR /&gt;ERROR: GS response buffer overflow&lt;BR /&gt;&lt;BR /&gt;ERROR: GS response buffer overflow&lt;BR /&gt;&lt;BR /&gt;ERROR: GS response buffer overflow&lt;BR /&gt;&lt;BR /&gt;ERROR: GS response buffer overflow&lt;BR /&gt;&lt;BR /&gt;ERROR: GS response buffer overflow&lt;BR /&gt;&lt;BR /&gt;ERROR: GS response buffer overflow&lt;BR /&gt;&lt;BR /&gt;ERROR: GS response buffer overflow&lt;BR /&gt;&lt;BR /&gt;ERROR: GS response buffer overflow&lt;BR /&gt;&lt;BR /&gt;ERROR: GS response buffer overflow&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: THIS GOES ON FOR EVER&lt;/P&gt;&lt;P&gt;---------------------------------------------------------CONSOL---------------------------------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure if it matters, but if I ctrl+click "ENET_initialize" in the demo code, it wont follow the link back to RTCS/BSP etc... Wish I could fix this as debugging is a total nightmare, I cant see the problem why it cant follow, some path or something is wrong somehwere. It also couldnt find defines in the user_config.h for MQX and was dropping errors about "BSP_DEFAULT_IO_CHANNEL_DEFINED" which I defined in the user_config.h... I would think that this would all work 'out of the box'. Seems we will have problems with Demo's not working out of the box, paths breaking and projects just generally having problems.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea's? How do I debug and track down problems with the demo?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 12:14:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175946#M2325</guid>
      <dc:creator>CarlFST60L</dc:creator>
      <dc:date>2012-06-28T12:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: GS1011 issue on tower</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175947#M2326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ive done a little more testing on this and found the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added this code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;void gs_process_cmd_resp(uint_8 ch, GS_CONTEXT_STRUCT_PTR priv) {    uint_8* cmdRspBuff = priv-&amp;gt;rxrsp_buf;    uint_8 i=0; priv-&amp;gt;rxrsp_buf[priv-&amp;gt;rxrsp_len] = ch; priv-&amp;gt;rxrsp_len++; priv-&amp;gt;rxrsp_buf[priv-&amp;gt;rxrsp_len] = '\0';#warning TEST    if(ch != 0) printf("ch = %c \"%02X\"\n", ch, ch); //Test code      if(ch == '\n') {...&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;The output now looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;------------------------------CONSOL-----------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;adc: device opened&lt;BR /&gt;RTCS Created&lt;BR /&gt;ENET_get_mac_address&lt;BR /&gt;SPI clock mode:0&lt;BR /&gt;SPI baud rate:1000000 Hz&lt;BR /&gt;GPIO ISR attached...&lt;BR /&gt;SPI init success&lt;BR /&gt;Starting GS SPI link synchronization..&lt;BR /&gt;GS SPI link up.&lt;/P&gt;&lt;P&gt;ch = ¿ "BF"&lt;BR /&gt;ch = ¿ "BF"&lt;BR /&gt;ch = ¿ "BF"&lt;/P&gt;&lt;P&gt;ch = ¿ "BF"&lt;BR /&gt;ch = ¿ "BF"&lt;BR /&gt;ch = ¿ "BF"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;//.. continues as before ..&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;------------------------------CONSOL-----------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have also looked at the SPI interface, and while it works, its just doing the same thing over and over again, but CLK, SDO, SDI and CS all appear to work as I would expect, just the data does not appear to be usable as it repeats itself over and over with identical chars&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no real usable debug information or trouble shooting, I have no idea what to do, the example should work out of the box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 09:24:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175947#M2326</guid>
      <dc:creator>CarlFST60L</dc:creator>
      <dc:date>2020-10-29T09:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: GS1011 issue on tower</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175948#M2327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just increased the debug level for the GS and got the following, is this the correct sync data??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;adc: device opened&lt;BR /&gt;RTCS Created&lt;BR /&gt;ENET_get_mac_address&lt;BR /&gt;SPI clock mode:0&lt;BR /&gt;SPI baud rate:1000000 Hz&lt;BR /&gt;GPIO ISR attached...&lt;BR /&gt;SPI init success&lt;BR /&gt;Starting GS SPI link synchronization..&lt;BR /&gt;-bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--86--85--86--85--aa--b7--a2--bc--b8--b2--b1--ba--b2--b2--90--ab--b0--b9--b6--90--a1--b7--b7--ba--94--a8--b7--b9--b9--b4--b1--b6--bc--90--a6--b7--bb--90--a1--b0--ba--ba--b2--b9--bc--94--86--85--86--85--f5--f5--f5--f5-GS SPI link up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2012 13:40:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175948#M2327</guid>
      <dc:creator>CarlFST60L</dc:creator>
      <dc:date>2012-07-09T13:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: GS1011 issue on tower</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175949#M2328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a patch for MQX3.8?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 11:06:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175949#M2328</guid>
      <dc:creator>CarlFST60L</dc:creator>
      <dc:date>2012-07-12T11:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: GS1011 issue on tower</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175950#M2329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so I ported the driver to MQX3.8 manually using the GS driver guide (which has about 4 mistakes / missing info).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the terminal output from the ported code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SPI clock mode:0&lt;BR /&gt;SPI baud rate:1000000 Hz&lt;BR /&gt;GPIO ISR attached...&lt;BR /&gt;SPI init success&lt;BR /&gt;Starting GS SPI link synchronization..&lt;BR /&gt;-bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--86--85--86--85--aa--b7--a2--bc--b8--b2--b1--ba--b2--b2--90--ab--b0--b9--b6--90--a1--b7--b7--ba--94--a8--b7--b9--b9--b4--b1--b6--bc--90--a6--b7--bb--90--a1--b0--ba--ba--b2--b9--bc--94--86--85--86--85--f5--f5--f5--f5-GS SPI link up.&lt;/P&gt;&lt;P&gt;ERROR: GS response buffer overflow&lt;/P&gt;&lt;P&gt;ERROR: GS response buffer overflow&lt;/P&gt;&lt;P&gt;ERROR: GS response buffer overflow&lt;/P&gt;&lt;P&gt;ERROR: GS response buffer overflow&lt;/P&gt;&lt;P&gt;This continues on for ever&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2012 11:13:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175950#M2329</guid>
      <dc:creator>CarlFST60L</dc:creator>
      <dc:date>2012-07-17T11:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: GS1011 issue on tower</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175951#M2330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so fresh built machine, fresh install of CW10.2, MQX3.7, MQX3.7 GS Patch, LAB guide followed to the letter, still the same result : (&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Guess its time to buy a new dev kit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 13:51:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175951#M2330</guid>
      <dc:creator>CarlFST60L</dc:creator>
      <dc:date>2012-07-19T13:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: GS1011 issue on tower</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175952#M2331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so I just got a brand new TWR WIFI GS1011 &amp;nbsp;board, TWR-SER, and TWR52259, unpacked it, followed the simple lab... and... the result is identical... It is like the software in the GS1011 is not compatible with the drivers in MQX, or, there is a step missing in the LAB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 13:38:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175952#M2331</guid>
      <dc:creator>CarlFST60L</dc:creator>
      <dc:date>2012-07-23T13:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: GS1011 issue on tower</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175953#M2332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Its SPI link sync up issue during boot up. Host is recieving invalid data and fails to parse the incoming data from WiFi Node resulting in buffer ovefflow error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: If WiFi node is ready host MCU should get 0xF5 pattern.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please make following changes(increase delay before calling gs_init() function ) and try it out.&amp;nbsp; If you need any further help please do revert back.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/*-------------------------------------------------&lt;/P&gt;&lt;P&gt;File Name :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gs\gs_init.c&lt;/P&gt;&lt;P&gt;Function Name :&amp;nbsp;&amp;nbsp; Gs_initialize()&lt;/P&gt;&lt;P&gt;*------------------------------------------------*/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Code snippet:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080"&gt;&lt;STRONG&gt;Gs_initialize&lt;/STRONG&gt;&lt;/FONT&gt;()&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;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; // _time_delay(100);&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* Note: You can optimise this delay parameter */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;FONT color="#000080"&gt;&lt;STRONG&gt;_time_delay(2000);&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp;&amp;nbsp; /* Increase the wait period, so that WiFi node is fully ready - its work around solution. */&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* initialize all the default parameters and reset the HW */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; error = gs_init(priv);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/*--------------------------*/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 17:33:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175953#M2332</guid>
      <dc:creator>bhaskar_naik</dc:creator>
      <dc:date>2012-07-24T17:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: GS1011 issue on tower</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175954#M2333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I made the change and get identical results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What can I try next?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the terminal output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I even tried stopping for 10 seconds.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;adc device opened&lt;BR /&gt;adc: device opened&lt;BR /&gt;RTCS Created&lt;BR /&gt;ENET_get_mac_address&lt;BR /&gt;SPI clock mode:0&lt;BR /&gt;SPI baud rate:1000000 Hz&lt;BR /&gt;GPIO ISR attached...&lt;BR /&gt;SPI init success&lt;BR /&gt;Starting GS SPI link synchronization..&lt;BR /&gt;-bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--bf--86--85--86--85--aa--b7--a2--bc--b8--b2--b1--ba--b2--b2--90--ab--b0--b9--b6--90--a1--b7--b7--ba--94--a8--b7--b9--b9--b4--b1--b6--bc--90--a6--b7--bb--90--a1--b0--ba--ba--b2--b9--bc--94--86--85--86--85--f5--f5--f5--f5-GS SPI link up.&lt;/P&gt;&lt;P&gt;ERROR: GS response buffer overflow&lt;/P&gt;&lt;P&gt;ERROR: GS response buffer overflow&lt;/P&gt;&lt;P&gt;ERROR: GS response buffer overflow&lt;/P&gt;&lt;P&gt;ERROR: GS response buffer overflow&lt;/P&gt;&lt;P&gt;ERROR: GS response buffer overflow&lt;/P&gt;&lt;P&gt;ERROR: GS response buffer overflow&lt;/P&gt;&lt;P&gt;ERROR: GS response buffer overflow&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 06:59:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175954#M2333</guid>
      <dc:creator>CarlFST60L</dc:creator>
      <dc:date>2012-07-25T06:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: GS1011 issue on tower</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175955#M2334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure all jumpers are in correct position.&lt;/P&gt;&lt;P&gt;Is it possible to send picture of tower board showing jumper connections?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please give following details:&lt;/P&gt;&lt;P&gt;1. MQX release version (download path)&lt;/P&gt;&lt;P&gt;2. WiFi patch details (download path)&lt;/P&gt;&lt;P&gt;3. Tower board version (GS1011 )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 13:10:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175955#M2334</guid>
      <dc:creator>bhaskar_naik</dc:creator>
      <dc:date>2012-07-25T13:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: GS1011 issue on tower</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175956#M2335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looks like some issue with SPI interface.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can try UART interface and make sure that its loaded with correct software.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To select UART interface do following changes in MQX driver:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; DIsable following macro and rebuild&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FIle Name : Gs_prv.h&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Macro Name :&amp;nbsp; GS_SPI_PORT_ENABLE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Code snippet:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // #define GS_SPI_PORT_ENABLE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Keep jumper position to select UART interface.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 13:17:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175956#M2335</guid>
      <dc:creator>bhaskar_naik</dc:creator>
      <dc:date>2012-07-25T13:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: GS1011 issue on tower</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175957#M2336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please give following details:&lt;/P&gt;&lt;P&gt;1. MQX release version (download path) Current MQX3.7 (from this website)&lt;/P&gt;&lt;P&gt;2. WiFi patch details (download path) Current MQX3.7 Patch (from this website)&lt;/P&gt;&lt;P&gt;3. Tower board version (GS1011 ) (SCH-26794 REV B)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for the picture, both boards are left exactly how they were unpacked, and, myself and another engineer have both independatntly varified that the jumpers are as per the quick start guide&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will try serial again tomorrow, I did try this and had worse problems (wouldnt communicate). But this has not been tried on the brand new untouched development kit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 14:06:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175957#M2336</guid>
      <dc:creator>CarlFST60L</dc:creator>
      <dc:date>2012-07-25T14:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: GS1011 issue on tower</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175958#M2337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so I just changed the jumper on the GS1011 module to serial, compiled with&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;//#define GS_SPI_PORT_ENABLE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And here is the console output&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;adc device opened&lt;BR /&gt;adc: device opened&lt;BR /&gt;RTCS Created&lt;BR /&gt;ENET_get_mac_address&lt;/P&gt;&lt;P&gt;GainSpan Chip Version 1011. MAC 0:1d:c9:12:b3:b4&lt;BR /&gt;GainSpan Wifi Driver Version : 2.0.1&lt;BR /&gt;GainSpan IP2WIFI Compatible Version : 2.3.1&lt;BR /&gt;ENET_initialize, ERROR = 0&lt;BR /&gt;GS Assocciation starts.&lt;BR /&gt;preparing http server ...&lt;BR /&gt;run http server..&lt;BR /&gt;GS Assocciation starts.&lt;BR /&gt;GS Assocciation starts.&lt;BR /&gt;GS Assocciation starts.&lt;BR /&gt;GS Assocciation starts.&lt;BR /&gt;GS Assocciation starts.&lt;BR /&gt;GS Assocciation starts.&lt;BR /&gt;GS Assocciation starts.&lt;BR /&gt;GS Assocciation starts.&lt;BR /&gt;GS Assocciation starts.&lt;BR /&gt;GS Assocciation starts.&lt;BR /&gt;GS Assocciation starts.&lt;BR /&gt;GS Assocciation starts.&lt;BR /&gt;GS Assocciation starts.&lt;BR /&gt;GS Assocciation starts.&lt;BR /&gt;GS Assocciation starts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 12:20:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175958#M2337</guid>
      <dc:creator>CarlFST60L</dc:creator>
      <dc:date>2012-07-26T12:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: GS1011 issue on tower</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175959#M2338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per your log, UART interface is working fine.&lt;/P&gt;&lt;P&gt;You need to configure correct SSID and security settings, then it can associate with configured AP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Key Parameters(refer config.h file):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. DEMOCFG_SSID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Default setting:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define DEMOCFG_SSID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "NGZG"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; ENET_IPADDR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Default setting:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define ENET_IPADDR&amp;nbsp; IPADDR(192,168,1,4)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;3. DEMOCFG_SECURITY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Default setting:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;#define DEMOCFG_SECURITY&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "none"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 12:58:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175959#M2338</guid>
      <dc:creator>bhaskar_naik</dc:creator>
      <dc:date>2012-07-30T12:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: GS1011 issue on tower</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175960#M2339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi CarlFST60L,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My name is Thomas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm at the same point as you are / were. UART mode works fine, SPI mode is creating the well known error message.&lt;/P&gt;&lt;P&gt;Did you ever get you application to work in SPI mode? or are &amp;nbsp;you working in UART mode now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for a short info on your status.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All the best&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2012 15:55:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175960#M2339</guid>
      <dc:creator>ThomNet</dc:creator>
      <dc:date>2012-09-01T15:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: GS1011 issue on tower</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175961#M2340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi CarlFST60L,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just found out, you got to make a firmware update, as it is described in the docs, to make it run in SPI mode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yuchuh, its running!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All the best&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 03:09:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175961#M2340</guid>
      <dc:creator>ThomNet</dc:creator>
      <dc:date>2012-09-04T03:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: GS1011 issue on tower</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175962#M2341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you say updated the firmware, what firmware are you updating to?&amp;nbsp; I cannot find any documentation regarding the updating or a download that would be pertinent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 17:02:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175962#M2341</guid>
      <dc:creator>adammaslanka</dc:creator>
      <dc:date>2013-08-15T17:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: GS1011 issue on tower</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175963#M2342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To save anyone else banging they're heads against a brick wall.&lt;/P&gt;&lt;P&gt;You need to log onto the the gainspan website and download the gs_flashprogram as well as the firmware binarys WFW-REL-2_0_27.bin, ip2w-2_3_1-app1.bin and ip2w-2_3_1-app2.bin&lt;/P&gt;&lt;P&gt;This is because the gainspan modules usually come with firmware which includes its own TCPIP stack whereas for the tower you want to be using MQXs stack which requires different firmware.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that saves someone some grief!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 09:46:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/GS1011-issue-on-tower/m-p/175963#M2342</guid>
      <dc:creator>jonny</dc:creator>
      <dc:date>2014-05-23T09:46:55Z</dc:date>
    </item>
  </channel>
</rss>

