<?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: How BCTU LIST items works? in S32K</title>
    <link>https://community.nxp.com/t5/S32K/How-BCTU-LIST-items-works/m-p/1945189#M40438</link>
    <description>&lt;P&gt;Is there any posibility to have this example with the MBDT simulink file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Sep 2024 06:54:20 GMT</pubDate>
    <dc:creator>JosuMateo</dc:creator>
    <dc:date>2024-09-02T06:54:20Z</dc:date>
    <item>
      <title>How BCTU LIST items works?</title>
      <link>https://community.nxp.com/t5/S32K/How-BCTU-LIST-items-works/m-p/1570114#M19447</link>
      <description>&lt;P&gt;Hello Everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm using S32K344 and S32K3 RTD AUTOSAR 4.4 2.0.1 D2207 in&amp;nbsp;S32 Design Studio. I modified the example "Adc_Sar_Bctu_Ip_example..." to work with list and get 3 channels instead 1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1) I would like to understand the BCTU LIST items. When I defined ADC0 channel P0, ADC0 channel P1, ADC1 channel P2, how must I configure these parts?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MVR_0-1671074252200.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/204529i05471D51F907045F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MVR_0-1671074252200.png" alt="MVR_0-1671074252200.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) The loop for in BctuWatermarkNotif needs to loop 3 times? Or firstly 2 times (ADC0 P0 and P1) and after 1 time to get ADC1 P2?&lt;/P&gt;&lt;P&gt;3) I asked it because the conversion will not convert in the same time, because there are two channels in the same instance of ADC, correct?&lt;/P&gt;&lt;P&gt;4) Another question, if I want to configure ADC0 P0, ADC1 P0, how must I configure the list, according to this next figure?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MVR_0-1671074769787.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/204530iBCB030E9A3CABB06/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MVR_0-1671074769787.png" alt="MVR_0-1671074769787.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 03:29:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-BCTU-LIST-items-works/m-p/1570114#M19447</guid>
      <dc:creator>MVR</dc:creator>
      <dc:date>2022-12-15T03:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: How BCTU LIST items works?</title>
      <link>https://community.nxp.com/t5/S32K/How-BCTU-LIST-items-works/m-p/1570438#M19455</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;1) chapter&amp;nbsp;63.3.4 Multiple parallel conversions (MPC) of the RM explain how does channel list is taken when multiple ADCs are selected for a trigger. So if 2 ADCs are selected, in the channel list you should have 2, 4, 6 etc channel numbers defined&lt;/P&gt;
&lt;P&gt;2) watermark specifies when notification will be called and how many reading from FIFO can be done. If you have watermark set to 3, notification is called when there are 4 entries in the FIFO and you can do 4 readings of FIFO.&lt;/P&gt;
&lt;P&gt;3) within list you do not specify the ADC module, just a channel. Subsequent n elements in the channel list specifies&amp;nbsp;set of selected ADC channels that perform their conversions in parallel for n selected ADC modules&lt;/P&gt;
&lt;P&gt;4) yes, this should be correct. Last channel should be selected for each, I think. &lt;BR /&gt;ADC Target Mask should be 3, to select ADC0 and ADC1.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 12:07:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-BCTU-LIST-items-works/m-p/1570438#M19455</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2022-12-15T12:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: How BCTU LIST items works?</title>
      <link>https://community.nxp.com/t5/S32K/How-BCTU-LIST-items-works/m-p/1570483#M19459</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/52961"&gt;@PetrS&lt;/a&gt;&amp;nbsp;, thanks for attention.&lt;/P&gt;&lt;P&gt;1) Did you want to mean the section 62.12, right?&lt;/P&gt;&lt;P&gt;I'm a little confused yet, my understanding is:&lt;/P&gt;&lt;P&gt;The list of channels means the channels of each instance/module of ADC defined that will be read, after trigger. So, if we defined:&lt;/P&gt;&lt;P&gt;Channels: CH0 (p0) and CH1 (p1) in CL;&lt;/P&gt;&lt;P&gt;Modules/Instances: ADC0, ADC1 and ADC2 (Target Mask = 7).&lt;/P&gt;&lt;P&gt;it will read CH0 of all modules parallel and after CH1 of all modules parallel, correct?&lt;/P&gt;&lt;P&gt;The right configuration would be with this way:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MVR_0-1671111275625.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/204606iB371458B3FB0D48A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MVR_0-1671111275625.png" alt="MVR_0-1671111275625.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is it correct? If yes, my configuration in the last question (4) is wrong, because I could be only program the CH0 in the list, that it will read CH0 in ADC0 and ADC1 in parallel.&lt;/P&gt;&lt;P&gt;2)So basically, this watermark value will set according to number of channels that has in the list (if yes, the example that I shown above, should be 6)? Or according to number of channels that are in parallel (3 in example above)? Can you give an example with more than 1 channel and more than 1 module of ADC, please?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 13:54:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-BCTU-LIST-items-works/m-p/1570483#M19459</guid>
      <dc:creator>MVR</dc:creator>
      <dc:date>2022-12-15T13:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: How BCTU LIST items works?</title>
      <link>https://community.nxp.com/t5/S32K/How-BCTU-LIST-items-works/m-p/1571882#M19510</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;1) yes, chapter 62.12 in RM rev4,&amp;nbsp;63.3.4 in RM rev5&lt;BR /&gt;if you select all 3 ADCs for a trigger, then 3 subsequent items in the list specifies channels to be converted in respective ADC modules, so first in ADC0, second in ADC1 and third in ADC2.&lt;BR /&gt;So for your example you should have another item in the list.&lt;/P&gt;
&lt;P&gt;2)&amp;nbsp;watermark need not to be set according items in the list, rather specifies after how many results stored in FIFO the&amp;nbsp;DMA or interrupt request will be generated&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2022 10:47:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-BCTU-LIST-items-works/m-p/1571882#M19510</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2022-12-19T10:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: How BCTU LIST items works?</title>
      <link>https://community.nxp.com/t5/S32K/How-BCTU-LIST-items-works/m-p/1572107#M19520</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/52961"&gt;@PetrS&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Good, now I understand.&lt;/P&gt;&lt;P&gt;But, when I was testing, I got some problem, take a look:&lt;/P&gt;&lt;P&gt;I programmed three instances of ADC (ADC0, ADC1 and ADC2) and 6 channels.&amp;nbsp; I want to get the all channels in one trigger:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MVR_2-1671485339171.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/204918iC40A7D3201C5DDC1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MVR_2-1671485339171.png" alt="MVR_2-1671485339171.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MVR_3-1671485399246.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/204919i307865E02600E408/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MVR_3-1671485399246.png" alt="MVR_3-1671485399246.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If I set with this way, after the first step, the "Trigger Notification"&amp;nbsp;is always called twice before calling the Watermark Notification.&lt;/P&gt;&lt;P&gt;If I set only 3 channels (removing the items 3, 4 and 5), and the macro BCTU_FIFO_WATERMARK as 3, it doesn't happen.&lt;/P&gt;&lt;P&gt;Is it wrong? Follow my code attached if you want to test.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;MVR&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2022 21:32:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-BCTU-LIST-items-works/m-p/1572107#M19520</guid>
      <dc:creator>MVR</dc:creator>
      <dc:date>2022-12-19T21:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: How BCTU LIST items works?</title>
      <link>https://community.nxp.com/t5/S32K/How-BCTU-LIST-items-works/m-p/1573099#M19573</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think it is correct. If 2 parallel conversions are set in the list, then CTU generates 2 ADC triggers so you get trigger notification called twice before watermark notification is called.&lt;/P&gt;&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2022 10:36:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-BCTU-LIST-items-works/m-p/1573099#M19573</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2022-12-21T10:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: How BCTU LIST items works?</title>
      <link>https://community.nxp.com/t5/S32K/How-BCTU-LIST-items-works/m-p/1573251#M19581</link>
      <description>&lt;P&gt;I'm sorry but It is a little confused yet, because I added 3 more channels in this code and I'm still having the same problem. In your guess, that should call 3 times the trigger interrupt before the watermark interrupt and it doesn't happen.&lt;/P&gt;&lt;P&gt;I added according to:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MVR_0-1671643438896.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/205161i5E69EE39C0AA4C3B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MVR_0-1671643438896.png" alt="MVR_0-1671643438896.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I Changed the "BCTU_FIFO_WATERMARK" macro from 6 to 9, changed the watermark value to 8 and defined the 3 channels on pinout configuration.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;MVR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 21:05:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-BCTU-LIST-items-works/m-p/1573251#M19581</guid>
      <dc:creator>MVR</dc:creator>
      <dc:date>2023-11-15T21:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: How BCTU LIST items works?</title>
      <link>https://community.nxp.com/t5/S32K/How-BCTU-LIST-items-works/m-p/1577227#M19813</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;refer to attached modified code. It has also 9 items in the list. I added 3 GPIO pins to show when BCTU is triggered (PTA0), trigger notification is called (PTA1) and watermark notification is called (PTA2). Below is result when 3ADCs are triggered parallelly (ADC mask =7)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PetrS_1-1672848740715.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/206096iBF83B066C78F6BCD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PetrS_1-1672848740715.png" alt="PetrS_1-1672848740715.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;For single ADC selected (ADCmask = 1) you got&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PetrS_2-1672848795752.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/206097iA8386D0D463B7817/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PetrS_2-1672848795752.png" alt="PetrS_2-1672848795752.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 16:14:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-BCTU-LIST-items-works/m-p/1577227#M19813</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2023-01-04T16:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: How BCTU LIST items works?</title>
      <link>https://community.nxp.com/t5/S32K/How-BCTU-LIST-items-works/m-p/1578038#M19852</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/52961"&gt;@PetrS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cool, as I was testing with breakpoint, the trigger notification was always called twice. When I remove the breakpoint, it works as per your explanation. Thanks very much!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 14:21:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-BCTU-LIST-items-works/m-p/1578038#M19852</guid>
      <dc:creator>MVR</dc:creator>
      <dc:date>2023-01-05T14:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: How BCTU LIST items works?</title>
      <link>https://community.nxp.com/t5/S32K/How-BCTU-LIST-items-works/m-p/1945189#M40438</link>
      <description>&lt;P&gt;Is there any posibility to have this example with the MBDT simulink file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 06:54:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-BCTU-LIST-items-works/m-p/1945189#M40438</guid>
      <dc:creator>JosuMateo</dc:creator>
      <dc:date>2024-09-02T06:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: How BCTU LIST items works?</title>
      <link>https://community.nxp.com/t5/S32K/How-BCTU-LIST-items-works/m-p/1946190#M40485</link>
      <description>&lt;P&gt;Hello Everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using S32K344 and &amp;nbsp;S32 Configuration Tools version 1.6. I am working with simulink using MBDT. &lt;SPAN&gt;I programmed three instances of ADC (ADC0, ADC1 and ADC2) and 6 channels.&amp;nbsp; I want to read the all channels in one trigger, using the BCTU. &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could it be possible to share an example using model based design approach?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks you in advance&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 10:19:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-BCTU-LIST-items-works/m-p/1946190#M40485</guid>
      <dc:creator>pabloprieto</dc:creator>
      <dc:date>2024-09-03T10:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: How BCTU LIST items works?</title>
      <link>https://community.nxp.com/t5/S32K/How-BCTU-LIST-items-works/m-p/2116383#M49887</link>
      <description>&lt;P&gt;Dear &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/52961"&gt;@PetrS&lt;/a&gt; I am trying to open this code file but it is giving some error which is mentioned below,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BALRAM1_0-1749883818265.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/342933iE2B7FB85EC09CAC2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BALRAM1_0-1749883818265.png" alt="BALRAM1_0-1749883818265.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Kindly help me out i am trying to solve same issue which has been&amp;nbsp; described in the post.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jun 2025 07:05:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-BCTU-LIST-items-works/m-p/2116383#M49887</guid>
      <dc:creator>BALRAM1</dc:creator>
      <dc:date>2025-06-14T07:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: How BCTU LIST items works?</title>
      <link>https://community.nxp.com/t5/S32K/How-BCTU-LIST-items-works/m-p/2116389#M49888</link>
      <description>Kindly mention the RTD Version.</description>
      <pubDate>Sat, 14 Jun 2025 08:40:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-BCTU-LIST-items-works/m-p/2116389#M49888</guid>
      <dc:creator>BALRAM</dc:creator>
      <dc:date>2025-06-14T08:40:46Z</dc:date>
    </item>
  </channel>
</rss>

