<?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 Connection issue -UART1 interface mxrt1051 to Laptop using Secure provisioning tool in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Connection-issue-UART1-interface-mxrt1051-to-Laptop-using-Secure/m-p/1635965#M204418</link>
    <description>&lt;P&gt;here we use&amp;nbsp;Secure provisioning tool to download unsigned image in target so we go throw following step:&lt;/P&gt;&lt;P&gt;a. we did boot mode 0 GPIO pin high ,put processor in ISP mode&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;b. In Secure provisioning tool we did connection test and result is ok(connation established successfully)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;c. We did&amp;nbsp;Preparing source image like that Image running in internal RAM1. for that we did following setting in MCUxpresso IDE:&lt;BR /&gt;Select Project &amp;gt; Properties - C/C++ Build &amp;gt; Settings &amp;gt; Tool Settings &amp;gt; MCU&lt;BR /&gt;Linker &amp;gt; Managed Linker Script and check Link application to RAM.&lt;BR /&gt;2. In Project &amp;gt; Properties &amp;gt; C/C++ Build &amp;gt; MCU settings, delete Flash, and modify&lt;BR /&gt;SRAM_ITC to start at 0x3000 with size 0x1D000.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;d. select boot type -unsigned ,boot device Flex SPI NOR/IS25LPXXA_IS25WPXXA, HAB Disable&lt;/P&gt;&lt;P&gt;e. we build image successfully and write image also&amp;nbsp;successfully our led blink code running ok&lt;/P&gt;&lt;P&gt;f. I have query that can you please explain -&amp;nbsp;Image running in internal RAM1, where the code is flash and what is mean by execute in SRAM1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;g. after that&amp;nbsp; I tried to again established connection&amp;nbsp;In Secure provisioning tool we tried connection test and result is failed(repeat b option again ,also high boot mode pin) I try to resolve issue below&lt;/P&gt;&lt;P&gt;I downloaded same LED code using IDE and check SMBR2 register its show SRC_SMBR2 - 0x00000011 , when&amp;nbsp; I read the datasheet SMBR2 register its meaning 4th bit BT fuse Select is logic 0&lt;BR /&gt;so what is use of&amp;nbsp;BT fuse Select ,&lt;FONT face="arial black,avant garde"&gt; I think the&amp;nbsp;BT fuse Select bit state is change that's why processor not go in ISP mode using GPIO boot mode pin.&lt;/FONT&gt;&amp;nbsp;&lt;BR /&gt;and&amp;nbsp; processor not go in ISP mode that's why my Connection failed&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;can you please explain&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. how processor put in ISP mode please confirm (Boot mode 0 -logic high and reset pin -logic high)&lt;/P&gt;&lt;P&gt;2. how we know the processor go in ISP MODE&lt;/P&gt;&lt;P&gt;3. what is meaning of Image running in internal RAM1 and XIP mode what is advantages and disadvantages&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have 1 more query&amp;nbsp; I downloaded led blink code 1(100ms) using secure tool not XIP mode means code flash in flex spi nor memory and copied on SRAM1 and execute after that I&amp;nbsp; I downloaded led blink code 2(500ms) using IDE , so now&amp;nbsp;led blink code 2(500ms) is running but when we disconnect power supply of MCU and reconnected then&amp;nbsp; led blink code 1(100ms) is running , how&amp;nbsp;led blink code 1(100ms) is running instead of&amp;nbsp;led blink code 2(500ms).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Apr 2023 07:01:46 GMT</pubDate>
    <dc:creator>Maheshkadam9922</dc:creator>
    <dc:date>2023-04-19T07:01:46Z</dc:date>
    <item>
      <title>Connection issue -UART1 interface mxrt1051 to Laptop using Secure provisioning tool</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Connection-issue-UART1-interface-mxrt1051-to-Laptop-using-Secure/m-p/1635965#M204418</link>
      <description>&lt;P&gt;here we use&amp;nbsp;Secure provisioning tool to download unsigned image in target so we go throw following step:&lt;/P&gt;&lt;P&gt;a. we did boot mode 0 GPIO pin high ,put processor in ISP mode&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;b. In Secure provisioning tool we did connection test and result is ok(connation established successfully)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;c. We did&amp;nbsp;Preparing source image like that Image running in internal RAM1. for that we did following setting in MCUxpresso IDE:&lt;BR /&gt;Select Project &amp;gt; Properties - C/C++ Build &amp;gt; Settings &amp;gt; Tool Settings &amp;gt; MCU&lt;BR /&gt;Linker &amp;gt; Managed Linker Script and check Link application to RAM.&lt;BR /&gt;2. In Project &amp;gt; Properties &amp;gt; C/C++ Build &amp;gt; MCU settings, delete Flash, and modify&lt;BR /&gt;SRAM_ITC to start at 0x3000 with size 0x1D000.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;d. select boot type -unsigned ,boot device Flex SPI NOR/IS25LPXXA_IS25WPXXA, HAB Disable&lt;/P&gt;&lt;P&gt;e. we build image successfully and write image also&amp;nbsp;successfully our led blink code running ok&lt;/P&gt;&lt;P&gt;f. I have query that can you please explain -&amp;nbsp;Image running in internal RAM1, where the code is flash and what is mean by execute in SRAM1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;g. after that&amp;nbsp; I tried to again established connection&amp;nbsp;In Secure provisioning tool we tried connection test and result is failed(repeat b option again ,also high boot mode pin) I try to resolve issue below&lt;/P&gt;&lt;P&gt;I downloaded same LED code using IDE and check SMBR2 register its show SRC_SMBR2 - 0x00000011 , when&amp;nbsp; I read the datasheet SMBR2 register its meaning 4th bit BT fuse Select is logic 0&lt;BR /&gt;so what is use of&amp;nbsp;BT fuse Select ,&lt;FONT face="arial black,avant garde"&gt; I think the&amp;nbsp;BT fuse Select bit state is change that's why processor not go in ISP mode using GPIO boot mode pin.&lt;/FONT&gt;&amp;nbsp;&lt;BR /&gt;and&amp;nbsp; processor not go in ISP mode that's why my Connection failed&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;can you please explain&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. how processor put in ISP mode please confirm (Boot mode 0 -logic high and reset pin -logic high)&lt;/P&gt;&lt;P&gt;2. how we know the processor go in ISP MODE&lt;/P&gt;&lt;P&gt;3. what is meaning of Image running in internal RAM1 and XIP mode what is advantages and disadvantages&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have 1 more query&amp;nbsp; I downloaded led blink code 1(100ms) using secure tool not XIP mode means code flash in flex spi nor memory and copied on SRAM1 and execute after that I&amp;nbsp; I downloaded led blink code 2(500ms) using IDE , so now&amp;nbsp;led blink code 2(500ms) is running but when we disconnect power supply of MCU and reconnected then&amp;nbsp; led blink code 1(100ms) is running , how&amp;nbsp;led blink code 1(100ms) is running instead of&amp;nbsp;led blink code 2(500ms).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 07:01:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Connection-issue-UART1-interface-mxrt1051-to-Laptop-using-Secure/m-p/1635965#M204418</guid>
      <dc:creator>Maheshkadam9922</dc:creator>
      <dc:date>2023-04-19T07:01:46Z</dc:date>
    </item>
  </channel>
</rss>

