<?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>S32KのトピックRe: floating-point operation FreeRTOS_10_1_1</title>
    <link>https://community.nxp.com/t5/S32K/floating-point-operation-FreeRTOS-10-1-1/m-p/894610#M4356</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word; padding: 0px; margin: 0px;"&gt;Hallo Jiri Kral,&lt;/P&gt;&lt;P style="background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word; padding: 0px; margin: 0px;"&gt;Could you check my project? Could you give me some suggestions?&lt;/P&gt;&lt;P style="background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word; padding: 0px; margin: 0px;"&gt;I am eager for your help!&lt;/P&gt;&lt;P style="background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word; padding: 0px; margin: 0px;"&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jun 2019 03:25:12 GMT</pubDate>
    <dc:creator>zhaoyanling</dc:creator>
    <dc:date>2019-06-25T03:25:12Z</dc:date>
    <item>
      <title>floating-point operation FreeRTOS_10_1_1</title>
      <link>https://community.nxp.com/t5/S32K/floating-point-operation-FreeRTOS-10-1-1/m-p/894607#M4353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello expert:&lt;/P&gt;&lt;P&gt;I use freeRTOS_10_1_1, and I creat only one task. I get ADC value from ADC12, but when I change the sample into voltage, there is something wrong.&lt;/P&gt;&lt;P&gt;After the following floating-point is comouted,:&lt;/P&gt;&lt;P&gt;&amp;nbsp;/* Process the result to get the value in volts */&lt;BR /&gt;&amp;nbsp;adcValue = ((float) adcRawValue / adcMax) ;//* (ADC_VREFH - ADC_VREFL);&lt;/P&gt;&lt;P&gt;then the task sleep controlled by follwing command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;vTaskDelay(pdMS_TO_TICKS(10));&lt;/P&gt;&lt;P&gt;but the task will be never entered. why ?&lt;/P&gt;&lt;P&gt;I don't understand the floating-point operation has relationship with running task.&lt;/P&gt;&lt;P&gt;Could you give me some suggestion?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2019 03:23:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/floating-point-operation-FreeRTOS-10-1-1/m-p/894607#M4353</guid>
      <dc:creator>zhaoyanling</dc:creator>
      <dc:date>2019-04-15T03:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: floating-point operation FreeRTOS_10_1_1</title>
      <link>https://community.nxp.com/t5/S32K/floating-point-operation-FreeRTOS-10-1-1/m-p/894608#M4354</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;can you please share your project?&amp;nbsp;Thanks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2019 13:20:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/floating-point-operation-FreeRTOS-10-1-1/m-p/894608#M4354</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2019-04-18T13:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: floating-point operation FreeRTOS_10_1_1</title>
      <link>https://community.nxp.com/t5/S32K/floating-point-operation-FreeRTOS-10-1-1/m-p/894609#M4355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jiri Kral，&lt;/P&gt;&lt;P&gt;My project is shown as attachment. and I check the heap size and stack size, shown as the bmp in detail, but it still doesn't work. Could you give me some suggestion？&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2019 07:53:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/floating-point-operation-FreeRTOS-10-1-1/m-p/894609#M4355</guid>
      <dc:creator>zhaoyanling</dc:creator>
      <dc:date>2019-06-20T07:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: floating-point operation FreeRTOS_10_1_1</title>
      <link>https://community.nxp.com/t5/S32K/floating-point-operation-FreeRTOS-10-1-1/m-p/894610#M4356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word; padding: 0px; margin: 0px;"&gt;Hallo Jiri Kral,&lt;/P&gt;&lt;P style="background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word; padding: 0px; margin: 0px;"&gt;Could you check my project? Could you give me some suggestions?&lt;/P&gt;&lt;P style="background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word; padding: 0px; margin: 0px;"&gt;I am eager for your help!&lt;/P&gt;&lt;P style="background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word; padding: 0px; margin: 0px;"&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2019 03:25:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/floating-point-operation-FreeRTOS-10-1-1/m-p/894610#M4356</guid>
      <dc:creator>zhaoyanling</dc:creator>
      <dc:date>2019-06-25T03:25:12Z</dc:date>
    </item>
  </channel>
</rss>

