<?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>CodeWarrior for MCUのトピックRe: S12ZVM Byte Alignment Issue</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/S12ZVM-Byte-Alignment-Issue/m-p/1777087#M15965</link>
    <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/226232"&gt;@FenomenoKim&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Please have a look at this document, it covers data alignment:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12Z-constant-variable-code-allocation-in-CodeWarrior/ta-p/1114493" target="_blank"&gt;https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12Z-constant-variable-code-allocation-in-CodeWarrior/ta-p/1114493&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
    <pubDate>Tue, 19 Dec 2023 09:58:45 GMT</pubDate>
    <dc:creator>danielmartynek</dc:creator>
    <dc:date>2023-12-19T09:58:45Z</dc:date>
    <item>
      <title>S12ZVM Byte Alignment Issue</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/S12ZVM-Byte-Alignment-Issue/m-p/1776008#M15964</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I hope this message finds you well. I am writing to seek assistance with an issue related to byte alignment in the S12ZVM environment.&lt;/P&gt;&lt;P&gt;The images on the left and right represent identical structs declared in different ".h" files. What I desire is for the alignment to occur on a per-byte basis, similar to the image on the right. However, I am encountering an issue where the alignment is altered, resembling the image on the left.&lt;/P&gt;&lt;P&gt;I have attempted various methods, including the use of "#pragma pack," but unfortunately, none of these approaches seem to provide a solution. Additionally, I have thoroughly reviewed and adjusted the settings in the properties section, believing that I have covered all relevant areas.&lt;/P&gt;&lt;P&gt;Could you kindly advise on what might be overlooked or provide guidance on resolving this alignment discrepancy? Your assistance in this matter would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thank you for your time and consideration.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/254759i7A0D8E1FEAC9A3A3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/254760iD935A1D0C7082A19/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/254761i18F40485697F653E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="3.png" alt="3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/254762i058FD8D8932C0955/image-size/medium?v=v2&amp;amp;px=400" role="button" title="4.png" alt="4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="5.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/254763iA225ED96D177F18C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="5.png" alt="5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 04:06:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/S12ZVM-Byte-Alignment-Issue/m-p/1776008#M15964</guid>
      <dc:creator>FenomenoKim</dc:creator>
      <dc:date>2023-12-18T04:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: S12ZVM Byte Alignment Issue</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/S12ZVM-Byte-Alignment-Issue/m-p/1777087#M15965</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/226232"&gt;@FenomenoKim&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Please have a look at this document, it covers data alignment:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12Z-constant-variable-code-allocation-in-CodeWarrior/ta-p/1114493" target="_blank"&gt;https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12Z-constant-variable-code-allocation-in-CodeWarrior/ta-p/1114493&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 09:58:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/S12ZVM-Byte-Alignment-Issue/m-p/1777087#M15965</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-12-19T09:58:45Z</dc:date>
    </item>
  </channel>
</rss>

