<?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中的主题 Breakpoints in winIDEA/MCF5329</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Breakpoints-in-winIDEA-MCF5329/m-p/147126#M3381</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have just inherited the job of maintaining our current source code. We are using winIDEA 2007 to develop/debug an MCF5329 micro. I have managed to build the code and download it. I can run, halt and run again and the execution pointer moves within the dis-assembly. The problem I am having is that if I try and set a break point (F9) within the C source code it will not let me, it does not even give an error. I have also noticed that if I single step the code the execution pointer will move in the dis-assembly but there is no pointer in the C source and the C source does not move.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any Ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jul 2011 19:18:16 GMT</pubDate>
    <dc:creator>Wizzzbang</dc:creator>
    <dc:date>2011-07-07T19:18:16Z</dc:date>
    <item>
      <title>Breakpoints in winIDEA/MCF5329</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Breakpoints-in-winIDEA-MCF5329/m-p/147126#M3381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have just inherited the job of maintaining our current source code. We are using winIDEA 2007 to develop/debug an MCF5329 micro. I have managed to build the code and download it. I can run, halt and run again and the execution pointer moves within the dis-assembly. The problem I am having is that if I try and set a break point (F9) within the C source code it will not let me, it does not even give an error. I have also noticed that if I single step the code the execution pointer will move in the dis-assembly but there is no pointer in the C source and the C source does not move.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any Ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 19:18:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Breakpoints-in-winIDEA-MCF5329/m-p/147126#M3381</guid>
      <dc:creator>Wizzzbang</dc:creator>
      <dc:date>2011-07-07T19:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Breakpoints in winIDEA/MCF5329</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Breakpoints-in-winIDEA-MCF5329/m-p/147127#M3382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I now know that we are using Codewarrior though I do not know how to check if it has been linked to winIDEA correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 21:15:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Breakpoints-in-winIDEA-MCF5329/m-p/147127#M3382</guid>
      <dc:creator>Wizzzbang</dc:creator>
      <dc:date>2011-07-07T21:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Breakpoints in winIDEA/MCF5329</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Breakpoints-in-winIDEA-MCF5329/m-p/147128#M3383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, it is not clear what your issue is.&lt;/P&gt;&lt;P&gt;Is it with Codewarrior or winIDEA? If it is with Codewarrior, you may get and answer here. If it is with winIDEA you should contact isystem tech support or thier forums.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 00:52:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Breakpoints-in-winIDEA-MCF5329/m-p/147128#M3383</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2011-07-08T00:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Breakpoints in winIDEA/MCF5329</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Breakpoints-in-winIDEA-MCF5329/m-p/147129#M3384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jim,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue is that I cannot set breakpoints within the C source code that is viewed through winIDEA. Codewarrior is producing the compiled code and winIDEA will download it to the target and allow for run, halt and single step. Obviously not being able to set breakpoints within the C source makes debug somewhat difficult.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue I think is that Codewarrior is note linked into winIDEA properly and I do not know where to start. &lt;IMG alt=":smileysad:" class="emoticon emoticon-smileysad" id="smileysad" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-sad.gif" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 15:10:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Breakpoints-in-winIDEA-MCF5329/m-p/147129#M3384</guid>
      <dc:creator>Wizzzbang</dc:creator>
      <dc:date>2011-07-08T15:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Breakpoints in winIDEA/MCF5329</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Breakpoints-in-winIDEA-MCF5329/m-p/147130#M3385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't have this problem (only one breakpoint) because that CPU supports four hardware breakpoints:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.freescale.com/message/88644#88644" title="https://community.freescale.com/message/88644#88644"&gt;https://community.freescale.com/message/88644#88644&lt;/A&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks like yout IDE may be wanting to use software breakpoints, which only work in RAM. It may have a different option for setting hardware breakpoints, or it isn't set up to use them or it can't. This is a software problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Type "winidea coldfire breakpoints" into Google and start reading things like this which says that software cn even support "software interrupts in FLASH" if you want to let it (by rewriting the flash all the time)::&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://permalink.gmane.org/gmane.comp.hardware.motorola.microcontrollers.coldfire/7475" rel="nofollow" target="_blank"&gt;http://permalink.gmane.org/gmane.comp.hardware.motorola.microcontrollers.coldfire/7475&lt;/A&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jul 2011 15:47:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Breakpoints-in-winIDEA-MCF5329/m-p/147130#M3385</guid>
      <dc:creator>TomE</dc:creator>
      <dc:date>2011-07-09T15:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Breakpoints in winIDEA/MCF5329</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Breakpoints-in-winIDEA-MCF5329/m-p/147131#M3386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Tom. Looks like I have some reading to get on with. I will keep you posted as to my progress.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 17:15:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Breakpoints-in-winIDEA-MCF5329/m-p/147131#M3386</guid>
      <dc:creator>Wizzzbang</dc:creator>
      <dc:date>2011-07-11T17:15:11Z</dc:date>
    </item>
  </channel>
</rss>

