<?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 Re: MPC5746C header file error in S32 Design Studio</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/MPC5746C-header-file-error/m-p/654960#M1154</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your report. I will escalate it to appropriate person.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Sep 2016 10:15:18 GMT</pubDate>
    <dc:creator>martin_kovar</dc:creator>
    <dc:date>2016-09-29T10:15:18Z</dc:date>
    <item>
      <title>MPC5746C header file error</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/MPC5746C-header-file-error/m-p/654959#M1153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sir,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to report an error on MPC5746C header file which is created by S32DS.&lt;/P&gt;&lt;P&gt;Base address of CAN_1,3,5,7 was wrong.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;// Current MPC5746C.h&lt;/P&gt;&lt;P&gt;#define CAN_0 (*(volatile struct CAN_0_tag *) 0xFFEC0000UL)&lt;BR /&gt;#define CAN_1 (*(volatile struct CAN_tag *) 0xFFEC0000UL)&lt;BR /&gt;#define CAN_2 (*(volatile struct CAN_tag *) 0xFFEC4000UL)&lt;BR /&gt;#define CAN_3 (*(volatile struct CAN_tag *) 0xFFEC4000UL)&lt;BR /&gt;#define CAN_4 (*(volatile struct CAN_tag *) 0xFFEC8000UL)&lt;BR /&gt;#define CAN_5 (*(volatile struct CAN_tag *) 0xFFEC8000UL)&lt;BR /&gt;#define CAN_6 (*(volatile struct CAN_tag *) 0xFFECC000UL)&lt;BR /&gt;#define CAN_7 (*(volatile struct CAN_tag *) 0xFFECC000UL)&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;// Should be modified to use all CAN peripheral.&lt;/P&gt;&lt;P&gt;#define CAN_0 (*(volatile struct CAN_0_tag *) 0xFFEC0000UL)&lt;BR /&gt;&lt;STRONG&gt;#define CAN_1 (*(volatile struct CAN_tag *) 0xFBEC0000UL)&lt;/STRONG&gt;&lt;BR /&gt;#define CAN_2 (*(volatile struct CAN_tag *) 0xFFEC4000UL)&lt;BR /&gt;&lt;STRONG&gt;#define CAN_3 (*(volatile struct CAN_tag *) 0xFBEC4000UL)&lt;/STRONG&gt;&lt;BR /&gt;#define CAN_4 (*(volatile struct CAN_tag *) 0xFFEC8000UL)&lt;BR /&gt;&lt;STRONG&gt;#define CAN_5 (*(volatile struct CAN_tag *) 0xFBEC8000UL)&lt;/STRONG&gt;&lt;BR /&gt;#define CAN_6 (*(volatile struct CAN_tag *) 0xFFECC000UL)&lt;BR /&gt;&lt;STRONG&gt;#define CAN_7 (*(volatile struct CAN_tag *) 0xFBECC000UL)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Neo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 02:23:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/MPC5746C-header-file-error/m-p/654959#M1153</guid>
      <dc:creator>neojung</dc:creator>
      <dc:date>2016-09-27T02:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5746C header file error</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/MPC5746C-header-file-error/m-p/654960#M1154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your report. I will escalate it to appropriate person.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 10:15:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/MPC5746C-header-file-error/m-p/654960#M1154</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2016-09-29T10:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5746C header file error</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/MPC5746C-header-file-error/m-p/654961#M1155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &amp;nbsp;Neo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your report!&lt;/P&gt;&lt;P&gt;I've logged this issue as a bug under the number&amp;nbsp;ENGR00384152.&lt;/P&gt;&lt;P&gt;This will be &amp;nbsp;fixed in the next release S32 Design Studio for Power v1.2&lt;/P&gt;&lt;P&gt;The workaround is to manually adjust the header file &amp;nbsp;CAN base addresses as you suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 13:59:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/MPC5746C-header-file-error/m-p/654961#M1155</guid>
      <dc:creator>stanish</dc:creator>
      <dc:date>2016-10-04T13:59:01Z</dc:date>
    </item>
  </channel>
</rss>

