<?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: EzPort Programming - MCF52211 - Unable to read status register in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146682#M3320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Oops!&lt;BR /&gt;Good catch, thanks.&lt;BR /&gt;Un/fortunately, the delay following the "while" was long enough for the transition (RSTOUT high-&amp;gt;RCON high) to occur.&lt;BR /&gt;&lt;BR /&gt;I've fixed the precedence and the result is the same.&lt;BR /&gt;Also, I've verified that the pin is connected as intended.&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="Courier New"&gt;&lt;/FONT&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Feb 2009 03:11:18 GMT</pubDate>
    <dc:creator>jayteemo</dc:creator>
    <dc:date>2009-02-03T03:11:18Z</dc:date>
    <item>
      <title>EzPort Programming - MCF52211 - Unable to read status register</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146672#M3310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;SPAN&gt;I'm having an issue with EzPort programming on the MCF52211.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The device successfully enters EzPort mode.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I attempt to read the EzPort status register, I do not get a response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The device does respond to the EzPort reset and erase commands, so I know it is getting the data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The data(MCF52211 RX) and clock signals look good on the 'scope.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I get nothing on the data line out (MCF52211 TX).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried various SPI baud rates and DLT and QSD values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure if there is anything else I can do, firmware related, to solve this issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions would be great.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Message Edited by jayteemo on &lt;/SPAN&gt;&lt;SPAN class="date_text"&gt;2009-01-26&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;06:00 PM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2009 01:59:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146672#M3310</guid>
      <dc:creator>jayteemo</dc:creator>
      <dc:date>2009-01-27T01:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: EzPort Programming - MCF52211 - Unable to read status register</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146673#M3311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;What QSPI master are you using to talk to the 52211?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I have configured other V2 cores (52221 and 52233) to "clone" their flash out their QSPI master port into another chip's EzPort, if it might help you understand the process (and QSPI master initialization).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The attached files show the clone operation (in clone.c)&amp;nbsp;running on top of the V2 qspi driver (in qspi.c).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;My master-to-slave clone cable looks like:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier New"&gt;&amp;nbsp; master&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; slave&lt;BR /&gt;&amp;nbsp; ---------&amp;nbsp; ----------------&lt;BR /&gt;&amp;nbsp; qspi_clk&amp;nbsp;&amp;nbsp; qspi_clk (ezpck)&lt;BR /&gt;&amp;nbsp; qspi_din&amp;nbsp;&amp;nbsp; qspi_dout (ezpq)&lt;BR /&gt;&amp;nbsp; qspi_dout&amp;nbsp; qspi_din (ezpd)&lt;BR /&gt;&amp;nbsp; qspi_cs0&amp;nbsp;&amp;nbsp; rcon* (ezpcs*)&lt;BR /&gt;&amp;nbsp; scl&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rsti*&lt;BR /&gt;&amp;nbsp; vss&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vss&lt;BR /&gt;&amp;nbsp; vdd&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vdd&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;-- Rich&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2009 06:26:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146673#M3311</guid>
      <dc:creator>RichTestardi</dc:creator>
      <dc:date>2009-01-27T06:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: EzPort Programming - MCF52211 - Unable to read status register</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146674#M3312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;The master is an MCF5234.&lt;BR /&gt;&lt;BR /&gt;The slave device (MCF52211) enters EzPort mode successfully.&lt;BR /&gt;Once it is in EzPort mode, I do a read on the EzPort status register and it comes back 0xFF.&lt;BR /&gt;If the status register were to return successfully, with no errors, then the write enable command would be set and then the flash clock frequency would be set.&lt;BR /&gt;&lt;BR /&gt;I'm able to send an EzPort reset command and the slave device resets...&lt;BR /&gt;Also, I'm able to send an EzPort erase command and the slave device erases.&lt;BR /&gt;I'm just not getting any response (reading status register) from the slave device.&lt;BR /&gt;And without being able to read the status, I can't do much.&lt;BR /&gt;&lt;BR /&gt;The cable itself seems to be fine.&amp;nbsp; I've put the 'scope on the slave side of the cable and I get no data.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt; &lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 23:55:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146674#M3312</guid>
      <dc:creator>jayteemo</dc:creator>
      <dc:date>2009-01-29T23:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: EzPort Programming - MCF52211 - Unable to read status register</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146675#M3313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;This is a scope shot of my 52221 reading the status register thru ezport of another 52221.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Does yours look the same?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The MCU signals are (from top to bottom, ignoring the top four):&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;QSPI_DOUT&lt;/DIV&gt;&lt;DIV&gt;QSPI_DIN&lt;/DIV&gt;&lt;DIV&gt;QSPI_CLK&lt;/DIV&gt;&lt;DIV&gt;QSPI_CS0&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;-- Rich&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2009 01:26:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146675#M3313</guid>
      <dc:creator>RichTestardi</dc:creator>
      <dc:date>2009-01-31T01:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: EzPort Programming - MCF52211 - Unable to read status register</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146676#M3314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Everything looks the same on my end, except for the QSPI_DIN.&lt;BR /&gt;I get no data on QSPI_DIN.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2009 02:34:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146676#M3314</guid>
      <dc:creator>jayteemo</dc:creator>
      <dc:date>2009-01-31T02:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: EzPort Programming - MCF52211 - Unable to read status register</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146677#M3315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Just to be sure, the CS* (RCON*) signal was the most critical there, you want it dropping low before the transaction (the documentation is unclear in at least one place on the sense of this ezport signal).&amp;nbsp; If you invert it or don't transition it, you'll read back 0's.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Are you reading back 0's or 1's?&amp;nbsp; From the scope channel 2 it looked like you might actually be reading back 0's???&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The next thing I might do to try and isolate this is use a pull-up on the line and then a pull-down, and see if the data you read changes, indicating the ezport MCU is not actually driving the line at all, vs. driving it high or low -- you also can then see on the scope if the MCU is driving it only when RCON* is low, as it should be.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;-- Rich&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2009 05:28:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146677#M3315</guid>
      <dc:creator>RichTestardi</dc:creator>
      <dc:date>2009-01-31T05:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: EzPort Programming - MCF52211 - Unable to read status register</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146678#M3316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;RCON seems to be doing what it should.&amp;nbsp; Image - Ch. 1: CLK, Ch. 2: MOSI, Ch. 3: RCON&lt;BR /&gt;&lt;BR /&gt;I am reading back 0's on MISO... my mistake.&lt;BR /&gt;&lt;BR /&gt;With a pull-up, MISO stayed high, the entire time.&lt;BR /&gt;With a pull-down, MISO stayed low, the entire time.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help so far.&lt;BR /&gt;Any other ideas?&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 23:48:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146678#M3316</guid>
      <dc:creator>jayteemo</dc:creator>
      <dc:date>2009-02-02T23:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: EzPort Programming - MCF52211 - Unable to read status register</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146679#M3317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The only thing I can conclude is that the ezport MCU is not driving MISO like it should...&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;It seems&amp;nbsp;some possibilities are:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;1. disconnected or misconnected pin&lt;/DIV&gt;&lt;DIV&gt;2. the ezport MCU has subsequently been reset, and is now out of ezport mode&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - either the rsti* pin was asserted when rcon* was not low, or&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - someone sent an ezport reset command (0xb9) when rcon* was not low&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - the ezport MCU executed a low voltage reset&lt;/DIV&gt;&lt;DIV&gt;3. you are sending the ezport command too soon after reset, and the ezport MCU is ignoring you&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;As for #3, I use a 1ms delay after the initial reset with rcon* low and that succeeds; however, with a 250us delay, the command fails, so some delay is definitely needed.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Also, you have to hold rcon* low until after the reset is complete...&amp;nbsp; Are you sure you're doing that?&amp;nbsp; I have attached a picture of my reset sequence (reset is the 5th signal, starting from the bottom -- all other signals are like the last time).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Now with all that said, if you don't issue the write enable command *before* the read status, then you *should* read back 0 status, right???&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The (StickOS BASIC, see &lt;A href="http://www.cpustick.com/" rel="nofollow" target="_blank"&gt;www.cpustick.com&lt;/A&gt;) test program I run is below:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; 10 dim nrsti as pin scl for digital output&lt;BR /&gt;&amp;nbsp; 20 dim cmd as byte, status as byte&lt;BR /&gt;&amp;nbsp; 30 rem pulse rsti* low with rcon* low&lt;BR /&gt;&amp;nbsp; 40 configure qspi for 0 csiv&lt;BR /&gt;&amp;nbsp; 50 let nrsti = 0&lt;BR /&gt;&amp;nbsp; 60 let nrsti = 1&lt;BR /&gt;&amp;nbsp; 70 sleep 1 ms&lt;BR /&gt;&amp;nbsp; 80 configure qspi for 1 csiv&lt;BR /&gt;&amp;nbsp; 90 rem send write enable command&lt;BR /&gt;&amp;nbsp;100 let cmd = 0x6&lt;BR /&gt;&amp;nbsp;110 qspi cmd&lt;BR /&gt;&amp;nbsp;120 rem send read status register command&lt;BR /&gt;&amp;nbsp;130 let cmd = 0x5, status = 0&lt;BR /&gt;&amp;nbsp;140 qspi cmd, status&lt;BR /&gt;&amp;nbsp;150 print hex status&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;In that program scl on the master is tied to rsti* on the slave, and qspi_cs0 on the master is tied to rcon* on the slave.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;At line 40, I set the "inactive" chip select state to 0, pulling rcon* low.&amp;nbsp; I then pulse the rsti* line low and delay 1ms.&amp;nbsp; Only *after* the 1ms delay do I bring rcon* back high at line 80&amp;nbsp;(doing so immediately will make it be not recognized by the slave).&amp;nbsp; Then, at line 110 I send the write enable command, and at line 140 I send the read status command.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The critical things I have noticed are:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;1. the delay between reset and allowing rcon* to come high again (see attached timing diagram -- the pins from top to bottom are unused, unused, unused, rsti*, mosi, miso, clk, cs*) must be on the order of a millisecond.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;2. if you don't issue a write enable command, you *should* read back a status register of 0.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Let me know what you find...&amp;nbsp; I think the fact that the ezport MCU is not actively driving MISO means either you are not really in ezport mode (despite it seeming a flash erase command works) or were in it and somehow left again (maybe even a low voltage reset???).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;-- Rich&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 00:38:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146679#M3317</guid>
      <dc:creator>RichTestardi</dc:creator>
      <dc:date>2009-02-03T00:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: EzPort Programming - MCF52211 - Unable to read status register</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146680#M3318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;I'm using code warrior and I've stepped through the section of my code that initializes EzPort mode.&amp;nbsp; &lt;BR /&gt;I can see on the scope and in the debugger that the signals are where they need to be (I do have a few delays in there). &lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;DIV class="msg_source_code"&gt;&lt;DIV class="text_smallest"&gt;Code:&lt;/DIV&gt;&lt;PRE&gt;void EZPORTmode(){   // Drive RCON high MCF_QSPI_QWR = MCF_QSPI_QWR_CSIV; // RCON HIGH == active low KS_SleepTask (SELFTASK,(TICKS)500/CLKTICK);  // Drive RSTI high fs_etpu_gpio_output_high(GPIO3_CHANNEL); KS_SleepTask (SELFTASK,(TICKS)500/CLKTICK);  // Drive RCON high MCF_QSPI_QWR = MCF_QSPI_QWR_CSIV; // RCON HIGH == active low KS_SleepTask (SELFTASK,(TICKS)500/CLKTICK);  // Drive RSTI low fs_etpu_gpio_output_low(GPIO3_CHANNEL); KS_SleepTask (SELFTASK,(TICKS)500/CLKTICK);  // waiting until RSTOUT signal is low while ( SPIUartRead()&amp;amp;0x2 ) {  KS_SleepTask (SELFTASK,(TICKS)50/CLKTICK);  }  // Drive RCON low MCF_QSPI_QWR   = 0; // RCON LOW == active high  // RCON must be low before RSTI goes high... KS_SleepTask (SELFTASK,(TICKS)1000/CLKTICK);  // Drive RSTI high fs_etpu_gpio_output_high(GPIO3_CHANNEL);  // waiting until RSTOUT signal is high while ( SPIUartRead()&amp;amp;0x2 == 0 ) {  KS_SleepTask (SELFTASK,(TICKS)50/CLKTICK); }  KS_SleepTask (SELFTASK,(TICKS)200/CLKTICK);  // at this point, board should be in EzPort mode // Drive RCON high again MCF_QSPI_QWR   = MCF_QSPI_QWR_CSIV; // RCON HIGH == active low  return;}&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;Also, I'm not sending it (read status) too early, as I can break in the code and send it whenever I please.&lt;BR /&gt;I read the status register before sending the write enable command, just to ensure there are no errors.&lt;BR /&gt;If successful, I send the write enable command, followed by setting up the write config register.&lt;BR /&gt;&lt;BR /&gt;There are some LEDs on the board that I can use to monitor the board's status.&amp;nbsp; It is in EzPort mode the entire time.&lt;BR /&gt;&lt;BR /&gt;I read the status register before and after sending an erase command... the response is always 0.&amp;nbsp; The erase is successful though.&amp;nbsp; I know the erase is successful because I have a dummy program loaded initially, that flashes the LEDs.&amp;nbsp; The LEDs are solid when there is no program loaded (erased).&lt;BR /&gt;&lt;BR /&gt;I'll double check the pin connection.&lt;BR /&gt;Thanks again.&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 08:48:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146680#M3318</guid>
      <dc:creator>jayteemo</dc:creator>
      <dc:date>2020-10-29T08:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: EzPort Programming - MCF52211 - Unable to read status register</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146681#M3319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Is the precedence in this line wrong?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier New"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // waiting until RSTOUT signal is high&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; while ( SPIUartRead()&amp;amp;0x2 == 0 )&lt;BR /&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;This turns into "while (SPIUartRead() &amp;amp; 0)", so it does nothing.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;And you can release rcon* too soon.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Just a guess...&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 02:22:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146681#M3319</guid>
      <dc:creator>RichTestardi</dc:creator>
      <dc:date>2009-02-03T02:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: EzPort Programming - MCF52211 - Unable to read status register</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146682#M3320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Oops!&lt;BR /&gt;Good catch, thanks.&lt;BR /&gt;Un/fortunately, the delay following the "while" was long enough for the transition (RSTOUT high-&amp;gt;RCON high) to occur.&lt;BR /&gt;&lt;BR /&gt;I've fixed the precedence and the result is the same.&lt;BR /&gt;Also, I've verified that the pin is connected as intended.&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="Courier New"&gt;&lt;/FONT&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 03:11:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146682#M3320</guid>
      <dc:creator>jayteemo</dc:creator>
      <dc:date>2009-02-03T03:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: EzPort Programming - MCF52211 - Unable to read status register</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146683#M3321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;gt; There are some LEDs on the board that I can use to monitor the board's status.&lt;/DIV&gt;&lt;DIV&gt;&amp;gt; It is in EzPort mode the entire time.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;How&amp;nbsp;can you detect you are in EzPort mode?&amp;nbsp; (I was not aware this was possible, but have wanted to do it more than once!)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I must admit, I'm a bit stumped...&amp;nbsp; It seems like you're having trouble entering&amp;nbsp;EzPort mode&amp;nbsp;since the MCU is not driving&amp;nbsp;EZPQ during EZPCS*.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Have you verified some basics like the state of the TEST, BKPT*, etc. pins?&amp;nbsp; It seems you could not run your test program (which you erased) if these were wrong.&amp;nbsp; And I assume you see the expected clock on PSTCLK?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Here's one last thing I did...&amp;nbsp; I put a pull-up on EZPQ, and I noticed that a) the EzPort MCU does not drive it when EZPCS* is not asserted (which seems expected), but strangely, it also seems not to drive it during much of the QSPI transaction, as well...&amp;nbsp; Compare the two attached images, with pull-up and pull-down on EZPQ (third signal from the bottom).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I assume when you have a pull-up, you see none of the "blips" during the command transfer, which seem to me to be 200-250ns each.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;-- Rich&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 04:58:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146683#M3321</guid>
      <dc:creator>RichTestardi</dc:creator>
      <dc:date>2009-02-03T04:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: EzPort Programming - MCF52211 - Unable to read status register</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146684#M3322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;Rich T wrote:&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;How&amp;nbsp;can you detect you are in EzPort mode?&amp;nbsp; (I was not aware this was possible, but have wanted to do it more than once!)&lt;/DIV&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;On the board we have an LED for reset and then some LEDs for various outputs.&amp;nbsp; When reset is enabled, the all LEDs illuminate.&amp;nbsp; When reset is disabled, whatever program is on the flash begins to run (blinking the output LEDs in my case).&lt;BR /&gt;During EzPort init, when reset is enabled the reset and output LEDs illuminate.&amp;nbsp; Then when it is taken out of reset (and into EzPort), the reset LED extinguishes, but the output LEDs remain illuminated.&amp;nbsp; It isn't exactly a pure indication of EzPort mode, but it gives me a good idea as to what is going on.&lt;BR /&gt;&lt;BR /&gt;I'll look into it some more tomorrow.&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;Message Edited by jayteemo on &lt;SPAN class="date_text"&gt;2009-02-03&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;10:39 AM&lt;BR /&gt;&lt;BR /&gt;Attached are captures of the bulk erase command and the reset command.&lt;BR /&gt;Both commands work as expected.&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Message Edited by jayteemo on &lt;SPAN class="date_text"&gt;2009-02-03&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;10:40 AM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 05:25:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146684#M3322</guid>
      <dc:creator>jayteemo</dc:creator>
      <dc:date>2009-02-03T05:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: EzPort Programming - MCF52211 - Unable to read status register</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146685#M3323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;The board that the MCF52211 runs as intended (flashing done via BDM).&amp;nbsp; It uses QSPI, the ADC, UART, timers, and many GPIO ports.&amp;nbsp; We are attempting to use the EzPort to provide an easy way for the customer to upgrade the firmware.&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;Rich T wrote:&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;I assume when you have a pull-up, you see none of the "blips" during the command transfer, which seem to me to be 200-250ns each.&lt;/DIV&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;With the pull-up, pull-down/normal, I get &lt;B&gt;no&lt;/B&gt; activity on the EZPQ.&amp;nbsp; It stays either high or low the entire time.&lt;BR /&gt;&lt;SPAN style="font-size: 11pt; font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; color: rgb(31, 73, 125);"&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 23:38:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146685#M3323</guid>
      <dc:creator>jayteemo</dc:creator>
      <dc:date>2009-02-03T23:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: EzPort Programming - MCF52211 - Unable to read status register</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146686#M3324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I noticed you are sending an ezport reset command (0xb9) -- I assume that either you are holding rcon* low while you do this, or you don't expect the chip to remain in ezport mode after that command?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;gt; With the pull-up, pull-down/normal, I get &lt;B&gt;no&lt;/B&gt; activity on the EZPQ.&lt;/DIV&gt;&lt;DIV&gt;&amp;gt; It stays either high or low the entire time.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;That is baffling...&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If you'd like I can mail you a small board you can use to talk to qspi directly -- you just hook it up to usb on one end and then wire the qspi pins to your target, and you can exercise it interactively...&amp;nbsp; It might help diagnose what is wrong -- I'm really not sure what it could be at this point...&amp;nbsp; Anyway, if you want to try it, just e-mail&amp;nbsp;your address to &lt;A href="mailto:rich@testardi.com" rel="nofollow" target="_blank"&gt;rich@testardi.com&lt;/A&gt;&amp;nbsp;(the board is an old prototype I don't need back).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;-- Rich&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 00:49:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146686#M3324</guid>
      <dc:creator>RichTestardi</dc:creator>
      <dc:date>2009-02-04T00:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: EzPort Programming - MCF52211 - Unable to read status register</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146687#M3325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, when I send the reset command I expect the device to reset and come out of EzPort mode.&lt;BR /&gt;&lt;BR /&gt;With power applied from the external power supply and regulated down to 3.3 volts for the microprocessor, the board can be placed into EZport mode but I can't read the status...&lt;BR /&gt;&lt;BR /&gt;I have found that if I get it into EzPort mode then REMOVE the external power supply (J1 on schematic), I can successfully read the status.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;With the external power removed, the only connection to the board is the "EzPort header" (J27 on schematic) from the master board.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;From J27, the source of power is on the I/O pin RSTI that is fed from the master board.&amp;nbsp;&lt;BR /&gt;The power on the slave micro's power pin is 2.46 volts, which is bleeding to the rails from the I/O pin.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So somehow RSTI can partially power the device and allow the EzPort status to be read successfully... I'm not sure what that means though&amp;nbsp; =\&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/files/32bit/doc/data_sheet/MCF52211.pdf" rel="nofollow" target="_self"&gt;http://www.freescale.com/files/32bit/doc/data_sheet/MCF52211.pdf&lt;/A&gt;&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by t.dowe on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-09-11&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;03:59 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 05:10:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146687#M3325</guid>
      <dc:creator>jayteemo</dc:creator>
      <dc:date>2009-02-06T05:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: EzPort Programming - MCF52211 - Unable to read status register</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146688#M3326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;That is a great clue!!!&amp;nbsp; Does the problem not occur if you only have the 3.3V supply running?&amp;nbsp; I.e., if you just run J27 plus a 3.3V supply line?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I'm wondering if you might have a pin outside of the 0-3.3V range, and not suitable resistance to prevent the internal clamping diodes from being limited to the 25mA spec in the data sheet...&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I assume VSTBY is within spec?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;-- Rich&lt;/DIV&gt;&lt;SPAN class="time_text"&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Message Edited by Rich T on &lt;SPAN class="date_text"&gt;2009-02-05&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;03:17 PM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 06:06:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146688#M3326</guid>
      <dc:creator>RichTestardi</dc:creator>
      <dc:date>2009-02-06T06:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: EzPort Programming - MCF52211 - Unable to read status register</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146689#M3327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;I am also wondering if the 74ALVC164245 might be interfering with the EzPort Pins.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Is that RAdd populated or not?&amp;nbsp; (If not, it seems you'd be driving the EzPort pins when you had power.)&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 06:25:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146689#M3327</guid>
      <dc:creator>RichTestardi</dc:creator>
      <dc:date>2009-02-06T06:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: EzPort Programming - MCF52211 - Unable to read status register</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146690#M3328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;If 3.3 volts is applied to the board at J1 rather than the 5 volts, both voltages are equal to 3.3 volts since the regulators pass the 3.3 volts through.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;With 3.3. volts applied and the EzPort header connected, the status is not able to be read.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;Once power is removed from the supply pins and the part is power by the I/O pins from the EzPort heater, the status is successfully read...&lt;BR /&gt;&lt;BR /&gt;I'm going to throw the 52211 eval board into the mix and try it as the master and then the slave and see where that takes me.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 23:45:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146690#M3328</guid>
      <dc:creator>jayteemo</dc:creator>
      <dc:date>2009-02-06T23:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: EzPort Programming - MCF52211 - Unable to read status register</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146691#M3329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&amp;gt; I'm going to throw the 52211 eval board into the mix and try it as the master&lt;BR /&gt;&amp;gt; and then the slave and see where that takes me.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If it is possible to build a board without all of the other ICs on it, that might be interesting, too.&amp;nbsp; I'd be curious if adding one of them -- especially the ones that touch the qspi data lines --&amp;nbsp;causes the problem to occur.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I also noticed that u1 and u2 (I assume only one is populated) have pinout changes depending on the package type selected, so I assume those are consistent.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Sorry, other than that it just seems baffling. :smileysad:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;-- Rich&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Feb 2009 01:19:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/EzPort-Programming-MCF52211-Unable-to-read-status-register/m-p/146691#M3329</guid>
      <dc:creator>RichTestardi</dc:creator>
      <dc:date>2009-02-07T01:19:53Z</dc:date>
    </item>
  </channel>
</rss>

