<?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>MCU Bootloaderのトピックcolumn_address_space setting for QSPI config block?</title>
    <link>https://community.nxp.com/t5/MCU-Bootloader/column-address-space-setting-for-QSPI-config-block/m-p/1746215#M1428</link>
    <description>&lt;P&gt;I am using blhost to program a KL81 which is connected via QSPI to a Winbond W25Q64JV serial FLASH.&amp;nbsp; When I program this using blhost, it programs the first 0x100 bytes of serial FLASH correctly, but then it maps areas at 0X100 and higher back to the first 0x100 bytes.&amp;nbsp; I can change where in the first 0x100 bytes they get programmed by changing the column_address_space configuration setting in the QSPI config block.&amp;nbsp; How do I determine the correct setting for column_address_space?&amp;nbsp;&lt;/P&gt;&lt;P&gt;The W25Q64JV uses 3 bytes of address for memory reads and writes.&amp;nbsp; I have verified in the .srec file that the data is placed in the correct place in the file by the linker.&amp;nbsp; Page size is 256 bytes and sector size is 0x1000.&lt;/P&gt;</description>
    <pubDate>Wed, 25 Oct 2023 18:09:06 GMT</pubDate>
    <dc:creator>markhan</dc:creator>
    <dc:date>2023-10-25T18:09:06Z</dc:date>
    <item>
      <title>column_address_space setting for QSPI config block?</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/column-address-space-setting-for-QSPI-config-block/m-p/1746215#M1428</link>
      <description>&lt;P&gt;I am using blhost to program a KL81 which is connected via QSPI to a Winbond W25Q64JV serial FLASH.&amp;nbsp; When I program this using blhost, it programs the first 0x100 bytes of serial FLASH correctly, but then it maps areas at 0X100 and higher back to the first 0x100 bytes.&amp;nbsp; I can change where in the first 0x100 bytes they get programmed by changing the column_address_space configuration setting in the QSPI config block.&amp;nbsp; How do I determine the correct setting for column_address_space?&amp;nbsp;&lt;/P&gt;&lt;P&gt;The W25Q64JV uses 3 bytes of address for memory reads and writes.&amp;nbsp; I have verified in the .srec file that the data is placed in the correct place in the file by the linker.&amp;nbsp; Page size is 256 bytes and sector size is 0x1000.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 18:09:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/column-address-space-setting-for-QSPI-config-block/m-p/1746215#M1428</guid>
      <dc:creator>markhan</dc:creator>
      <dc:date>2023-10-25T18:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: column_address_space setting for QSPI config block?</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/column-address-space-setting-for-QSPI-config-block/m-p/1747413#M1429</link>
      <description>&lt;P&gt;Hello, my name is Pavel, and I will be supporting your case, let me get into your case and when I have more information, I will contact you.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 23:51:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/column-address-space-setting-for-QSPI-config-block/m-p/1747413#M1429</guid>
      <dc:creator>Pavel_Hernandez</dc:creator>
      <dc:date>2023-10-26T23:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: column_address_space setting for QSPI config block?</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/column-address-space-setting-for-QSPI-config-block/m-p/1748023#M1430</link>
      <description>&lt;P&gt;I was able to fix this by changing &lt;SPAN&gt;&lt;SPAN class=""&gt;.word_addressable from 1 to 0&lt;/SPAN&gt;&lt;/SPAN&gt; in the QSPI configuration block.&amp;nbsp; I am now able to write to QSPI FLASH using functions as well as to program QSPI FLASH using blhost and then execute in place (XIP).&amp;nbsp; I am using&amp;nbsp;__attribute__ ((used,section(".text_Flash2"))) to assign specific functions to be programmed into QSPI FLASH.&amp;nbsp; This is confirmed by examining the build results showing memory usage, the .srec file, the .map file, and Saleae logic analyzer captures.&lt;/P&gt;&lt;P&gt;I am not able to program or debug QSPI FLASH and XIP from MCUXpresso using a JLink.&amp;nbsp; I don't know if I have the right .cfx file for the Winbond FLASH, or if there is something else wrong.&amp;nbsp; I would like to get this working in order to debug our application.&lt;/P&gt;&lt;P&gt;I have not been able to assign an entire .o file to .text_Flash2.&amp;nbsp; I get many "multiple definition" errors.&amp;nbsp; I suspect that the same .o file is getting placed in both .text and .text_Flash2.&amp;nbsp; If I try to use EXCLUDE_FILE, I get syntax errors.&amp;nbsp; I don't understand .ld syntax well enough to resolve this.&lt;/P&gt;&lt;P&gt;Any help you can give with any of these issues will be appreciated.&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 21:18:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/column-address-space-setting-for-QSPI-config-block/m-p/1748023#M1430</guid>
      <dc:creator>markhan</dc:creator>
      <dc:date>2023-10-27T21:18:32Z</dc:date>
    </item>
  </channel>
</rss>

