<?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>S32 Design StudioのトピックRe: how to see flexray register data via EmbSysReg tab</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/how-to-see-flexray-register-data-via-EmbSysReg-tab/m-p/1599519#M9742</link>
    <description>&lt;P&gt;do you have flexray demo for Mpc5748? i am learning flexray for mpc5748. thanks you !&lt;/P&gt;</description>
    <pubDate>Wed, 15 Feb 2023 10:07:42 GMT</pubDate>
    <dc:creator>binZhang01</dc:creator>
    <dc:date>2023-02-15T10:07:42Z</dc:date>
    <item>
      <title>how to see flexray register data via EmbSysReg tab</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/how-to-see-flexray-register-data-via-EmbSysReg-tab/m-p/1096258#M6698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; overflow-wrap: break-word; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;I am using MPC5748G microcontroller and S32 Power architecture V2.1 IDE.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; overflow-wrap: break-word; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;I am writing data to FlexRay registers using base address and offset of that register. Below is the one example.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; overflow-wrap: break-word; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; overflow-wrap: break-word; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;/P&gt;&lt;P&gt;#define FR_ADDRESS&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (uint32)0xFFE50000UL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( *( (volatile uint32*)&lt;SPAN&gt;FR_ADDRESS&lt;/SPAN&gt; + (offset / 2U))) = value;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we can consider offset = 0xA0 and value = 0x1441134a&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;By using memory browser I can see data is written to memory address&amp;nbsp;0xFFE500A0 (Refer attached image).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; overflow-wrap: break-word; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; overflow-wrap: break-word; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;But I am not able to see the data is written to the register in&amp;nbsp;EmbSysReg tab which is used&amp;nbsp;to view peripheral registers data (Refer attached image)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; overflow-wrap: break-word; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; overflow-wrap: break-word; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;Let me know how to see the updated data in&amp;nbsp;EmbSysReg tab if we use above method to write data in register.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2020 13:26:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/how-to-see-flexray-register-data-via-EmbSysReg-tab/m-p/1096258#M6698</guid>
      <dc:creator>Deepak1</dc:creator>
      <dc:date>2020-07-28T13:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to see flexray register data via EmbSysReg tab</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/how-to-see-flexray-register-data-via-EmbSysReg-tab/m-p/1096259#M6699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to double click on the registers to read the data. It's mentioned there:&lt;/P&gt;&lt;P&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/108992i7E8DD34FFC9C8CAD/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;&lt;/P&gt;&lt;P&gt;You can find that also in help:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/109078iBC1D1DD2BBF3F80E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lukas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2020 08:09:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/how-to-see-flexray-register-data-via-EmbSysReg-tab/m-p/1096259#M6699</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2020-07-29T08:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to see flexray register data via EmbSysReg tab</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/how-to-see-flexray-register-data-via-EmbSysReg-tab/m-p/1599519#M9742</link>
      <description>&lt;P&gt;do you have flexray demo for Mpc5748? i am learning flexray for mpc5748. thanks you !&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 10:07:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/how-to-see-flexray-register-data-via-EmbSysReg-tab/m-p/1599519#M9742</guid>
      <dc:creator>binZhang01</dc:creator>
      <dc:date>2023-02-15T10:07:42Z</dc:date>
    </item>
  </channel>
</rss>

