<?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: ColdFire 5484 R/W line will not return high in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/ColdFire-5484-R-W-line-will-not-return-high/m-p/124202#M66</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P align="left"&gt;Between bus cycles, the R/W* line will continue to be driven in it's previous state until the next bus cycle in which it needs to be changed.&lt;/P&gt;&lt;P align="left"&gt;-mnorman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Jul 2006 22:36:45 GMT</pubDate>
    <dc:creator>mnorman</dc:creator>
    <dc:date>2006-07-17T22:36:45Z</dc:date>
    <item>
      <title>ColdFire 5484 R/W line will not return high</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/ColdFire-5484-R-W-line-will-not-return-high/m-p/124201#M65</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;DIV&gt;I have posted this in the CodeWarrior forum as well.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am having a difficulty with the R/W on the ColdFire 5484. When I write to a location that falls within one of the address spaces of a FlexBus chip select, the write line goes low and never returns high. From all I can tell the the FBCTL registers and PAR_FBCTL registers are set appropriately. For starters, I have used the M5485 stationary that comes with CodeWarrior and inserted the line:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;*(uint16 *)0xFE000000 = 0x5555;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;after the declaration of ch in main.c. The settings of the relevant registers are:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;PAR_FBCTL = 0x5577&lt;/DIV&gt;&lt;DIV&gt;CSAR0 = 0xFE00&lt;/DIV&gt;&lt;DIV&gt;CSMR0 = 0x001F0001&lt;/DIV&gt;&lt;DIV&gt;CSCR0 = 0x00001980&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;When I first begin debugging M5485 UART SRAM, PPDSDR_FBCTL has the value 0xFD indicating that the R/W line is high. Once I execute the line that writes to 0xFE000000, PPDSDR_FBCTL has the value 0xF8, indicating the R/W line is low and retains that value indefinitely. I have tried the same operation on a board we have developed and have gotten the same result, and I have also used equipment to confirm the status of the R/W line. Is there something that I have overlooked in configuring the chip? FYI, I am using CodeWarrior 5.7.1844 with the P&amp;amp;E Parallel BDM.&amp;nbsp;We use the M548xEVB&amp;nbsp;Lite Board with a MCF5484 and use a MCF5484 on our&amp;nbsp;in house&amp;nbsp;developed board as well.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks in advance,&lt;/DIV&gt;&lt;DIV&gt;mr_mark&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2006 23:44:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/ColdFire-5484-R-W-line-will-not-return-high/m-p/124201#M65</guid>
      <dc:creator>mr_mark</dc:creator>
      <dc:date>2006-07-14T23:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: ColdFire 5484 R/W line will not return high</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/ColdFire-5484-R-W-line-will-not-return-high/m-p/124202#M66</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P align="left"&gt;Between bus cycles, the R/W* line will continue to be driven in it's previous state until the next bus cycle in which it needs to be changed.&lt;/P&gt;&lt;P align="left"&gt;-mnorman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 22:36:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/ColdFire-5484-R-W-line-will-not-return-high/m-p/124202#M66</guid>
      <dc:creator>mnorman</dc:creator>
      <dc:date>2006-07-17T22:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: ColdFire 5484 R/W line will not return high</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/ColdFire-5484-R-W-line-will-not-return-high/m-p/124203#M67</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Thanks for the reply mnorman.&amp;nbsp;That makes sense,&amp;nbsp;I just never came across anything that&amp;nbsp;identified explicitly&amp;nbsp;as to how it operated.&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;mr_mark&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 23:42:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/ColdFire-5484-R-W-line-will-not-return-high/m-p/124203#M67</guid>
      <dc:creator>mr_mark</dc:creator>
      <dc:date>2006-07-17T23:42:32Z</dc:date>
    </item>
  </channel>
</rss>

