<?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>i.MX RT Crossover MCUsのトピックRe: BEE example problem</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/BEE-example-problem/m-p/1274798#M14170</link>
    <description>&lt;P&gt;The problem is the example doesn't work. It generate a hardfault when you try to debug it.&lt;/P&gt;&lt;P&gt;You have to modify the example to get it to work by adding/enabling:&lt;/P&gt;&lt;P&gt;status = BEE_SetRegionKey(BEE, kBEE_Region0, aesKey, AES_KEY_LEN);&lt;/P&gt;&lt;P&gt;&amp;nbsp;The application note and the example doesn't tell you how to use it .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some heroes don't wear cap:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-RT/How-can-I-create-encrypted-data-for-i-MX-RT-1050-s-BEE/m-p/879584/highlight/true#M2410" target="_blank"&gt;https://community.nxp.com/t5/i-MX-RT/How-can-I-create-encrypted-data-for-i-MX-RT-1050-s-BEE/m-p/879584/highlight/true#M2410&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Maybe NXP should take notes and include this knowledge in the example.&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>Tue, 11 May 2021 06:16:19 GMT</pubDate>
    <dc:creator>e_v_spronsen</dc:creator>
    <dc:date>2021-05-11T06:16:19Z</dc:date>
    <item>
      <title>BEE example problem</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/BEE-example-problem/m-p/1274440#M14163</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to configure a region in flash for BEE AES decryption with a software key.&lt;/P&gt;&lt;P&gt;To get started I installed the bee SDK example and changed the memory region:&lt;/P&gt;&lt;P&gt;#define FLEXSPI_START_ADDR 0x70080000.&lt;/P&gt;&lt;P&gt;The example works without any problem. Only When I try to read any memory value in the range configured of bee decryption. I got the following error message:&lt;/P&gt;&lt;P&gt;15: Target error from Read Memory&lt;BR /&gt;15: Target error from Read Memory&lt;BR /&gt;Debug port inaccessible after access at location 0x70080000&lt;BR /&gt;Debug port inaccessible after access at location 0x700800EC&lt;BR /&gt;Debugging context: evkmimxrt1064_bee LinkServer Debug&lt;/P&gt;&lt;P&gt;Everything is halted.&lt;/P&gt;&lt;P&gt;So why can't I read any data from this flash range?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 11:00:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/BEE-example-problem/m-p/1274440#M14163</guid>
      <dc:creator>e_v_spronsen</dc:creator>
      <dc:date>2021-05-10T11:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: BEE example problem</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/BEE-example-problem/m-p/1274741#M14169</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.&lt;BR /&gt;I was wondering if you can describe the steps of testing since it can help me to figure the problem out.&lt;BR /&gt;In further, I'd like to suggest you refer to the &lt;A href="https://www.nxp.com/docs/en/application-note/AN12852.pdf" target="_self"&gt;application note&lt;/A&gt;, it may provide some insights.&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2021 03:30:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/BEE-example-problem/m-p/1274741#M14169</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2021-05-11T03:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: BEE example problem</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/BEE-example-problem/m-p/1274798#M14170</link>
      <description>&lt;P&gt;The problem is the example doesn't work. It generate a hardfault when you try to debug it.&lt;/P&gt;&lt;P&gt;You have to modify the example to get it to work by adding/enabling:&lt;/P&gt;&lt;P&gt;status = BEE_SetRegionKey(BEE, kBEE_Region0, aesKey, AES_KEY_LEN);&lt;/P&gt;&lt;P&gt;&amp;nbsp;The application note and the example doesn't tell you how to use it .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some heroes don't wear cap:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-RT/How-can-I-create-encrypted-data-for-i-MX-RT-1050-s-BEE/m-p/879584/highlight/true#M2410" target="_blank"&gt;https://community.nxp.com/t5/i-MX-RT/How-can-I-create-encrypted-data-for-i-MX-RT-1050-s-BEE/m-p/879584/highlight/true#M2410&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Maybe NXP should take notes and include this knowledge in the example.&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>Tue, 11 May 2021 06:16:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/BEE-example-problem/m-p/1274798#M14170</guid>
      <dc:creator>e_v_spronsen</dc:creator>
      <dc:date>2021-05-11T06:16:19Z</dc:date>
    </item>
  </channel>
</rss>

