<?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 About debugger option &amp;quot;uninitialized data&amp;quot;, something is wrong in CodeWarrior Development Tools</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/About-debugger-option-quot-uninitialized-data-quot-something-is/m-p/508529#M4297</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;During my debug work for my project with Codewarrior Development Studio 10.6, I found something I can't understand:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I create a debug configuration for my target, there is an option name "download uninitialized data":&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="146007_146007.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121379iB29CCF3230BB0B01/image-size/large?v=v2&amp;amp;px=999" role="button" title="146007_146007.png" alt="146007_146007.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/32296i0FBF75374A314E5B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;By my understanding, the uninitialized data refers to .bss section, but the .bss section won't be included in the target file(bin or elf), then what's meaning of this option "download unintialized data" ?&amp;nbsp; What will the debugger do to the MCU flash if I click this option on ?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I do an experiment using FNET project, I leave this option selected, both first and subsequent, then start the debug session, the result is the program will get stuck here, function copy_rom_section in startup.c:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="146008_146008.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121380iD5B01A34947CCF2C/image-size/large?v=v2&amp;amp;px=999" role="button" title="146008_146008.png" alt="146008_146008.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/32327i0971C437F526FA7D/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I step into this function and check the value of "__S_romp" passed to the function:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="146036_146036.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121381iAAB0AD7710FC6F23/image-size/large?v=v2&amp;amp;px=999" role="button" title="146036_146036.png" alt="146036_146036.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_5.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/32482i06F6EFF9F6482899/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_5.png" alt="pastedImage_5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So , It seems there is something wrong with "__S_romp".&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After that, I did a little research about "__S_romp", it is a section name defined in .lcf file and is used to copy the code in flash to ram:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="146040_146040.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121382i45716A45611D3630/image-size/large?v=v2&amp;amp;px=999" role="button" title="146040_146040.png" alt="146040_146040.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_9.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/32774i3CE20E2FC42231C3/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_9.png" alt="pastedImage_9.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I open my .xmap file to check the content of "__S_romp":&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="146038_146038.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121383iD3A251FAE8D1E7F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="146038_146038.png" alt="146038_146038.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_7.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/32606i0377192459CC6D38/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_7.png" alt="pastedImage_7.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the .xmap file, I can know at the address 0xCCEC of my program, the data will be, 0x0000BE14, 0x1FFF0410, I open my .bin file to check if my assumption is correct:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="146039_146039.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121384i4CD39CF1BD86B89A/image-size/large?v=v2&amp;amp;px=999" role="button" title="146039_146039.png" alt="146039_146039.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_8.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/32646i8817F66E1E503C89/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_8.png" alt="pastedImage_8.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The data of .bin file is correct, that means the data of "__S_romp" shall be correct.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OK, now I need to check the data in my MCU flash, I use my J-Flash to read the data out, it turns out, the data in flash is incorrect:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="146041_146041.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121385i11AAA23DE4D683C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="146041_146041.png" alt="146041_146041.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_10.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/32405iDC7DC7836C1795FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_10.png" alt="pastedImage_10.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Until now, it seems like:&lt;/P&gt;&lt;P&gt;The option of codewarrior "download uninitialized data" will lead to abnormal debug session (maybe abnormal downloading flash). &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="146007_146007.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121386i2E4D6DDB4F67F7FB/image-size/large?v=v2&amp;amp;px=999" role="button" title="146007_146007.png" alt="146007_146007.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/32296i0FBF75374A314E5B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question are:&lt;/P&gt;&lt;P&gt;1) what is the purpose of this option :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="146042_146042.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121387iDC2887A3E6E4C76E/image-size/large?v=v2&amp;amp;px=999" role="button" title="146042_146042.png" alt="146042_146042.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_11.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/32775i8448A0840CE5207B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_11.png" alt="pastedImage_11.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Why try to download .bss section?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) What codewarrior or debugger will do if this option is selected? According to my above analyzation, it definitely does something unexpected to the MCU flash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Apr 2016 08:57:32 GMT</pubDate>
    <dc:creator>cencongsu</dc:creator>
    <dc:date>2016-04-15T08:57:32Z</dc:date>
    <item>
      <title>About debugger option "uninitialized data", something is wrong</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/About-debugger-option-quot-uninitialized-data-quot-something-is/m-p/508529#M4297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;During my debug work for my project with Codewarrior Development Studio 10.6, I found something I can't understand:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I create a debug configuration for my target, there is an option name "download uninitialized data":&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="146007_146007.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121379iB29CCF3230BB0B01/image-size/large?v=v2&amp;amp;px=999" role="button" title="146007_146007.png" alt="146007_146007.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/32296i0FBF75374A314E5B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;By my understanding, the uninitialized data refers to .bss section, but the .bss section won't be included in the target file(bin or elf), then what's meaning of this option "download unintialized data" ?&amp;nbsp; What will the debugger do to the MCU flash if I click this option on ?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I do an experiment using FNET project, I leave this option selected, both first and subsequent, then start the debug session, the result is the program will get stuck here, function copy_rom_section in startup.c:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="146008_146008.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121380iD5B01A34947CCF2C/image-size/large?v=v2&amp;amp;px=999" role="button" title="146008_146008.png" alt="146008_146008.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/32327i0971C437F526FA7D/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I step into this function and check the value of "__S_romp" passed to the function:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="146036_146036.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121381iAAB0AD7710FC6F23/image-size/large?v=v2&amp;amp;px=999" role="button" title="146036_146036.png" alt="146036_146036.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_5.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/32482i06F6EFF9F6482899/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_5.png" alt="pastedImage_5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So , It seems there is something wrong with "__S_romp".&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After that, I did a little research about "__S_romp", it is a section name defined in .lcf file and is used to copy the code in flash to ram:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="146040_146040.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121382i45716A45611D3630/image-size/large?v=v2&amp;amp;px=999" role="button" title="146040_146040.png" alt="146040_146040.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_9.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/32774i3CE20E2FC42231C3/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_9.png" alt="pastedImage_9.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I open my .xmap file to check the content of "__S_romp":&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="146038_146038.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121383iD3A251FAE8D1E7F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="146038_146038.png" alt="146038_146038.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_7.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/32606i0377192459CC6D38/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_7.png" alt="pastedImage_7.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the .xmap file, I can know at the address 0xCCEC of my program, the data will be, 0x0000BE14, 0x1FFF0410, I open my .bin file to check if my assumption is correct:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="146039_146039.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121384i4CD39CF1BD86B89A/image-size/large?v=v2&amp;amp;px=999" role="button" title="146039_146039.png" alt="146039_146039.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_8.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/32646i8817F66E1E503C89/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_8.png" alt="pastedImage_8.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The data of .bin file is correct, that means the data of "__S_romp" shall be correct.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OK, now I need to check the data in my MCU flash, I use my J-Flash to read the data out, it turns out, the data in flash is incorrect:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="146041_146041.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121385i11AAA23DE4D683C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="146041_146041.png" alt="146041_146041.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_10.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/32405iDC7DC7836C1795FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_10.png" alt="pastedImage_10.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Until now, it seems like:&lt;/P&gt;&lt;P&gt;The option of codewarrior "download uninitialized data" will lead to abnormal debug session (maybe abnormal downloading flash). &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="146007_146007.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121386i2E4D6DDB4F67F7FB/image-size/large?v=v2&amp;amp;px=999" role="button" title="146007_146007.png" alt="146007_146007.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/32296i0FBF75374A314E5B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question are:&lt;/P&gt;&lt;P&gt;1) what is the purpose of this option :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="146042_146042.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121387iDC2887A3E6E4C76E/image-size/large?v=v2&amp;amp;px=999" role="button" title="146042_146042.png" alt="146042_146042.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_11.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/32775i8448A0840CE5207B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_11.png" alt="pastedImage_11.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Why try to download .bss section?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) What codewarrior or debugger will do if this option is selected? According to my above analyzation, it definitely does something unexpected to the MCU flash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 08:57:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/About-debugger-option-quot-uninitialized-data-quot-something-is/m-p/508529#M4297</guid>
      <dc:creator>cencongsu</dc:creator>
      <dc:date>2016-04-15T08:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: About debugger option "uninitialized data", something is wrong</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/About-debugger-option-quot-uninitialized-data-quot-something-is/m-p/508530#M4298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For test I create a demo code for kl25, define global variable &lt;/P&gt;&lt;P&gt;unsigned int view_bss;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the variable "view_bss" should be allocated in bss. &lt;/P&gt;&lt;P&gt;from what I see, checking or unchecking&amp;nbsp; this option doesn’t affect debug and executing startup code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the S19 record doesn't include bss section. But it's not true for other format. for instance Intel hex or normal elf file does include bss section.&lt;/P&gt;&lt;P&gt;if "uninitialized data" is checked, the debugger will initialize the uninitialized data. otherwise, debugger will not do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Professor Eich has a good document on text, data and bss. you can also check it if you want.&lt;/P&gt;&lt;P&gt;&lt;A href="https://mcuoneclipse.com/2013/04/14/text-data-and-bss-code-and-data-size-explained/" title="https://mcuoneclipse.com/2013/04/14/text-data-and-bss-code-and-data-size-explained/"&gt;https://mcuoneclipse.com/2013/04/14/text-data-and-bss-code-and-data-size-explained/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 04:16:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/About-debugger-option-quot-uninitialized-data-quot-something-is/m-p/508530#M4298</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2016-04-20T04:16:13Z</dc:date>
    </item>
  </channel>
</rss>

