<?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: KW45B41Z board eDMA Clock Issue in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/KW45B41Z-board-eDMA-Clock-Issue/m-p/2098356#M28653</link>
    <description>&lt;P&gt;I have used&amp;nbsp;&lt;SPAN&gt;kw45b41evk_lpspi_edma_b2b_transfer_master example itself but when I print the DMA clock in that example too i am getting clock as 0 MHZ. My doubt here is if the DMA0 module in KW45B41Z board&amp;nbsp; drives the CPU clock itself then why it is giving 0MHZ or is it like the clock is abstracted from the programmer and after CLOCK_EnableCLOCK(kClock_DMA0) we don't need to care about the DMA clock. Kindly Clarify me this issue.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 15 May 2025 19:02:39 GMT</pubDate>
    <dc:creator>kaif1</dc:creator>
    <dc:date>2025-05-15T19:02:39Z</dc:date>
    <item>
      <title>KW45B41Z board eDMA Clock Issue</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/KW45B41Z-board-eDMA-Clock-Issue/m-p/2098243#M28648</link>
      <description>&lt;P&gt;I am trying to enable clock to the eDMA module in LPSPI as the KW45B41Z data sheet suggests that eDMA0 module uses CPU clock itself and by default it will be disabled, and we should enable it but when i try to enable the clock using&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;CLOCK_EnableClock(&lt;/SPAN&gt;&lt;SPAN&gt;kCLOCK_Dma0&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PRINTF(&lt;/SPAN&gt;&lt;SPAN&gt;"Dma0 &lt;/SPAN&gt;&lt;SPAN&gt;clk&lt;/SPAN&gt;&lt;SPAN&gt; : %&lt;/SPAN&gt;&lt;SPAN&gt;lu&lt;/SPAN&gt;&lt;SPAN&gt; \n"&lt;/SPAN&gt;&lt;SPAN&gt;, CLOCK_GetIpFreq(&lt;/SPAN&gt;&lt;SPAN&gt;kCLOCK_Dma0&lt;/SPAN&gt;&lt;SPAN&gt;));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am getting Dma0 clk as 0MHZ, what is the reason for this and why can't i&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;enable the eDMA clock? I have cross verified the channels, request sources everything.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kindly reply for this issue&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 15 May 2025 15:09:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/KW45B41Z-board-eDMA-Clock-Issue/m-p/2098243#M28648</guid>
      <dc:creator>kaif1</dc:creator>
      <dc:date>2025-05-15T15:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: KW45B41Z board eDMA Clock Issue</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/KW45B41Z-board-eDMA-Clock-Issue/m-p/2098350#M28652</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;What example are you using?&lt;/P&gt;
&lt;P&gt;I would recommend the [kw45b41evk_lpspi_edma_b2b_transfer_master], as I believe it might solve your doubts.&lt;/P&gt;
&lt;P&gt;This example example shows how to use LPSPI driver in eDMA way and implements the kCLOCK_Dma (check hardware_init.c file)&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Luis&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2025 18:50:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/KW45B41Z-board-eDMA-Clock-Issue/m-p/2098350#M28652</guid>
      <dc:creator>luis_maravilla</dc:creator>
      <dc:date>2025-05-15T18:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: KW45B41Z board eDMA Clock Issue</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/KW45B41Z-board-eDMA-Clock-Issue/m-p/2098356#M28653</link>
      <description>&lt;P&gt;I have used&amp;nbsp;&lt;SPAN&gt;kw45b41evk_lpspi_edma_b2b_transfer_master example itself but when I print the DMA clock in that example too i am getting clock as 0 MHZ. My doubt here is if the DMA0 module in KW45B41Z board&amp;nbsp; drives the CPU clock itself then why it is giving 0MHZ or is it like the clock is abstracted from the programmer and after CLOCK_EnableCLOCK(kClock_DMA0) we don't need to care about the DMA clock. Kindly Clarify me this issue.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2025 19:02:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/KW45B41Z-board-eDMA-Clock-Issue/m-p/2098356#M28653</guid>
      <dc:creator>kaif1</dc:creator>
      <dc:date>2025-05-15T19:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: KW45B41Z board eDMA Clock Issue</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/KW45B41Z-board-eDMA-Clock-Issue/m-p/2099234#M28673</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The reason you're seeing 0 MHz when calling CLOCK_GetIpFreq(kCLOCK_Dma0) is because the DMA module doesn't have a selectable clock source like other peripherals, and this function returns by default a 0 when the clk it's not listed for having a selection of frequency. Do not change this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you having any issues running the example without modifications?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Luis&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 23:11:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/KW45B41Z-board-eDMA-Clock-Issue/m-p/2099234#M28673</guid>
      <dc:creator>luis_maravilla</dc:creator>
      <dc:date>2025-05-16T23:11:14Z</dc:date>
    </item>
  </channel>
</rss>

