<?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 SDKのトピックRe: Error while using S32K1_ISELED_BETA_3.9.0</title>
    <link>https://community.nxp.com/t5/S32-SDK/Error-while-using-S32K1-ISELED-BETA-3-9-0/m-p/928743#M1106</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like I also missed including flexio.h which for some reason was not required in the 2.9 version...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for the help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Oct 2019 12:32:03 GMT</pubDate>
    <dc:creator>johnathan_weise</dc:creator>
    <dc:date>2019-10-28T12:32:03Z</dc:date>
    <item>
      <title>Error while using S32K1_ISELED_BETA_3.9.0</title>
      <link>https://community.nxp.com/t5/S32-SDK/Error-while-using-S32K1-ISELED-BETA-3-9-0/m-p/928732#M1095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just installed the newest ISELED driver&amp;nbsp;S32K1_ISELED_BETA_3.9.0 in the same folde where&amp;nbsp;S32SDK_S32K1xx_RTM_3.0.0 is installed; and used it in my project. But while building the project, I get an error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;../SDK/platform/drivers/src/iseled/gcc/libiseled_S32K14x.a(flexio_iseled_driver.o): In function `digLED_FlexIO_InitInterface':&lt;BR /&gt;flexio_iseled_driver.c:(.text.digLED_FlexIO_InitInterface+0x50): undefined reference to `flexIODeviceState'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can not find any&amp;nbsp;&lt;SPAN&gt;flexio_iseled_driver.c file in the directory installed. I am not sure how to solove this problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Would you please help me out?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2019 13:19:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Error-while-using-S32K1-ISELED-BETA-3-9-0/m-p/928732#M1095</guid>
      <dc:creator>leila</dc:creator>
      <dc:date>2019-08-30T13:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using S32K1_ISELED_BETA_3.9.0</title>
      <link>https://community.nxp.com/t5/S32-SDK/Error-while-using-S32K1-ISELED-BETA-3-9-0/m-p/928733#M1096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had forgoten to add "flexio_device_state_t flexIODeviceState;" in my project as it is described in the ISELED user guid.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2019 14:11:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Error-while-using-S32K1-ISELED-BETA-3-9-0/m-p/928733#M1096</guid>
      <dc:creator>leila</dc:creator>
      <dc:date>2019-08-30T14:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using S32K1_ISELED_BETA_3.9.0</title>
      <link>https://community.nxp.com/t5/S32-SDK/Error-while-using-S32K1-ISELED-BETA-3-9-0/m-p/928734#M1097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;can you share the solution?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the same problem and can't find the solution in the ISELED user guid.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2019 12:50:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Error-while-using-S32K1-ISELED-BETA-3-9-0/m-p/928734#M1097</guid>
      <dc:creator>benjamin_dollin</dc:creator>
      <dc:date>2019-10-21T12:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using S32K1_ISELED_BETA_3.9.0</title>
      <link>https://community.nxp.com/t5/S32-SDK/Error-while-using-S32K1-ISELED-BETA-3-9-0/m-p/928735#M1098</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;Just add&lt;/P&gt;&lt;P&gt;flexio_device_state_t &amp;nbsp;&amp;nbsp;&amp;nbsp;flexIODeviceState;&lt;/P&gt;&lt;P&gt;in the header file where you are initializing ISELED.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2019 13:43:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Error-while-using-S32K1-ISELED-BETA-3-9-0/m-p/928735#M1098</guid>
      <dc:creator>leila</dc:creator>
      <dc:date>2019-10-21T13:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using S32K1_ISELED_BETA_3.9.0</title>
      <link>https://community.nxp.com/t5/S32-SDK/Error-while-using-S32K1-ISELED-BETA-3-9-0/m-p/928736#M1099</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;As Leila said you must add in your application this declaration:&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;flexio_device_state_t flexIODeviceState;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Razvan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2019 13:51:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Error-while-using-S32K1-ISELED-BETA-3-9-0/m-p/928736#M1099</guid>
      <dc:creator>razva_tilimpea</dc:creator>
      <dc:date>2019-10-21T13:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using S32K1_ISELED_BETA_3.9.0</title>
      <link>https://community.nxp.com/t5/S32-SDK/Error-while-using-S32K1-ISELED-BETA-3-9-0/m-p/928737#M1100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for the fast response, it seems to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now I'm stuck on this problem:&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/92906i405602024F52078B/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;It just stops on this point and did't finish flashing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you also have a fast solution for this?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2019 14:39:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Error-while-using-S32K1-ISELED-BETA-3-9-0/m-p/928737#M1100</guid>
      <dc:creator>benjamin_dollin</dc:creator>
      <dc:date>2019-10-21T14:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using S32K1_ISELED_BETA_3.9.0</title>
      <link>https://community.nxp.com/t5/S32-SDK/Error-while-using-S32K1-ISELED-BETA-3-9-0/m-p/928738#M1101</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;This capture doesn't include any error.&lt;/P&gt;&lt;P&gt;Could you share more details?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Razvan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2019 15:01:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Error-while-using-S32K1-ISELED-BETA-3-9-0/m-p/928738#M1101</guid>
      <dc:creator>razva_tilimpea</dc:creator>
      <dc:date>2019-10-21T15:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using S32K1_ISELED_BETA_3.9.0</title>
      <link>https://community.nxp.com/t5/S32-SDK/Error-while-using-S32K1-ISELED-BETA-3-9-0/m-p/928739#M1102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There occur no error, it just hang on this point.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use J-link Base.&lt;/P&gt;&lt;P&gt;Could it be a hardware problem ?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2019 15:14:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Error-while-using-S32K1-ISELED-BETA-3-9-0/m-p/928739#M1102</guid>
      <dc:creator>benjamin_dollin</dc:creator>
      <dc:date>2019-10-21T15:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using S32K1_ISELED_BETA_3.9.0</title>
      <link>https://community.nxp.com/t5/S32-SDK/Error-while-using-S32K1-ISELED-BETA-3-9-0/m-p/928740#M1103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I am getting an error&lt;/P&gt;&lt;P&gt;Ld error: undefined reference to 'flexIODeviceState'&lt;/P&gt;&lt;P&gt;which I am assuming is related to the original question here? I got it while porting over working code from ISELED_BETA_2.9.2 into 3.9.0 like above. Is the solution the same? If so, I'm&amp;nbsp;not familiar with editing header files and where to add this line...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2019 19:58:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Error-while-using-S32K1-ISELED-BETA-3-9-0/m-p/928740#M1103</guid>
      <dc:creator>johnathan_weise</dc:creator>
      <dc:date>2019-10-22T19:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using S32K1_ISELED_BETA_3.9.0</title>
      <link>https://community.nxp.com/t5/S32-SDK/Error-while-using-S32K1-ISELED-BETA-3-9-0/m-p/928741#M1104</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;Just add&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;flexio_device_state_t &amp;nbsp;&amp;nbsp;&amp;nbsp;flexIODeviceState; anywhere in code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Razvan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2019 07:45:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Error-while-using-S32K1-ISELED-BETA-3-9-0/m-p/928741#M1104</guid>
      <dc:creator>razva_tilimpea</dc:creator>
      <dc:date>2019-10-28T07:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using S32K1_ISELED_BETA_3.9.0</title>
      <link>https://community.nxp.com/t5/S32-SDK/Error-while-using-S32K1-ISELED-BETA-3-9-0/m-p/928742#M1105</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;Can you try to use openSDA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Razvan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2019 07:48:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Error-while-using-S32K1-ISELED-BETA-3-9-0/m-p/928742#M1105</guid>
      <dc:creator>razva_tilimpea</dc:creator>
      <dc:date>2019-10-28T07:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using S32K1_ISELED_BETA_3.9.0</title>
      <link>https://community.nxp.com/t5/S32-SDK/Error-while-using-S32K1-ISELED-BETA-3-9-0/m-p/928743#M1106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like I also missed including flexio.h which for some reason was not required in the 2.9 version...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for the help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2019 12:32:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Error-while-using-S32K1-ISELED-BETA-3-9-0/m-p/928743#M1106</guid>
      <dc:creator>johnathan_weise</dc:creator>
      <dc:date>2019-10-28T12:32:03Z</dc:date>
    </item>
  </channel>
</rss>

