<?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>LPC MicrocontrollersのトピックLPC55S69 Loading big array of data</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-Loading-big-array-of-data/m-p/1448075#M48556</link>
    <description>&lt;P&gt;Dear NXP Community,&lt;BR /&gt;I am currently working with LPC55S69 board on a program with 2 projects (secure and non-secure) to extract details from images (the images have a size of around 300x300). I am trying to load an image using different methods, but none have actually worked up until now (mostly due to my little knowledge of the platform and embedded systems). What I have tried until now.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Store the image data in an array in the non-secure project and let it be part of the FLASH. I was able to get this working and could actually debug and see the data. I am not sure if access the whole array would cause any exceptions. From here, I wanted to call the secure project and transfer the data to another array during execution. I thought this would have the data stored in RAM of the secure project. When I declared the structure that would hold the data and tried to write to it through assignment, the program would just hang, but not crash. Maybe I didn't give enough space to the RAM in the project settings or I am unaware of what could be happening.&lt;/LI&gt;&lt;LI&gt;Store the image data immediately to the secure project as an array. I enlarged the FLASH seciton and moved the section of the veneer_table to start after the enlarged. I tried to replicate what I did in the non-secure project, but I still get a SIGTRAP during debugging.&lt;/LI&gt;&lt;LI&gt;I also tried having the data stored in a SD card and work with the libraries offered to access the SD card. Unfortunately, I couldn't get it to work with the already existing Secure project. Nevertheless, even if I could get this to work, I would still need to load the data onto memory during execution.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Therefore, my overall goal is to get the data loaded into the secure project and be able to read it. I would really appreciate it if you could give me some directions. Please let me know if you need any details about the project, because I am aware this is not enough.&lt;/P&gt;</description>
    <pubDate>Sat, 23 Apr 2022 14:36:45 GMT</pubDate>
    <dc:creator>greys_mayf</dc:creator>
    <dc:date>2022-04-23T14:36:45Z</dc:date>
    <item>
      <title>LPC55S69 Loading big array of data</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-Loading-big-array-of-data/m-p/1448075#M48556</link>
      <description>&lt;P&gt;Dear NXP Community,&lt;BR /&gt;I am currently working with LPC55S69 board on a program with 2 projects (secure and non-secure) to extract details from images (the images have a size of around 300x300). I am trying to load an image using different methods, but none have actually worked up until now (mostly due to my little knowledge of the platform and embedded systems). What I have tried until now.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Store the image data in an array in the non-secure project and let it be part of the FLASH. I was able to get this working and could actually debug and see the data. I am not sure if access the whole array would cause any exceptions. From here, I wanted to call the secure project and transfer the data to another array during execution. I thought this would have the data stored in RAM of the secure project. When I declared the structure that would hold the data and tried to write to it through assignment, the program would just hang, but not crash. Maybe I didn't give enough space to the RAM in the project settings or I am unaware of what could be happening.&lt;/LI&gt;&lt;LI&gt;Store the image data immediately to the secure project as an array. I enlarged the FLASH seciton and moved the section of the veneer_table to start after the enlarged. I tried to replicate what I did in the non-secure project, but I still get a SIGTRAP during debugging.&lt;/LI&gt;&lt;LI&gt;I also tried having the data stored in a SD card and work with the libraries offered to access the SD card. Unfortunately, I couldn't get it to work with the already existing Secure project. Nevertheless, even if I could get this to work, I would still need to load the data onto memory during execution.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Therefore, my overall goal is to get the data loaded into the secure project and be able to read it. I would really appreciate it if you could give me some directions. Please let me know if you need any details about the project, because I am aware this is not enough.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Apr 2022 14:36:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-Loading-big-array-of-data/m-p/1448075#M48556</guid>
      <dc:creator>greys_mayf</dc:creator>
      <dc:date>2022-04-23T14:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 Loading big array of data</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-Loading-big-array-of-data/m-p/1449557#M48568</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;greys_mayf,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you want to Trustzone function, recommend first refer to the "Chapter 47: LPC55S6x/LPC55S2x/LPC552x Trusted Execution Environment" of um11126.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can see cpu in NS state can't access the data in Secure part:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_1-1651030831650.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/178093iCC9239B622CBFADD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_1-1651030831650.png" alt="Alice_Yang_1-1651030831650.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 03:41:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-Loading-big-array-of-data/m-p/1449557#M48568</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2022-04-27T03:41:27Z</dc:date>
    </item>
  </channel>
</rss>

