<?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>8-bit MicrocontrollersのトピックEntering Active Background Mode</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Entering-Active-Background-Mode/m-p/176091#M12288</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a question about entering the Active Background Mode, according to the data sheet 2 of the 5 methods of entering Active Background Mode are&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;• When a BACKGROUND command is received through the BKGD pin&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;• When a BGND instruction is executed&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;SPAN&gt;Now on the data sheet Chapter 17 Development Support, Table 17-1. BDC Command Summary. I can see that BACKGROUND is listed as a Command Mnemonic but when I enter this command in the True-Time sim command window it says&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"Error: no such command: BACKGROUND&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If the command exists, open the matching component and try it again"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is the component that I need to load?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, how do I use the method using BGND instruction?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I would like to do is basically to go into Active Background Mode through Code Warrior and do&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"In-Circuit Simulation, or ICS, mode simulates the CPU core instructions on the user's PC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, Inputs/Outputs are read directly from the user's development device, and certain&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;modules are run on the actual device."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So by using commands such as&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;WB 0x0003 0xFF&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WB 0x0002 0xFF&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in the command window of the Real-Time Debugger, I can write data to Port B pins to test my circuit thats connnected to the QG8.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone direct a text that has the steps to covers this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jan 2008 01:36:49 GMT</pubDate>
    <dc:creator>admin</dc:creator>
    <dc:date>2008-01-03T01:36:49Z</dc:date>
    <item>
      <title>Entering Active Background Mode</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Entering-Active-Background-Mode/m-p/176091#M12288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a question about entering the Active Background Mode, according to the data sheet 2 of the 5 methods of entering Active Background Mode are&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;• When a BACKGROUND command is received through the BKGD pin&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;• When a BGND instruction is executed&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;SPAN&gt;Now on the data sheet Chapter 17 Development Support, Table 17-1. BDC Command Summary. I can see that BACKGROUND is listed as a Command Mnemonic but when I enter this command in the True-Time sim command window it says&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"Error: no such command: BACKGROUND&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If the command exists, open the matching component and try it again"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is the component that I need to load?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, how do I use the method using BGND instruction?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I would like to do is basically to go into Active Background Mode through Code Warrior and do&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"In-Circuit Simulation, or ICS, mode simulates the CPU core instructions on the user's PC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, Inputs/Outputs are read directly from the user's development device, and certain&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;modules are run on the actual device."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So by using commands such as&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;WB 0x0003 0xFF&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WB 0x0002 0xFF&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in the command window of the Real-Time Debugger, I can write data to Port B pins to test my circuit thats connnected to the QG8.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone direct a text that has the steps to covers this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 01:36:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Entering-Active-Background-Mode/m-p/176091#M12288</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2008-01-03T01:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Entering Active Background Mode</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Entering-Active-Background-Mode/m-p/176092#M12289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Learner,&lt;BR /&gt;You don't normally worry about this low level stuff (like what actual command is being sent over the BDM connection) if you are using Codewarrior.&lt;BR /&gt;Just connect your BDM pod, start the debugger and press run. Press step will halt execution and place you in active background mode. Then you can alter memory by a number of methods, direct command or clicking on memory window. Then press run and see what happens.&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 05:50:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Entering-Active-Background-Mode/m-p/176092#M12289</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2008-01-03T05:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Entering Active Background Mode</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Entering-Active-Background-Mode/m-p/176093#M12290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Peg,&lt;BR /&gt;Thanks for the pointer, I have written a small asm test program to step and trace but I do not understand why when I enter the Debugger after clicking on debug it looks like I am debugging the file Start08.c and not the file I have written. How Do I use the debugger to step and trace the asm file I have written?&lt;BR /&gt;&lt;BR /&gt;Sorry about the elementry question.....&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;regards,&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 12:16:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Entering-Active-Background-Mode/m-p/176093#M12290</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2008-01-03T12:16:29Z</dc:date>
    </item>
  </channel>
</rss>

