<?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: S32 SDK RTM 4.0.0 flash example error in S32 SDK</title>
    <link>https://community.nxp.com/t5/S32-SDK/S32-SDK-RTM-4-0-0-flash-example-error/m-p/1043343#M1609</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another error I detected is in S32 Configuration Tool which automatically resets the (modified by me) NULL_CALLBACK value to NULL whenever you do any different change via the S32 Configuration Tool. This is very annoying and can lead to lots of hours lost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adria&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Aug 2020 16:21:58 GMT</pubDate>
    <dc:creator>adria</dc:creator>
    <dc:date>2020-08-19T16:21:58Z</dc:date>
    <item>
      <title>S32 SDK RTM 4.0.0 flash example error</title>
      <link>https://community.nxp.com/t5/S32-SDK/S32-SDK-RTM-4-0-0-flash-example-error/m-p/1043342#M1608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have noticed, among others, a criticial change in the S32 Configuration Tool compared to processor expert.&lt;/P&gt;&lt;P&gt;This change is in flash peripheral, since by default it sets the callback as NULL, while processor expert by default set it as NULL_CALLBACK, which is the right value. Since in the RAM function in SDK this callback is compared with&amp;nbsp;&lt;SPAN&gt;NULL_CALLBACK (which is 0xFFF... and not 0) and then it calls it. With S32 Configuration tool it is very easy to miss that and generate the code with callback = NULL. And in this case in the code when we call any flash function which calls the RAM function then we will execute an illegal instruction.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This mistake is also present in the&amp;nbsp;examples.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Adria&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2020 12:48:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/S32-SDK-RTM-4-0-0-flash-example-error/m-p/1043342#M1608</guid>
      <dc:creator>adria</dc:creator>
      <dc:date>2020-08-19T12:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: S32 SDK RTM 4.0.0 flash example error</title>
      <link>https://community.nxp.com/t5/S32-SDK/S32-SDK-RTM-4-0-0-flash-example-error/m-p/1043343#M1609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another error I detected is in S32 Configuration Tool which automatically resets the (modified by me) NULL_CALLBACK value to NULL whenever you do any different change via the S32 Configuration Tool. This is very annoying and can lead to lots of hours lost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adria&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2020 16:21:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/S32-SDK-RTM-4-0-0-flash-example-error/m-p/1043343#M1609</guid>
      <dc:creator>adria</dc:creator>
      <dc:date>2020-08-19T16:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: S32 SDK RTM 4.0.0 flash example error</title>
      <link>https://community.nxp.com/t5/S32-SDK/S32-SDK-RTM-4-0-0-flash-example-error/m-p/1043344#M1610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Adria,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're right, by default, if you use the configuration without defining a callback this will compare it with the NULL_CALLBACK and will crash, the best way to change this will be to replaced in the configuration the callback name for the NULL_CALLBACK. If you do this and do more changes in the peripheral view this name will keep it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&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/110580i48BC37CCCA473F19/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also is important that you don't modify the drivers and the files in the SDK folder since&amp;nbsp;these&amp;nbsp;are managed by the config tools and any changes done will be replaced. If you want to create any API related to the driver I will suggest to create your own .c and .h&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2020 20:33:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/S32-SDK-RTM-4-0-0-flash-example-error/m-p/1043344#M1610</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2020-08-24T20:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: S32 SDK RTM 4.0.0 flash example error</title>
      <link>https://community.nxp.com/t5/S32-SDK/S32-SDK-RTM-4-0-0-flash-example-error/m-p/1043345#M1611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alexis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already tried that, but then any time I enter the tool again to modify&amp;nbsp;whatever else, it automatically changes from NULL_CALLBACK to NULL, and I cannot be&amp;nbsp;paying attention to which files will be updated each time I do a modification with the S32 Configuration Tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I never manually touch nor SDK nor generated code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adria&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2020 16:58:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/S32-SDK-RTM-4-0-0-flash-example-error/m-p/1043345#M1611</guid>
      <dc:creator>adria</dc:creator>
      <dc:date>2020-08-25T16:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: S32 SDK RTM 4.0.0 flash example error</title>
      <link>https://community.nxp.com/t5/S32-SDK/S32-SDK-RTM-4-0-0-flash-example-error/m-p/1043346#M1612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/adria@etergo.com"&gt;adria@etergo.com&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're right, this changes every time updates, what you could do is use the GetDefaultConfig API and modify manually the parameters you want to use or copy them from the config tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will report this issue to the apps team, thanks for the feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2020 23:54:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/S32-SDK-RTM-4-0-0-flash-example-error/m-p/1043346#M1612</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2020-08-25T23:54:27Z</dc:date>
    </item>
  </channel>
</rss>

