<?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: HS_SPI access on LPC55S06JHI48 in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/HS-SPI-access-on-LPC55S06JHI48/m-p/1381106#M47228</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;As a workaround, I think you can use the code to set up the high speed spi.&lt;/P&gt;
&lt;P&gt;CLOCK_EnableClock(kCLOCK_Hs_Lspi);&lt;BR /&gt;FLEXCOMM8-&amp;gt;PSELID=0x02;&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
    <pubDate>Fri, 03 Dec 2021 08:18:57 GMT</pubDate>
    <dc:creator>xiangjun_rong</dc:creator>
    <dc:date>2021-12-03T08:18:57Z</dc:date>
    <item>
      <title>HS_SPI access on LPC55S06JHI48</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/HS-SPI-access-on-LPC55S06JHI48/m-p/1380945#M47220</link>
      <description>&lt;P&gt;I'm&amp;nbsp; trying to use the HS SPI interface on a LPC55S06JHI48.&lt;/P&gt;&lt;P&gt;It is connected to flexcomm 8 according to the datasheet and manual but the device with this package.&amp;nbsp; When I try to access SPI8 I get this error&lt;/P&gt;&lt;P&gt;assertion "i &amp;lt; (uint32_t)FSL_FEATURE_SOC_FLEXCOMM_COUNT" failed: file ".fsl_flexcomm.c", line 106, function: FLEXCOMM_GetInstance&lt;/P&gt;&lt;P&gt;FSL_FEATURE_SOC_FLEXCOMM_COUNT is defined as 8 in the LPC55S06_features.h file.&lt;/P&gt;&lt;P&gt;In that same file is this line&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* @brief FLEXCOMM8 SPI(HS_SPI) INDEX 8 */&lt;BR /&gt;#define FSL_FEATURE_FLEXCOMM8_SPI_INDEX (8)&lt;/P&gt;&lt;P&gt;How do I go about using this SPI interface with the SDK? (version 2.10.0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 03:02:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/HS-SPI-access-on-LPC55S06JHI48/m-p/1380945#M47220</guid>
      <dc:creator>christianlees</dc:creator>
      <dc:date>2021-12-03T03:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: HS_SPI access on LPC55S06JHI48</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/HS-SPI-access-on-LPC55S06JHI48/m-p/1381106#M47228</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;As a workaround, I think you can use the code to set up the high speed spi.&lt;/P&gt;
&lt;P&gt;CLOCK_EnableClock(kCLOCK_Hs_Lspi);&lt;BR /&gt;FLEXCOMM8-&amp;gt;PSELID=0x02;&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 08:18:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/HS-SPI-access-on-LPC55S06JHI48/m-p/1381106#M47228</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2021-12-03T08:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: HS_SPI access on LPC55S06JHI48</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/HS-SPI-access-on-LPC55S06JHI48/m-p/1381113#M47229</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have tried to change to SPI8 from SPI7, no problem, I can pass compilation without any problem.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_0-1638519896570.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/164011i27FB471C4414DCC6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_0-1638519896570.png" alt="xiangjun_rong_0-1638519896570.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 08:25:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/HS-SPI-access-on-LPC55S06JHI48/m-p/1381113#M47229</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2021-12-03T08:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: HS_SPI access on LPC55S06JHI48</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/HS-SPI-access-on-LPC55S06JHI48/m-p/1385207#M47356</link>
      <description>&lt;P&gt;Turns out you can get it to work using the SDK if you change two lines LPC55S06_features.h file&lt;/P&gt;&lt;P&gt;#define FSL_FEATURE_SOC_SPI_COUNT (9) // Changed 4 to 9&lt;/P&gt;&lt;P&gt;#define FSL_FEATURE_SOC_FLEXCOMM_COUNT (9) // Changed 8 to 9&lt;/P&gt;&lt;P&gt;After these changes it can be accessed as SPI8&lt;/P&gt;&lt;P&gt;The SDK needs to be updated to support the HSSPI interface that isn't such a nasty hack.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Dec 2021 22:31:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/HS-SPI-access-on-LPC55S06JHI48/m-p/1385207#M47356</guid>
      <dc:creator>christianlees</dc:creator>
      <dc:date>2021-12-12T22:31:59Z</dc:date>
    </item>
  </channel>
</rss>

