<?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: M68HC705 assembly code compile&amp;link in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/M68HC705-assembly-code-compile-link/m-p/851259#M22706</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe I will have a lot of questions, but the first is how to comile and link its intruction codes into hex file? could we use any IDE tool?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jan 2019 02:11:34 GMT</pubDate>
    <dc:creator>hqiu</dc:creator>
    <dc:date>2019-01-04T02:11:34Z</dc:date>
    <item>
      <title>M68HC705 assembly code compile&amp;link</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/M68HC705-assembly-code-compile-link/m-p/851258#M22705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Recently I went into a project to update a portable analyzer firmware. The processor for this project&amp;nbsp;is M68HC705 and its firmware is&amp;nbsp;programmed with its instructions. Although this product has very long service history but we donot want to change more because new generation high level product has been lanched. &lt;/P&gt;&lt;P&gt;currently my task is to understand the code and change some minor display strings, but I am not familiar motolora processor and its system. Does anyone give any suggestion or comments to me? Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2019 01:55:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/M68HC705-assembly-code-compile-link/m-p/851258#M22705</guid>
      <dc:creator>hqiu</dc:creator>
      <dc:date>2019-01-04T01:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: M68HC705 assembly code compile&amp;link</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/M68HC705-assembly-code-compile-link/m-p/851259#M22706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe I will have a lot of questions, but the first is how to comile and link its intruction codes into hex file? could we use any IDE tool?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2019 02:11:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/M68HC705-assembly-code-compile-link/m-p/851259#M22706</guid>
      <dc:creator>hqiu</dc:creator>
      <dc:date>2019-01-04T02:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: M68HC705 assembly code compile&amp;link</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/M68HC705-assembly-code-compile-link/m-p/851260#M22707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming your have the source code, you need a 68HC05 assembler.&lt;/P&gt;&lt;P&gt;An 68HC08 assembler will also work (as it is object code backwards compatible) but be careful not to use any 68HC08 specific instructions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2019 22:27:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/M68HC705-assembly-code-compile-link/m-p/851260#M22707</guid>
      <dc:creator>tonyp</dc:creator>
      <dc:date>2019-01-07T22:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: M68HC705 assembly code compile&amp;link</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/M68HC705-assembly-code-compile-link/m-p/851261#M22708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Hao,&lt;/P&gt;&lt;P&gt;I'm quite familiar with this architecture. First of all, have you got the source code? What do you have to start your job? Regards, Celso&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2019 15:53:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/M68HC705-assembly-code-compile-link/m-p/851261#M22708</guid>
      <dc:creator>celsoken</dc:creator>
      <dc:date>2019-01-23T15:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: M68HC705 assembly code compile&amp;link</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/M68HC705-assembly-code-compile-link/m-p/851262#M22709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Celso,&lt;/P&gt;&lt;P&gt;Thanks for your reply. I have the project assembly source code and get a package of *.exe files. It seems the pakage contains compiler and linker tools, but I have no knowledge on this and have no related documents at this moment.&lt;/P&gt;&lt;P&gt;The first work for this project is to change some strings to the LCD display. So I would like to understand the assembly code, change something, convert to binary and burn it to eeprom.&lt;/P&gt;&lt;P&gt;I download 68HC05 processor instruction tables from NXP.com, but I do not find how to convert them to binary file, how to burn eeprom.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2019 01:32:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/M68HC705-assembly-code-compile-link/m-p/851262#M22709</guid>
      <dc:creator>hqiu</dc:creator>
      <dc:date>2019-01-30T01:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: M68HC705 assembly code compile&amp;link</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/M68HC705-assembly-code-compile-link/m-p/851263#M22710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it's more comple than you imagine. There are specific tools which are necessary to transfer the binary files to your MCU BTW which is the P/N? If you say E2P it should be HC805xx where xx could be C4 or B6. The P/N will define the tool. So tell us the exact P/N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Celso&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Feb 2019 23:19:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/M68HC705-assembly-code-compile-link/m-p/851263#M22710</guid>
      <dc:creator>celsoken</dc:creator>
      <dc:date>2019-02-10T23:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: M68HC705 assembly code compile&amp;link</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/M68HC705-assembly-code-compile-link/m-p/851264#M22711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hao,&lt;/P&gt;&lt;P&gt;As Celso mentioned, we need to know the specific part in order to point you to the correct programmer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the MC68HC705C8 a lot back in the 90's, and I still have the tools. The software packages that you need are (or at least the ones that I used):&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;pasm05.exe - the assembler&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;pld.exe - the linker&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;ubuilds.exe - creates the eprom image from the binary object file&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;burn.exe (or something similar) - came with the programmer to burn the program into the chip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would need a programmer, and that is where the correct part number is necessary. The programmer that I have is capable of only programming the C4 and C8 versions of the 705, in either the 40-pin dip or the 44-pin PLCC packages.&lt;/P&gt;&lt;P&gt;The parts came as either windowed (erasable) or one-time-programmable (non-erasable). If you have erasable parts, then you would need a UV eraser as well. Otherwise if you had OTP parts, then you will need new OTP parts, which may be hard to find.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2019 00:02:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/M68HC705-assembly-code-compile-link/m-p/851264#M22711</guid>
      <dc:creator>rocco</dc:creator>
      <dc:date>2019-02-11T00:02:25Z</dc:date>
    </item>
  </channel>
</rss>

