<?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: Getting exception says &amp;quot;Exception vector name: address error&amp;quot;</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Getting-exception-says-quot-Exception-vector-name-address-error/m-p/152998#M4147</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well I searched on this forum before posting, I can see somebody had an issue with stack and heap.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here I am using MCF52233 chipset, I am getting this exception after I increased html_vars array size and html_vars_flags size from 32 to 98. I am getting this exception, also I added code to initialise those Two&amp;nbsp;arrays&amp;nbsp;in one of my task, if I run for 20 Hours I am getting this exception. I can see it stops at at beginning of routine UART1_TXRX_ISR. I need this html_vars atleast array size 100 since I need to display some values on web interface. this is how did initialize those&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;html_vars[0] = val1;&lt;/P&gt;&lt;P&gt;html_vars_flags[0] = 1;&lt;/P&gt;&lt;P&gt;........&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;html_vars[97] = val1;&lt;/P&gt;&lt;P&gt;html_vars_flags[97] = 1;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Exception vector Name: address error&lt;BR /&gt;Ox00E60000&lt;BR /&gt;panic&lt;BR /&gt;dtrap&lt;BR /&gt;printf&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;atleast any document tells about what are the chnaces for this address error?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Oct 2010 23:29:30 GMT</pubDate>
    <dc:creator>TVNAIDU</dc:creator>
    <dc:date>2010-10-15T23:29:30Z</dc:date>
    <item>
      <title>Getting exception says "Exception vector name: address error"</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Getting-exception-says-quot-Exception-vector-name-address-error/m-p/152996#M4145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting exception, any idea?.&lt;/P&gt;&lt;P&gt;EXception Vector Name: Address error&lt;/P&gt;&lt;P&gt;pointing to this routine "UART1_TXRX_ISR".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 01:08:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Getting-exception-says-quot-Exception-vector-name-address-error/m-p/152996#M4145</guid>
      <dc:creator>TVNAIDU</dc:creator>
      <dc:date>2010-10-05T01:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Getting exception says "Exception vector name: address error"</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Getting-exception-says-quot-Exception-vector-name-address-error/m-p/152997#M4146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But this isn't Twitter. You're not limited to 140 or so bytes here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What CPU? What hardware? Include some of your code. Include disassembly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You're more likely to get help if you show some you've done some work first. Like reading the manuals, and asking questions about the sections in the manuals if you don't understand them (or if they're missing, corrupted or plain wrong).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should also refrain from asking questions &lt;STRONG&gt;already answered&lt;/STRONG&gt; in this Forum. Search&amp;nbsp;before posting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you tried typing "coldfire address error" into Google?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 11:25:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Getting-exception-says-quot-Exception-vector-name-address-error/m-p/152997#M4146</guid>
      <dc:creator>TomE</dc:creator>
      <dc:date>2010-10-05T11:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Getting exception says "Exception vector name: address error"</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Getting-exception-says-quot-Exception-vector-name-address-error/m-p/152998#M4147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well I searched on this forum before posting, I can see somebody had an issue with stack and heap.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here I am using MCF52233 chipset, I am getting this exception after I increased html_vars array size and html_vars_flags size from 32 to 98. I am getting this exception, also I added code to initialise those Two&amp;nbsp;arrays&amp;nbsp;in one of my task, if I run for 20 Hours I am getting this exception. I can see it stops at at beginning of routine UART1_TXRX_ISR. I need this html_vars atleast array size 100 since I need to display some values on web interface. this is how did initialize those&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;html_vars[0] = val1;&lt;/P&gt;&lt;P&gt;html_vars_flags[0] = 1;&lt;/P&gt;&lt;P&gt;........&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;html_vars[97] = val1;&lt;/P&gt;&lt;P&gt;html_vars_flags[97] = 1;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Exception vector Name: address error&lt;BR /&gt;Ox00E60000&lt;BR /&gt;panic&lt;BR /&gt;dtrap&lt;BR /&gt;printf&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;atleast any document tells about what are the chnaces for this address error?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 23:29:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Getting-exception-says-quot-Exception-vector-name-address-error/m-p/152998#M4147</guid>
      <dc:creator>TVNAIDU</dc:creator>
      <dc:date>2010-10-15T23:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Getting exception says "Exception vector name: address error"</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Getting-exception-says-quot-Exception-vector-name-address-error/m-p/152999#M4148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Reference Manuals and the ColdFire Core documents tell you what causes an Address Error. From your Reference manual:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3.3.4.2 Address Error Exception&lt;BR /&gt;Any attempted execution transferring control to an odd instruction address (if bit 0 of the target address is&lt;BR /&gt;set) results in an address error exception.&lt;BR /&gt;Any attempted use of a word-sized index register (Xn.w) or a scale factor of eight on an indexed effective&lt;BR /&gt;addressing mode generates an address error, as does an attempted execution of a full-format indexed&lt;BR /&gt;addressing mode, which is defined by bit 8 of extension word 1 being set.&lt;BR /&gt;If an address error occurs on a JSR instruction, the Version 2 ColdFire processor calculates the target&lt;BR /&gt;address then the return address is pushed onto the stack. If an address error occurs on an RTS instruction,&lt;BR /&gt;the Version 2 ColdFire processor overwrites the faulting return PC with the address error stack frame.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to examine the stack and decode the address error stack frame to see why it did this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The most likely cause is a buffer overrun on your stack corrupting a return address or a pointer. You may also be overrunning your allocated stack area. What is the Stack Pointer when it fails? Don't tell me this, I can't help you. You have to compare where the stack is and what is on the stack with the memory allocated for it. It might be an odd stack pointer or program counter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Ox00E60000" looks to be a memory boundary of something. Is that the PC? Examine the code that is printing the Exception and see what is is printing there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt; &amp;gt; Have you tried typing "coldfire address error" into Google?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Follow some of the OTHER listed causes and fixes for address errors. The one you read may not match the problem you have.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;20 hours? Does it always fail after 20 hours? Does it depend on the HTML messages coming in that make it fail? Does it have a Memory Leak?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Oct 2010 12:12:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Getting-exception-says-quot-Exception-vector-name-address-error/m-p/152999#M4148</guid>
      <dc:creator>TomE</dc:creator>
      <dc:date>2010-10-17T12:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Getting exception says "Exception vector name: address error"</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Getting-exception-says-quot-Exception-vector-name-address-error/m-p/153000#M4149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to find PC and SP registers window on Code warrior, I cannot see any window for that. but I just copied all info from debugger window.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Stack&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Variables: Live Value&lt;/P&gt;&lt;P&gt;printf&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ReadUSR1 No address info available for variable&lt;/P&gt;&lt;P&gt;&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;&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;&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;&amp;nbsp; UART1RxBuffer&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; 0x20001988&lt;/P&gt;&lt;P&gt;printk&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UART1RxPtr&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;&amp;nbsp; 0x000187BE&lt;/P&gt;&lt;P&gt;printk_putc&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;&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;&amp;nbsp;&amp;nbsp; UART1Status&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; 0&lt;/P&gt;&lt;P&gt;out_char&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UART1TxCounter&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 32&lt;/P&gt;&lt;P&gt;uart_putc&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UART1TxPtr&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; 0x000194A2&lt;/P&gt;&lt;P&gt;0x2000014C (0x2000014C)&lt;/P&gt;&lt;P&gt;DummyFn1&lt;/P&gt;&lt;P&gt;mcf5xx_exception_handler&lt;/P&gt;&lt;P&gt;UART1_TXRX_ISR&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;void UART1_TXRX_ISR()&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;-&amp;gt; uint8&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sometimes it runs for 10 Hours and then crashes, sometimes 20 hours and it crashes. But I see this crash only after I increased html_vars array size from 32 to 98, also html_vars_flags arrays also 32 to 98, earlier I am running for somany weeks, I never see exception at all. is there any file shows stack overrun / any abonormal?.&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2010 08:33:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Getting-exception-says-quot-Exception-vector-name-address-error/m-p/153000#M4149</guid>
      <dc:creator>TVNAIDU</dc:creator>
      <dc:date>2010-10-18T08:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Getting exception says "Exception vector name: address error"</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Getting-exception-says-quot-Exception-vector-name-address-error/m-p/153001#M4150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to find the registers window and then you need to know how to dump the stack in memory and examine it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need someone to help you physically present, looking at the screen or you have to learn a huge amount. There's nothing in what you've provided that could begin to help with this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it might be better to ask this question on the Code Warrior forum.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2010 14:17:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Getting-exception-says-quot-Exception-vector-name-address-error/m-p/153001#M4150</guid>
      <dc:creator>TomE</dc:creator>
      <dc:date>2010-10-18T14:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Getting exception says "Exception vector name: address error"</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Getting-exception-says-quot-Exception-vector-name-address-error/m-p/153002#M4151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just found this definiton from ref. manual. I see this exception after I increased from html_vars[32] to html_vars[98] and html_vars_flags[32] to html_vars_flags[98] and I initializes those array elements inside my task (html_vars[0] = 0x0; html_vars[flags[1] = 1; ......) Is it anything wrong with increase array size for this address error. according to below def, it says "odd instruction address", I cannot find any link for my change to exception?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Address Error Exception&lt;BR /&gt;Any attempted execution transferring control to an odd instruction address (that is, if bit 0 of the target&lt;BR /&gt;address is set) results in an address error exception.&lt;BR /&gt;Any attempted use of a word-sized index register (Xn.w) or a scale factor of 8 on an indexed effective&lt;BR /&gt;addressing mode generates an address error as does an attempted execution of a full-format indexed&lt;BR /&gt;addressing mode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2010 21:48:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Getting-exception-says-quot-Exception-vector-name-address-error/m-p/153002#M4151</guid>
      <dc:creator>TVNAIDU</dc:creator>
      <dc:date>2010-10-18T21:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Getting exception says "Exception vector name: address error"</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Getting-exception-says-quot-Exception-vector-name-address-error/m-p/153003#M4152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt; The most likely cause is a buffer overrun on your stack corrupting a return address or a pointer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you done anything to investigate this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You've never actually said WHAT code you're running, which doesn't halp me at all. I can't see your code from here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Google finds &lt;A href="http://www.freescale.com/files/microcontrollers/doc/app_note/AN3779.pdf" rel="nofollow" target="_blank"&gt;http://www.freescale.com/files/microcontrollers/doc/app_note/AN3779.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I assume you've copied that and are making changes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt; r I increased html_vars array size and html_vars_flags size from 32 to 98&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that all you have to do? Maybe some other part of the HTML code assumes 32 variables, and by increasing those two arrays only means you're forcing some other part of the code to walk off the end of something. Search for all other arrays in the code that are sized at 32, or at least between 32 and 98.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've sent you a private message. Read that before you powst anything else here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2010 19:19:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Getting-exception-says-quot-Exception-vector-name-address-error/m-p/153003#M4152</guid>
      <dc:creator>TomE</dc:creator>
      <dc:date>2010-10-19T19:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Getting exception says "Exception vector name: address error"</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Getting-exception-says-quot-Exception-vector-name-address-error/m-p/153004#M4153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;finally I found the reason for exception. I am getting exception when I run with debugger, if I run from flash I dodn't see exception, the reason for exception with debugger is, the version on flash is not same as what with debugger, after I did clean build and install latest into flash, then run with debugger, no crash for 48 Hours, let me fro few more days and see.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 00:51:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Getting-exception-says-quot-Exception-vector-name-address-error/m-p/153004#M4153</guid>
      <dc:creator>TVNAIDU</dc:creator>
      <dc:date>2010-10-28T00:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Getting exception says "Exception vector name: address error"</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Getting-exception-says-quot-Exception-vector-name-address-error/m-p/153005#M4154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; finally I found the reason for exception. I am getting exception when I run with debugger,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are SEEING the exception when you run with the debugger. The debugger "hooks" all of the nasty exceptions (that indicate that something bad happened) and tells you about them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt; if I run from flash I dodn't see exception,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That doesn't mean it isn't happening. It is possible that your system is set up so that either a watchdog resets the system when an exception happens, or maybe the exception handlers reset the chip.&amp;nbsp; Or maybe they ignore the error and try to keep going (which is worse). How are they set up? Do you know? Can you read the code and find out what it does?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For some applications, having it crash and reset is a disaster. For other devices that don't have to "remember" the current state (like just displaying outputs from a different system) it might be acceptable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you tell the difference between "running after 48 hours continuously" and "running after 48 hours and a few or a few dozen reboots"? The easiest way to tell the difference is to have a visible "uptime" counter somewhere. In your case you could add this to the web page the device displays. If it is still showing 48 hours of uptime after 48 hours then it is OK. Otherwise you've still got problems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 06:51:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Getting-exception-says-quot-Exception-vector-name-address-error/m-p/153005#M4154</guid>
      <dc:creator>TomE</dc:creator>
      <dc:date>2010-10-29T06:51:13Z</dc:date>
    </item>
  </channel>
</rss>

