<?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 Put a function into the stack in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Put-a-function-into-the-stack/m-p/136209#M4256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi to all, i was wondering is there any way to put a function into the stack? This function (as you may guess) is for writing into the flash.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Nov 2006 23:11:33 GMT</pubDate>
    <dc:creator>Saga</dc:creator>
    <dc:date>2006-11-10T23:11:33Z</dc:date>
    <item>
      <title>Put a function into the stack</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Put-a-function-into-the-stack/m-p/136209#M4256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi to all, i was wondering is there any way to put a function into the stack? This function (as you may guess) is for writing into the flash.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 23:11:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Put-a-function-into-the-stack/m-p/136209#M4256</guid>
      <dc:creator>Saga</dc:creator>
      <dc:date>2006-11-10T23:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Put a function into the stack</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Put-a-function-into-the-stack/m-p/136210#M4257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Putting a function on the stack is equivalent to placing it in RAM, so here's another way:&lt;BR /&gt;Define an array of RAM bytes, copy down the routine bytes from your ROM space, in C-code use an "__asm JSR xxxx" to that location.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 23:19:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Put-a-function-into-the-stack/m-p/136210#M4257</guid>
      <dc:creator>Geezer</dc:creator>
      <dc:date>2006-11-10T23:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Put a function into the stack</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Put-a-function-into-the-stack/m-p/136211#M4258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Thank you geezer, i would like to know how can i know (from code) which is the size of the function i want to put into the RAM. Yes im using C language. Thank you!&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 23:34:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Put-a-function-into-the-stack/m-p/136211#M4258</guid>
      <dc:creator>Saga</dc:creator>
      <dc:date>2006-11-10T23:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Put a function into the stack</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Put-a-function-into-the-stack/m-p/136212#M4259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;See the example code given in Fig. 4-12 of the HCS08 Family Reference Manual.&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 23:44:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Put-a-function-into-the-stack/m-p/136212#M4259</guid>
      <dc:creator>tonyp</dc:creator>
      <dc:date>2006-11-10T23:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Put a function into the stack</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Put-a-function-into-the-stack/m-p/136213#M4260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Is this reference manual supposed to be with codewarrior? or where can i find it...? Thank you&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Nov 2006 00:25:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Put-a-function-into-the-stack/m-p/136213#M4260</guid>
      <dc:creator>Saga</dc:creator>
      <dc:date>2006-11-11T00:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Put a function into the stack</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Put-a-function-into-the-stack/m-p/136214#M4261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;HCS08RMV1.PDF&lt;BR /&gt;&lt;BR /&gt;from Freescale:&lt;BR /&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MC9S08GT60&amp;amp;nodeId=016246844914370008" target="test_blank"&gt;http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MC9S08GT60&amp;amp;nodeId=016246844914370008&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Nov 2006 02:13:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Put-a-function-into-the-stack/m-p/136214#M4261</guid>
      <dc:creator>Geezer</dc:creator>
      <dc:date>2006-11-11T02:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Put a function into the stack</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Put-a-function-into-the-stack/m-p/136215#M4262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are some technical notes on this topic.&lt;BR /&gt;&lt;BR /&gt;TN 235: Running Portion of the Application from Stack&lt;BR /&gt;TN 228: Running Portion of the Application in RAM&lt;BR /&gt;&lt;BR /&gt;Daniel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/files/community_files/8BITCOMM/7695_3_TN228.pdf" rel="nofollow" target="_self"&gt;TN228.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/files/community_files/8BITCOMM/7695_1_TN235.pdf" rel="nofollow" target="_self"&gt;TN235.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-24&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;03:18 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Nov 2006 06:59:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Put-a-function-into-the-stack/m-p/136215#M4262</guid>
      <dc:creator>CompilerGuru</dc:creator>
      <dc:date>2006-11-11T06:59:36Z</dc:date>
    </item>
  </channel>
</rss>

