<?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: RT105x boot from QSPI(W25Q256JV) in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT105x-boot-from-QSPI-W25Q256JV/m-p/1173796#M10926</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;For the W25Q&lt;STRONG&gt;16&lt;/STRONG&gt; the following changes are needed&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;csHoldTime = 1u,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;.csSetupTime = 2u,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;.columnAddressWidth = 0u,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.controllerMiscOption = 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.sflashPadType = kSerialFlash_4Pads,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.dataValidTime = {0u, 0u},&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.pageSize = 256u,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;.sectorSize = 4u * 1024u,&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;.isUniformBlockSize = false,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.sflashA1Size = 2u * 1024u * 1024u,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also look at a reference for the 1064's internal W25Q or from the Teensy 4 project where the W25Q16 and/or 64 are used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The LUTs that I use for this part are as follows but uses a different method to the one that the NXP config uses - although the content should be understandable:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;// Read LUT&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;//&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FLEXSPI_LUT_1PAD_SEQ_1(FLEXSPI_Command_SDR, FAST_READ_QUAD_I_O) | FLEXSPI_LUT_4PAD_SEQ_2(FLEXSPI_Command_RADDR_SDR, ADDRESS_LENGTH_24BITS),&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FLEXSPI_LUT_4PAD_SEQ_1(FLEXSPI_Command_DUMMY_SDR, 0x06) | FLEXSPI_LUT_4PAD_SEQ_2(FLEXSPI_Command_READ_SDR, 0x04),&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;0,0,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;// Read status register&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;//&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FLEXSPI_LUT_1PAD_SEQ_1(FLEXSPI_Command_SDR, READ_STATUS_REGISTER_1) | FLEXSPI_LUT_1PAD_SEQ_2(FLEXSPI_Command_READ_SDR, 0x04),&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;0,0,0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0,0,0,0,&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;// Write enable&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;//&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FLEXSPI_LUT_1PAD_SEQ_1(FLEXSPI_Command_SDR, WRITE_ENABLE) | FLEXSPI_LUT_1PAD_SEQ_2(FLEXSPI_Command_STOP, 0x00),&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;0,0,0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0,0,0,0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;// Sub-sector erase&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;//&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FLEXSPI_LUT_1PAD_SEQ_1(FLEXSPI_Command_SDR, SUB_SECTOR_ERASE) | FLEXSPI_LUT_1PAD_SEQ_2(FLEXSPI_Command_RADDR_SDR, ADDRESS_LENGTH_24BITS),&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;0,0,0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0,0,0,0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0,0,0,0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;// Block erase&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;//&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FLEXSPI_LUT_1PAD_SEQ_1(FLEXSPI_Command_SDR, BLOCK_ERASE) | FLEXSPI_LUT_1PAD_SEQ_2(FLEXSPI_Command_RADDR_SDR, ADDRESS_LENGTH_24BITS),&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;0,0,0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;// Page program&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;//&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FLEXSPI_LUT_1PAD_SEQ_1(FLEXSPI_Command_SDR, PAGE_PROG) | FLEXSPI_LUT_1PAD_SEQ_2(FLEXSPI_Command_RADDR_SDR, ADDRESS_LENGTH_24BITS),&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FLEXSPI_LUT_1PAD_SEQ_1(FLEXSPI_Command_WRITE_SDR, 0x04) | FLEXSPI_LUT_1PAD_SEQ_2(FLEXSPI_Command_STOP, 0x00),&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;0,0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0,0,0,0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;// Chip erase&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;//&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FLEXSPI_LUT_1PAD_SEQ_1(FLEXSPI_Command_SDR, CHIP_ERASE) | FLEXSPI_LUT_1PAD_SEQ_2(FLEXSPI_Command_STOP, 0x00),&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;0,0,0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0,0,0,0,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;0,0,0,0,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;0,0,0,0,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;0,0,0,0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The complication with your W25Q256 is that it needs t use 4 byte addressing mode to be able to address its complete content. This means that either the chip's 4 byte mode needs to be programmed beforehand so that it boots in that mode or else it needs to be changed by writing the mode during operation and before the extended addressing is used (the second method is probably preferred).&lt;/P&gt;&lt;P&gt;For booting the W25Q16 scripts should be OK as long as you later change the mode to 4 byte and also reconfigure the LUTs to their 4 byte addressing versions before using the complete chip's content.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mark&lt;BR /&gt;&lt;EM&gt;[uTasker project developer for Kinetis and i.MX RT]&lt;/EM&gt;&lt;BR /&gt;&lt;FONT color="#999999"&gt;Contact me by personal message or on the uTasker web site to discuss professional training, solutions to problems or product development requirements&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Oct 2020 11:08:43 GMT</pubDate>
    <dc:creator>mjbcswitzerland</dc:creator>
    <dc:date>2020-10-27T11:08:43Z</dc:date>
    <item>
      <title>RT105x boot from QSPI(W25Q256JV)</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT105x-boot-from-QSPI-W25Q256JV/m-p/1173455#M10915</link>
      <description>&lt;P&gt;Hello. My design Board use RT1052 for main controller and boot from QSPI flash (W25Q256JV).&amp;nbsp; W25Q256JV data sheet as follow link:&lt;/P&gt;&lt;P&gt;&lt;A title="W25Q256JV datasheet" href="https://www.winbond.com/resource-files/w25q256jv%20spi%20revg%2008032017.pdf" target="_self"&gt;https://www.winbond.com/resource-files/w25q256jv%20spi%20revg%2008032017.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The follow text is copy from "fsl_flexspi_nor_flash.c".&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is how to modify document "fsl_flexspi_nor_flash.c" according to&amp;nbsp;W25Q256JV (Data sheet as follow link):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="issue.PNG" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/128347i4920F6F27A3E66B3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="issue.PNG" alt="issue.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;const flexspi_nor_config_t hyperflash_config =&lt;BR /&gt;{&lt;BR /&gt;.memConfig =&lt;BR /&gt;{&lt;BR /&gt;.tag = FLEXSPI_CFG_BLK_TAG,&lt;BR /&gt;.version = FLEXSPI_CFG_BLK_VERSION,&lt;BR /&gt;.readSampleClksrc=kFlexSPIReadSampleClk_ExternalInputFromDqsPad,&lt;BR /&gt;.csHoldTime = 3u,&lt;BR /&gt;.csSetupTime = 3u,&lt;BR /&gt;.columnAddressWidth = 3u,&lt;BR /&gt;// Enable DDR mode, Wordaddassable, Safe configuration, Differential clock&lt;BR /&gt;.controllerMiscOption = (1u &amp;lt;&amp;lt; kFlexSpiMiscOffset_DdrModeEnable) |&lt;BR /&gt;(1u &amp;lt;&amp;lt; kFlexSpiMiscOffset_WordAddressableEnable) |&lt;BR /&gt;(1u &amp;lt;&amp;lt; kFlexSpiMiscOffset_SafeConfigFreqEnable) |&lt;BR /&gt;(1u &amp;lt;&amp;lt; kFlexSpiMiscOffset_DiffClkEnable),&lt;BR /&gt;.sflashPadType = kSerialFlash_8Pads,&lt;BR /&gt;.serialClkFreq = kFlexSpiSerialClk_133MHz,&lt;BR /&gt;.sflashA1Size = 64u * 1024u * 1024u,&lt;BR /&gt;.dataValidTime = {16u, 16u},&lt;BR /&gt;.lookupTable =&lt;BR /&gt;{&lt;BR /&gt;// Read LUTs&lt;BR /&gt;FLEXSPI_LUT_SEQ(CMD_DDR, FLEXSPI_8PAD, 0xA0, RADDR_DDR, FLEXSPI_8PAD, 0x18),&lt;BR /&gt;FLEXSPI_LUT_SEQ(CADDR_DDR, FLEXSPI_8PAD, 0x10, DUMMY_DDR, FLEXSPI_8PAD, 0x06),&lt;BR /&gt;FLEXSPI_LUT_SEQ(READ_DDR, FLEXSPI_8PAD, 0x04, STOP, FLEXSPI_1PAD, 0x0),&lt;BR /&gt;},&lt;BR /&gt;},&lt;BR /&gt;.pageSize = 512u,&lt;BR /&gt;.sectorSize = 256u * 1024u,&lt;BR /&gt;.blockSize = 256u * 1024u,&lt;BR /&gt;.isUniformBlockSize = true,&lt;BR /&gt;};&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 01:57:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT105x-boot-from-QSPI-W25Q256JV/m-p/1173455#M10915</guid>
      <dc:creator>Jeannie</dc:creator>
      <dc:date>2020-10-27T01:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: RT105x boot from QSPI(W25Q256JV)</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT105x-boot-from-QSPI-W25Q256JV/m-p/1173796#M10926</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;For the W25Q&lt;STRONG&gt;16&lt;/STRONG&gt; the following changes are needed&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;csHoldTime = 1u,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;.csSetupTime = 2u,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;.columnAddressWidth = 0u,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.controllerMiscOption = 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.sflashPadType = kSerialFlash_4Pads,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.dataValidTime = {0u, 0u},&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.pageSize = 256u,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;.sectorSize = 4u * 1024u,&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;.isUniformBlockSize = false,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;.sflashA1Size = 2u * 1024u * 1024u,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also look at a reference for the 1064's internal W25Q or from the Teensy 4 project where the W25Q16 and/or 64 are used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The LUTs that I use for this part are as follows but uses a different method to the one that the NXP config uses - although the content should be understandable:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;// Read LUT&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;//&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FLEXSPI_LUT_1PAD_SEQ_1(FLEXSPI_Command_SDR, FAST_READ_QUAD_I_O) | FLEXSPI_LUT_4PAD_SEQ_2(FLEXSPI_Command_RADDR_SDR, ADDRESS_LENGTH_24BITS),&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FLEXSPI_LUT_4PAD_SEQ_1(FLEXSPI_Command_DUMMY_SDR, 0x06) | FLEXSPI_LUT_4PAD_SEQ_2(FLEXSPI_Command_READ_SDR, 0x04),&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;0,0,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;// Read status register&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;//&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FLEXSPI_LUT_1PAD_SEQ_1(FLEXSPI_Command_SDR, READ_STATUS_REGISTER_1) | FLEXSPI_LUT_1PAD_SEQ_2(FLEXSPI_Command_READ_SDR, 0x04),&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;0,0,0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0,0,0,0,&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;// Write enable&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;//&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FLEXSPI_LUT_1PAD_SEQ_1(FLEXSPI_Command_SDR, WRITE_ENABLE) | FLEXSPI_LUT_1PAD_SEQ_2(FLEXSPI_Command_STOP, 0x00),&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;0,0,0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0,0,0,0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;// Sub-sector erase&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;//&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FLEXSPI_LUT_1PAD_SEQ_1(FLEXSPI_Command_SDR, SUB_SECTOR_ERASE) | FLEXSPI_LUT_1PAD_SEQ_2(FLEXSPI_Command_RADDR_SDR, ADDRESS_LENGTH_24BITS),&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;0,0,0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0,0,0,0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0,0,0,0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;// Block erase&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;//&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FLEXSPI_LUT_1PAD_SEQ_1(FLEXSPI_Command_SDR, BLOCK_ERASE) | FLEXSPI_LUT_1PAD_SEQ_2(FLEXSPI_Command_RADDR_SDR, ADDRESS_LENGTH_24BITS),&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;0,0,0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;// Page program&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;//&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FLEXSPI_LUT_1PAD_SEQ_1(FLEXSPI_Command_SDR, PAGE_PROG) | FLEXSPI_LUT_1PAD_SEQ_2(FLEXSPI_Command_RADDR_SDR, ADDRESS_LENGTH_24BITS),&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FLEXSPI_LUT_1PAD_SEQ_1(FLEXSPI_Command_WRITE_SDR, 0x04) | FLEXSPI_LUT_1PAD_SEQ_2(FLEXSPI_Command_STOP, 0x00),&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;0,0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0,0,0,0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;// Chip erase&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;//&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FLEXSPI_LUT_1PAD_SEQ_1(FLEXSPI_Command_SDR, CHIP_ERASE) | FLEXSPI_LUT_1PAD_SEQ_2(FLEXSPI_Command_STOP, 0x00),&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;0,0,0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0,0,0,0,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;0,0,0,0,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;0,0,0,0,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;0,0,0,0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The complication with your W25Q256 is that it needs t use 4 byte addressing mode to be able to address its complete content. This means that either the chip's 4 byte mode needs to be programmed beforehand so that it boots in that mode or else it needs to be changed by writing the mode during operation and before the extended addressing is used (the second method is probably preferred).&lt;/P&gt;&lt;P&gt;For booting the W25Q16 scripts should be OK as long as you later change the mode to 4 byte and also reconfigure the LUTs to their 4 byte addressing versions before using the complete chip's content.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mark&lt;BR /&gt;&lt;EM&gt;[uTasker project developer for Kinetis and i.MX RT]&lt;/EM&gt;&lt;BR /&gt;&lt;FONT color="#999999"&gt;Contact me by personal message or on the uTasker web site to discuss professional training, solutions to problems or product development requirements&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 11:08:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT105x-boot-from-QSPI-W25Q256JV/m-p/1173796#M10926</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2020-10-27T11:08:43Z</dc:date>
    </item>
  </channel>
</rss>

