<?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>ColdFire/68K Microcontrollers and Processors中的主题 Re: need help for M52233demo</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/need-help-for-M52233demo/m-p/143207#M2675</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;thanks.&lt;/DIV&gt;&lt;DIV&gt;I have tried to power from M52233DEMO itself, but the RET_LED and terminal is exactly the same as power from PBMCUSLK.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Aug 2007 01:00:58 GMT</pubDate>
    <dc:creator>perfume</dc:creator>
    <dc:date>2007-08-17T01:00:58Z</dc:date>
    <item>
      <title>need help for M52233demo</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/need-help-for-M52233demo/m-p/143205#M2673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;hi, my work is to predesign the MCU lab using assembly for undergraduate student. The development kit is MCUSLK and the application module is M52233DEMO board. There are three main difficulty for me now.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;First, I installing the M52233DEMO application module in the MCU PORT connector and connect the 4 UART PIN from application module to PBMCUSLK. Power of both board are set to supplied by PBMCUSLK's USB. But when USB begin to supply power, the RST_LED light and keep /.......jiao(sounds from PBMCUSLK).From terminal window, it seems sending "spacing" at all time. When I turn on the ON/OFF switch on M52233, it begin to initialize and work ......zhengchang. Is there sth wrong with the power?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Second, the LED on PBMCUSLK is so light(an...) that hard to see. I test the voltage of LCD, it's 4.73,not reaching 5V. How can I deal with that. And is there some documents related to how to drive the LCD using coldfire microcontroller?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Third, because I have to programming by assembly, I add an ".s" file and define the main. Every runs well except variable define. For example,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define main _main&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .global _main&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .global main&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .data&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; kk: .long 35&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .text&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; main:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; move.l&amp;nbsp; #0,d6&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; move.l kk,d3&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rts&lt;/DIV&gt;&lt;DIV&gt;When running, it stop by "Exception vector name: Illegal Instruction PC where the excption happened: 2004AC8" and the debug window is show as follow. Is the EFL assembly can not regonize this kind of define?&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;20004AC8: E8FE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dc.w&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0xe8fe&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; Invalid opcode&lt;BR /&gt;20004ACA: 7E79&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; moveq&amp;nbsp;&amp;nbsp;&amp;nbsp; #121,d7&lt;BR /&gt;20004ACC: FBE7E144&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dc.w&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0xfbe7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; Invalid opcode&lt;BR /&gt;20004AD0: B221&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cmp.b&amp;nbsp;&amp;nbsp;&amp;nbsp; -(a1),d1&lt;BR /&gt;20004AD2: DBD7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; adda.l&amp;nbsp;&amp;nbsp; (a7),a5&lt;BR /&gt;20004AD4: 5247&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; addq.w&amp;nbsp;&amp;nbsp; #1,d7&lt;BR /&gt;20004AD6: 93C6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; suba.l&amp;nbsp;&amp;nbsp; d6,a1&lt;BR /&gt;20004AD8: 1E76D2EC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; move.b&amp;nbsp;&amp;nbsp; (-20,a6,a5.w*2),a7&lt;BR /&gt;20004ADC: E177&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; roxl.w&amp;nbsp;&amp;nbsp; d0,d7&lt;BR /&gt;20004ADE: 02E4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dc.w&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x02e4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; Invalid opcode&lt;BR /&gt;20004AE0: 47E4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lea&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -(a4),a3&lt;BR /&gt;20004AE2: 39DC4F2F&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; move.w&amp;nbsp;&amp;nbsp; (a4)+,#20271&lt;BR /&gt;20004AE6: C58D&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exg&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; d2,a5&lt;BR /&gt;20004AE8: FE93CDD8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cp1ld.l&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Thanks a lot&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2007 21:58:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/need-help-for-M52233demo/m-p/143205#M2673</guid>
      <dc:creator>perfume</dc:creator>
      <dc:date>2007-08-16T21:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: need help for M52233demo</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/need-help-for-M52233demo/m-p/143206#M2674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;The Project Board USB BDM circuit supports only HCS08, HCS12, and ColdFire V1&amp;nbsp;family of Microcontrollers.&amp;nbsp;&amp;nbsp; For the MC52233DEMO (ColdFire V2 5[2]xxx) you will need to use the USB-BDM on the DEMO module itself to program.&amp;nbsp; As for powering the project board you could source power FROM the MC52233DEMO (you will&amp;nbsp;want to be watchful of current consumption if going this route because you could damage the DEMO boards circuitry)&amp;nbsp; See the user guide for the necessary jumper settings.&amp;nbsp; The more robust route would be&amp;nbsp;to could connect the Project Board via the barrel power connect to a wall outlet with the supplied power cable.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2007 22:46:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/need-help-for-M52233demo/m-p/143206#M2674</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2007-08-16T22:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: need help for M52233demo</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/need-help-for-M52233demo/m-p/143207#M2675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;thanks.&lt;/DIV&gt;&lt;DIV&gt;I have tried to power from M52233DEMO itself, but the RET_LED and terminal is exactly the same as power from PBMCUSLK.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 01:00:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/need-help-for-M52233demo/m-p/143207#M2675</guid>
      <dc:creator>perfume</dc:creator>
      <dc:date>2007-08-17T01:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: need help for M52233demo</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/need-help-for-M52233demo/m-p/143208#M2676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;Users should not attempt to connect a powered module to an unpowered Project Board (PB) &amp;nbsp;this can produce undesirable results.&amp;nbsp; A powered module will forward bias the clamp diodes on several active parts connected to the IO headers on the PB.&amp;nbsp; This causes VDD on the PB to rise but not enough to guarantee functionality.&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;In this specific instance, the&amp;nbsp;offending&amp;nbsp;signal, reset out (RSTO*) signal on the ColdFire (CF) board, feeds VDD through the Project Board USB-BDM.&amp;nbsp; VDD rises to approx. 1.8V.&amp;nbsp; With luck, the CF board will behave normally.&amp;nbsp; However, this configuration failed several times by simply moving scope probe GND lead during trouble shooting.&amp;nbsp; Moving the PSEL_B jumper to the USB position&amp;nbsp;applied power to the&amp;nbsp;USB circuit.&amp;nbsp; However,&amp;nbsp;the circuit never exits RESET since VDD is not&amp;nbsp;sufficient for operation.&amp;nbsp; Therefore, the RST* signal is held low which in turn holds&amp;nbsp;the CF board in&amp;nbsp;reset.&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;I will add a note to the Project Board UG to highlight this&amp;nbsp;issue.&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;WORKAROUND:&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;The PB should be power independently of the target module if using the modules USB-BDM.&amp;nbsp;&amp;nbsp;The PSEL_B (or PWR_SEL) jumper on the&amp;nbsp;PB&amp;nbsp;should be set to VIN and the&amp;nbsp;+5V_SEL should be set to PWR_SEL not USB.&amp;nbsp; If powered separately, the CF board must be debugged through its on-board USB-BDM.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 02:48:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/need-help-for-M52233demo/m-p/143208#M2676</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2007-08-17T02:48:45Z</dc:date>
    </item>
  </channel>
</rss>

