<?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: HCS12 problem with address latching during write cycle in S12 / MagniV Microcontrollers</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/HCS12-problem-with-address-latching-during-write-cycle/m-p/139918#M2973</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Oh, I found something more. I had forgot where to look, but you can stretch ECLK in the MISC register. So that's basically what I've done with my old design. Of course it would slow down code accessing the external memory. See S12MMCV4.pdf for MISC register.&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 Jun 2006 05:18:19 GMT</pubDate>
    <dc:creator>imajeff</dc:creator>
    <dc:date>2006-06-17T05:18:19Z</dc:date>
    <item>
      <title>HCS12 problem with address latching during write cycle</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/HCS12-problem-with-address-latching-during-write-cycle/m-p/139914#M2969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello All,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I'm using MC9S12DT256 microcontroller device configured with access to external RAM memory. And I have a big problem with address latching from multiplexed address-data bus during write cycle. I'm using 74AC573 latch with standard configuration to latch address by negative edge of ECLK signal (there is inverter AC04 beetween ECLK uC pin and AC573 latch in order to negate ECLK signal). During read cycle from external memory this works fine but while making a write cycle the latch AC573 doesn't catch the address and latches the data. It seems that address vanishes to fast compared to ECLK edge and inverter makes additional delay - all these things cause that AC573 can't latch valid address. How can I fix this?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Does anybody have similar problems? I need an urgent help with this case!!! What can I do to fix this problem! Please HELP me!!!&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2006 18:04:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/HCS12-problem-with-address-latching-during-write-cycle/m-p/139914#M2969</guid>
      <dc:creator>bernacek</dc:creator>
      <dc:date>2006-06-16T18:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: HCS12 problem with address latching during write cycle</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/HCS12-problem-with-address-latching-during-write-cycle/m-p/139915#M2970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;What's the timing comming from the MCU? It has been said that S12 is dificult to handle timing. I'm thinking a slower bus speed might prove if it is a timing problem.&lt;BR /&gt;&lt;BR /&gt;People have said that S12X is the solution for the problem. Much of this was discussed in the 68HC12 yahoogroup before Freescale forums opened.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2006 21:16:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/HCS12-problem-with-address-latching-during-write-cycle/m-p/139915#M2970</guid>
      <dc:creator>imajeff</dc:creator>
      <dc:date>2006-06-16T21:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: HCS12 problem with address latching during write cycle</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/HCS12-problem-with-address-latching-during-write-cycle/m-p/139916#M2971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Bus clock is 4MHz so it is relatively small value. Unfortunatelly, I can't change processor in my project. I need add some software and/or create some signal that can latch address when it is valid. Does anyone have any clue?&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2006 21:41:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/HCS12-problem-with-address-latching-during-write-cycle/m-p/139916#M2971</guid>
      <dc:creator>bernacek</dc:creator>
      <dc:date>2006-06-16T21:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: HCS12 problem with address latching during write cycle</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/HCS12-problem-with-address-latching-during-write-cycle/m-p/139917#M2972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I was worried that slowing the bus cycle would not solve it. I guess the timing dificulty is not just related to that. You could probably change your logic gates to respond faster, but of course not cheap nor easy (maybe by using a PLD).&lt;BR /&gt;&lt;BR /&gt;Try looking at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://groups.yahoo.com/group/68HC12/message/9931?threaded=1&amp;amp;var=1" target="test_blank"&gt;http://groups.yahoo.com/group/68HC12/message/9931?threaded=1&amp;amp;var=1&lt;/A&gt;&lt;BR /&gt;S12MEBIV3.pdf&lt;BR /&gt;&lt;BR /&gt;I think there are some good hints. I think I was just in a good discussion in this Freescale forum which referenced more documents, but can't find it at the moment. It seemed like in the last month.&lt;BR /&gt;&lt;BR /&gt;In my XC68HC912BC32, I configure ESTR to stretch the external ECLK in a certain address range. I don't see that much control in this one.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jun 2006 03:51:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/HCS12-problem-with-address-latching-during-write-cycle/m-p/139917#M2972</guid>
      <dc:creator>imajeff</dc:creator>
      <dc:date>2006-06-17T03:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: HCS12 problem with address latching during write cycle</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/HCS12-problem-with-address-latching-during-write-cycle/m-p/139918#M2973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Oh, I found something more. I had forgot where to look, but you can stretch ECLK in the MISC register. So that's basically what I've done with my old design. Of course it would slow down code accessing the external memory. See S12MMCV4.pdf for MISC register.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jun 2006 05:18:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/HCS12-problem-with-address-latching-during-write-cycle/m-p/139918#M2973</guid>
      <dc:creator>imajeff</dc:creator>
      <dc:date>2006-06-17T05:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: HCS12 problem with address latching during write cycle</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/HCS12-problem-with-address-latching-during-write-cycle/m-p/139919#M2974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;DIV&gt;There are two applications notes that may help in your case:&lt;/DIV&gt;&lt;DIV&gt;AN2287 describes the interface and how it works and AN2408 gives several schematic examples with logic analyzer traces. Have a look to see if they help.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 20:24:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/HCS12-problem-with-address-latching-during-write-cycle/m-p/139919#M2974</guid>
      <dc:creator>Steve</dc:creator>
      <dc:date>2006-06-19T20:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: HCS12 problem with address latching during write cycle</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/HCS12-problem-with-address-latching-during-write-cycle/m-p/139920#M2975</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;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;OK.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I&amp;nbsp;&amp;nbsp;&amp;nbsp; **** out a great solution!!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I have ORed ECLK (4Mhz) and a clock (8Mhz) and with 3 NOR gates its working!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;68HCS12 is a piece of&amp;nbsp;&amp;nbsp; **** !!!&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;I can't believe, that's Freescale's design!!!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN class="time_text"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;Message Edited by bernacek on &lt;SPAN class="date_text"&gt;2006-06-25&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;12:49 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="time_text"&gt;(Alban sanitised&amp;nbsp;unappropriate language)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;Message Edited by Alban on &lt;SPAN class="date_text"&gt;2006-06-26&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;02:39 PM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2006 00:45:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/HCS12-problem-with-address-latching-during-write-cycle/m-p/139920#M2975</guid>
      <dc:creator>bernacek</dc:creator>
      <dc:date>2006-06-26T00:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: HCS12 problem with address latching during write cycle</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/HCS12-problem-with-address-latching-during-write-cycle/m-p/139921#M2976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;bernacek,&lt;BR /&gt;&lt;BR /&gt;I can't picture what you're trying to say... maybe wait 'till your drugs wear off and explain it again? &lt;IMG alt=":smileyhappy:" class="emoticon emoticon-smileyhappy" id="smileyhappy" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-happy.gif" title="Smiley Happy" /&gt;&lt;BR /&gt;&lt;BR /&gt;See, usually if you have a habit of inserting words that have no context in a sentence, it loses meaning...&lt;BR /&gt;&lt;BR /&gt;If I could see the arrangements of the gates I might see what you mean.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2006 06:29:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/HCS12-problem-with-address-latching-during-write-cycle/m-p/139921#M2976</guid>
      <dc:creator>imajeff</dc:creator>
      <dc:date>2006-06-27T06:29:45Z</dc:date>
    </item>
  </channel>
</rss>

