<?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中的主题 Re: Issue in Allocation of Variable in External RAM(SDRAM) in LPC43XX(LPC4367)</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1402216#M47690</link>
    <description>&lt;P&gt;Hello &lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-III lia-component-message-view-widget-author-username"&gt;&lt;A id="link_12" class="lia-link-navigation lia-page-link lia-user-name-link" style="color: #333f48;" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/142059" target="_self" aria-label="View Profile of gauravmore"&gt;&lt;SPAN class=""&gt;gauravmore,&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-III lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;Thanks for your sharing.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-III lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;For quickly help you solve question, for your now your new question (maybe now maybe you have solved it )&lt;/SPAN&gt;&lt;/SPAN&gt;"&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;I will reconfirm the same and revert with the result. But till date the test code for SDRAM using pointer variable is working with 2byte configuration. Also find the attached modified code.&lt;/FONT&gt;" &lt;/P&gt;
&lt;P&gt;recommend create a new case.&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;</description>
    <pubDate>Thu, 20 Jan 2022 03:29:10 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2022-01-20T03:29:10Z</dc:date>
    <item>
      <title>Issue in Allocation of Variable in External RAM(SDRAM) in LPC43XX(LPC4367)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1380679#M47214</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;Hello,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;I am using LPC4367 Tri core controller for one of our development. I have interfaced SDRAM with LPC4367 using EMI lines. There while testing on the sample code I am facing issue. Following is the details regarding the issue,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;I created a project for M4 Core only. Then in properties -&amp;gt; MCU setting -&amp;gt;Memory&amp;nbsp;management&amp;nbsp;block I added the RAM SDRAM with size 8MB refer the Screen Shot below. RAM8 alias.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gauravmore_0-1638451893436.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/163925i9B0341A52F1F5887/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gauravmore_0-1638451893436.png" alt="gauravmore_0-1638451893436.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;After that I created a variable name M4_Buffer[1024*1024]. And&amp;nbsp; I assigned it to the memory location using the below statement.&lt;/FONT&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;__DATA(RAM8) uint8_t M4_Buffer[BUFF_SIZE];&lt;/FONT&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;&amp;nbsp;and in the main code I initialize it to 0 using memset command.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;memset(M4_Buffer, 0x00, sizeof(M4_Buffer));&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;After doing the above modification I compiled the code and I got the below error.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gauravmore_1-1638452188737.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/163926i7BC442107A41D872/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gauravmore_1-1638452188737.png" alt="gauravmore_1-1638452188737.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;Here I saw that the flash memory exceeded. but I have allocated the memory to SDRAM then how come it gives this error after accessing the allocated memory.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;Also refer the attached code in order to check the method if it is wrong.&amp;nbsp; Let us know the issue since it is critical for us considering the product development.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;BR&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;Gaurav More&lt;/FONT&gt;&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>Thu, 02 Dec 2021 13:43:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1380679#M47214</guid>
      <dc:creator>gauravmore</dc:creator>
      <dc:date>2021-12-02T13:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Allocation of Variable in External RAM(SDRAM) in LPC43XX(LPC4367)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1380687#M47215</link>
      <description>&lt;P&gt;The error messages don't say much.&lt;/P&gt;&lt;P&gt;Open the created map file (enable it before if necessary), and&amp;nbsp;check which data definition(s) are the culprit.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 13:54:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1380687#M47215</guid>
      <dc:creator>frank_m</dc:creator>
      <dc:date>2021-12-02T13:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Allocation of Variable in External RAM(SDRAM) in LPC43XX(LPC4367)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1381085#M47226</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;Hi Frank,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;Thanks for the response,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;I have checked the MAP file but not able to where it is allocating the space in the flash. Refer the below map file for the attached code. Following are the two different locations in the map where we can see the M4_buffer allocated. Below screen shot shows that it is allocated to SDRAM memory which is intended.&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gauravmore_0-1638516640152.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/163985i289D18939F546051/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gauravmore_0-1638516640152.png" alt="gauravmore_0-1638516640152.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;In the below screen show is the other location for M4_Buffer. So it seems there is no such information of the buffer occupying&amp;nbsp;the main flash of M4 core.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gauravmore_1-1638516793854.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/163999i966E3DF9069B6CCB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gauravmore_1-1638516793854.png" alt="gauravmore_1-1638516793854.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;Still after compilation it give the below error, refer the screen shot below&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;12:58:43 **** Incremental Build of configuration Debug for project M4Core_ExternalMemAlloc ****
make -r -j12 all 
Building file: ../src/M4Core_ExternalMemAlloc.c
Building file: ../src/cr_startup_lpc43xx.c
Building file: ../src/crp.c
Building file: ../src/sysinit.c
Invoking: MCU C Compiler
arm-none-eabi-gcc -DDEBUG -D__CODE_RED -DCORE_M4 -D__USE_LPCOPEN -DNO_BOARD_LIB -D__LPC43XX__ -D__REDLIB__ -I"C:\Users\20020304\Box\GAURAV MORE\PROJECTS\NEW FEEDER RELAY\F4 Series\SourceCode\TestCode\ExternalRAMAllocation\lpc_chip_43xx\inc" -I"C:\Users\20020304\Box\GAURAV MORE\PROJECTS\NEW FEEDER RELAY\F4 Series\SourceCode\TestCode\ExternalRAMAllocation\lpc_chip_43xx\inc\usbd" -O0 -fno-common -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fsingle-precision-constant -fmerge-constants -fmacro-prefix-map="../src/"=. -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -mthumb -fstack-usage -specs=redlib.specs -MMD -MP -MF"src/M4Core_ExternalMemAlloc.d" -MT"src/M4Core_ExternalMemAlloc.o" -MT"src/M4Core_ExternalMemAlloc.d" -o "src/M4Core_ExternalMemAlloc.o" "../src/M4Core_ExternalMemAlloc.c"
Invoking: MCU C Compiler
arm-none-eabi-gcc -DDEBUG -D__CODE_RED -DCORE_M4 -D__USE_LPCOPEN -DNO_BOARD_LIB -D__LPC43XX__ -D__REDLIB__ -I"C:\Users\20020304\Box\GAURAV MORE\PROJECTS\NEW FEEDER RELAY\F4 Series\SourceCode\TestCode\ExternalRAMAllocation\lpc_chip_43xx\inc" -I"C:\Users\20020304\Box\GAURAV MORE\PROJECTS\NEW FEEDER RELAY\F4 Series\SourceCode\TestCode\ExternalRAMAllocation\lpc_chip_43xx\inc\usbd" -O0 -fno-common -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fsingle-precision-constant -fmergeInvoking: MCU C Compiler
Invoking: MCU C Compiler
-constants -fmacro-prefix-map="../src/"=. -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -mthumb -fstack-usage -specs=redlib.specs -MMD -MP -MF"src/cr_startup_lpc43xx.d" -MT"src/cr_startup_lpc43xx.o" -MT"src/cr_startup_lpc43xx.d" -o "src/cr_startup_lpc43xx.o" "../src/cr_startup_lpc43xx.c"
arm-none-eabi-gcc -DDEBUG -D__CODE_RED -DCORE_M4 -D__USE_LPCOPEN -DNO_BOARD_LIB -D__LPC43XX__ -D__REDLIB__ -I"C:\Users\20020304\Box\GAURAV MORE\PROJECTS\NEW FEEDER RELAY\F4 Series\SourceCode\TestCode\ExternalRAMAllocation\lpc_chip_43xx\inc" -I"C:\Users\20020304\Box\GAURAV MORE\PROJECTS\NEW FEEDER RELAY\F4 Series\SourceCode\TestCode\ExternalRAMAllocation\lpc_chip_43xx\inc\usbd" -O0 -fno-common -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fsingle-precision-constant -fmerge-constants -fmacro-prefix-map="../src/"=. -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -mthumb -fstack-usage -specs=redlib.specs -MMD -MP -MF"src/sysinit.d" -MT"src/sysinit.o" -MT"src/sysinit.d" -o "src/sysinit.o" "../src/sysinit.c"
arm-none-eabi-gcc -DDEBUG -D__CODE_RED -DCORE_M4 -D__USE_LPCOPEN -DNO_BOARD_LIB -D__LPC43XX__ -D__REDLIB__ -I"C:\Users\20020304\Box\GAURAV MORE\PROJECTS\NEW FEEDER RELAY\F4 Series\SourceCode\TestCode\ExternalRAMAllocation\lpc_chip_43xx\inc" -I"C:\Users\20020304\Box\GAURAV MORE\PROJECTS\NEW FEEDER RELAY\F4 Series\SourceCode\TestCode\ExternalRAMAllocation\lpc_chip_43xx\inc\usbd" -O0 -fno-common -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -fdata-sections -fsingle-precision-constant -fmerge-constants -fmacro-prefix-map="../src/"=. -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -mthumb -fstack-usage -specs=redlib.specs -MMD -MP -MF"src/crp.d" -MT"src/crp.o" -MT"src/crp.d" -o "src/crp.o" "../src/crp.c"
Finished building: ../src/cr_startup_lpc43xx.c
Finished building: ../src/crp.c
 
 
../src/M4Core_ExternalMemAlloc.c: In function 'main':
../src/M4Core_ExternalMemAlloc.c:45:5: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration]
   45 |     memset(M4_Buffer, 0x00, sizeof(M4_Buffer));
      |     ^~~~~~
../src/M4Core_ExternalMemAlloc.c:20:1: note: 'memset' is defined in header '&amp;lt;string.h&amp;gt;'; did you forget to '#include &amp;lt;string.h&amp;gt;'?
   19 | #include &amp;lt;cr_section_macros.h&amp;gt;
  +++ |+#include &amp;lt;string.h&amp;gt;
   20 | 
Finished building: ../src/sysinit.c
 
Finished building: ../src/M4Core_ExternalMemAlloc.c
 
Building target: M4Core_ExternalMemAlloc.axf
Invoking: MCU Linker
arm-none-eabi-gcc -nostdlib -L"C:\Users\20020304\Box\GAURAV MORE\PROJECTS\NEW FEEDER RELAY\F4 Series\SourceCode\TestCode\ExternalRAMAllocation\lpc_chip_43xx\Debug" -Xlinker -Map="M4Core_ExternalMemAlloc.map" -Xlinker --cref -Xlinker --gc-sections -Xlinker -print-memory-usage -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -mthumb -T "M4Core_ExternalMemAlloc_Debug.ld" -o "M4Core_ExternalMemAlloc.axf"  ./src/M4Core_ExternalMemAlloc.o ./src/cr_startup_lpc43xx.o ./src/crp.o ./src/sysinit.o   -llpc_chip_43xx
Memory region         Used Size  Region Size  %age Used
      MFlashA512:     1052812 B       512 KB    200.81%
c:/nxp/mcuxpressoide_11.2.1_4149/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.2.0.202008311134/tools/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: M4Core_ExternalMemAlloc.axf section `.data_RAM8' will not fit in region `MFlashA512'
      MFlashB512:          0 GB       512 KB      0.00%
c:/nxp/mcuxpressoide_11.2.1_4149/ide/plugins/com.nxp.mcuxpresso.tools.win32_11.2.0.202008311134/tools/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: region `MFlashA512' overflowed by 528524 bytes
        RamLoc32:          16 B        32 KB      0.05%
collect2.exe: error: ld returned 1 exit status
        RamLoc40:          0 GB        40 KB      0.00%
        RamAHB32:          0 GB        32 KB      0.00%
        RamAHB16:          0 GB        16 KB      0.00%
    RamAHB_ETB16:          0 GB        16 KB      0.00%
      RamM0Sub16:          0 GB        16 KB      0.00%
       RamM0Sub2:          0 GB         2 KB      0.00%
           SDRAM:          1 MB         8 MB     12.50%
make: *** [makefile:32: M4Core_ExternalMemAlloc.axf] Error 1
"make -r -j12 all" terminated with exit code 2. Build might be incomplete.

12:58:45 Build Failed. 3 errors, 1 warnings. (took 2s.225ms)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;below Also please check the attached code and request you to compile the same at your end and then you will be able to check at you end as well so that we can check at once.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;Let me know if need any more information from your side.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;BR&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;Gaurav More&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;@&lt;SPAN class=""&gt;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/142050" target="_self"&gt;&lt;SPAN class=""&gt;vipinkumarmishr&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Dec 2021 07:56:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1381085#M47226</guid>
      <dc:creator>gauravmore</dc:creator>
      <dc:date>2021-12-03T07:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Allocation of Variable in External RAM(SDRAM) in LPC43XX(LPC4367)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1385314#M47358</link>
      <description>&lt;P&gt;Hi Frank,&lt;/P&gt;&lt;P&gt;Any update regarding the issue of allocation. I am not able to get the cause for the same. Also is there any thing missing in the code or the project shared.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please revert for the same. Since it is very critical for us with respect to the development.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Gaurav More&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 04:01:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1385314#M47358</guid>
      <dc:creator>gauravmore</dc:creator>
      <dc:date>2021-12-13T04:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Allocation of Variable in External RAM(SDRAM) in LPC43XX(LPC4367)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1385413#M47363</link>
      <description>&lt;P&gt;If this issue is critical for your project, you better approach NXP directly, e.g. the support.&lt;/P&gt;&lt;P&gt;This is a public forum, which means there is no guarantee for an answer. And many posters (like me) are customers like you, and not NXP employees.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 06:55:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1385413#M47363</guid>
      <dc:creator>frank_m</dc:creator>
      <dc:date>2021-12-13T06:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Allocation of Variable in External RAM(SDRAM) in LPC43XX(LPC4367)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1385946#M47367</link>
      <description>&lt;P&gt;Hello Gaurav More,&lt;/P&gt;
&lt;P&gt;Change&lt;/P&gt;
&lt;P&gt;__DATA(RAM8) uint8_t M4_Buffer[BUFF_SIZE];&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;to&lt;/P&gt;
&lt;P&gt;__NOINIT(RAM8) uint8_t M4_Buffer[BUFF_SIZE];&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;__BSS(RAM8) uint8_t M4_Buffer[BUFF_SIZE];&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 01:49:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1385946#M47367</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-12-14T01:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Allocation of Variable in External RAM(SDRAM) in LPC43XX(LPC4367)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1386036#M47368</link>
      <description>&lt;P&gt;Hello Alice,&lt;/P&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;I will check as per your suggestion . One more query, will it be possible to use this variable by updating the data in that variable?&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Gaurav More&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, 14 Dec 2021 04:05:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1386036#M47368</guid>
      <dc:creator>gauravmore</dc:creator>
      <dc:date>2021-12-14T04:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Allocation of Variable in External RAM(SDRAM) in LPC43XX(LPC4367)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1388207#M47403</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Sorry I'm not understand your second question clearly, while I think you can first try on your code, you can contact me if still have issue.&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;</description>
      <pubDate>Thu, 16 Dec 2021 14:45:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1388207#M47403</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-12-16T14:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Allocation of Variable in External RAM(SDRAM) in LPC43XX(LPC4367)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1396589#M47578</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;Hello Alice,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;Implemented the given solution and the issue resolved. Now i have allocated it to the internal memory and verified the same and it is working.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;Now need to check with the SDRAM allocation. But before that i was checking the SDRAM interface and while check that i found that the data is not getting written properly . i have written the test code for the same.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;I have attached the test code for reference, Also check the below code used for initialization of SDRAM.&lt;/FONT&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;static const IP_EMC_DYN_CONFIG_T AS4C4M16SA_CI_Config =
{
		EMC_NANOSECOND(64000000 / 4096),	/* Row refresh time (RefreshPeriod)*/
		0x01,								/* Dynamic Memory Read Configuration*/
		EMC_NANOSECOND(18),	//18								/*!&amp;lt; Precharge Command Period */
		EMC_NANOSECOND(42),	//42								/*!&amp;lt; Active to Precharge Command Period */
		EMC_NANOSECOND(70),	//70				/*!&amp;lt; Self Refresh Exit Time */
		EMC_CLOCK(1),					/*!&amp;lt; Last Data Out to Active Time */
		EMC_CLOCK(5),					/*!&amp;lt; Data In to Active Command Time */
		EMC_NANOSECOND(12),					/*!&amp;lt; Write Recovery Time */
		EMC_NANOSECOND(60),	//60					/*!&amp;lt; Active to Active Command Period */
		EMC_NANOSECOND(60),	//60				/*!&amp;lt; Auto-refresh Period */
		EMC_NANOSECOND(70),	//70				/*!&amp;lt; Exit Self Refresh */
		EMC_NANOSECOND(12),	//12				/*!&amp;lt; Active Bank A to Active Bank B Time */
		EMC_CLOCK(2),					/*!&amp;lt; Load Mode register command to Active Command */
		{
			{	/*!&amp;lt; Device Configuration array with SDRAM Mode register*/
				EMC_ADDRESS_DYCS0,				/* Base Register*/

				3,								/* RAS */

												/* Mode Register value*/
				EMC_DYN_MODE_WBMODE_PROGRAMMED |
				EMC_DYN_MODE_OPMODE_STANDARD |
				EMC_DYN_MODE_CAS_3 |
				EMC_DYN_MODE_BURST_TYPE_SEQUENTIAL |
				EMC_DYN_MODE_BURST_LEN_8,

													/* Device Config [0]*/
				EMC_DYN_CONFIG_DATA_BUS_16 |
				EMC_DYN_CONFIG_LPSDRAM |
				EMC_DYN_CONFIG_4Mx16_4BANKS_12ROWS_8COLS |
				EMC_DYN_CONFIG_MD_SDRAM
			},
			{0, 0, 0, 0},	/* Device Config [1]*/
			{0, 0, 0, 0},	/* Device Config [2]*/
			{0, 0, 0, 0}	/* Device Config [3]*/
		}
};
&lt;/LI-CODE&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;The problem observed is that the data assigned is getting corrupt. the test code is getting the failed. I am using "AS4C4M16SA-6TIN" for our development purpose.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;Please check the code and let us know if any modification required.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;BR,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;Gaurav More&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jan 2022 07:04:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1396589#M47578</guid>
      <dc:creator>gauravmore</dc:creator>
      <dc:date>2022-01-10T07:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Allocation of Variable in External RAM(SDRAM) in LPC43XX(LPC4367)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1397226#M47589</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;
&lt;P&gt;About SDRAM using, please refer to "periph_memtest" demo under LPCopen for lpc4357,&lt;/P&gt;
&lt;P&gt;and&amp;nbsp; &lt;A href="https://www.nxp.com.cn/docs/en/application-note/AN11508.pdf" target="_blank"&gt;https://www.nxp.com.cn/docs/en/application-note/AN11508.pdf&lt;/A&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;</description>
      <pubDate>Tue, 11 Jan 2022 08:31:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1397226#M47589</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2022-01-11T08:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Allocation of Variable in External RAM(SDRAM) in LPC43XX(LPC4367)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1398689#M47615</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;Hi Alice,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;We have already implemented the same using the application note. we have the development board customized with us and we were working on it . I checked with the test code and verified the SDRAM. But after doing some modification related to the other SDRAM &lt;STRONG&gt;AS4C4M16SA-6TIN&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp;&lt;FONT size="2"&gt;which is 8MB, the test code is not working. also I tried reducing the frequency to 50Mhz from 100MHz.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;so I shared the code for the same and expect your review comments for the same. Also find attached PDF of the SDRAM used.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;BR,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Gaurav More&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 07:28:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1398689#M47615</guid>
      <dc:creator>gauravmore</dc:creator>
      <dc:date>2022-01-13T07:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Allocation of Variable in External RAM(SDRAM) in LPC43XX(LPC4367)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1399999#M47649</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;Hi Alice,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;Please find the observation below by referring the screen shot below&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gauravmore_1-1642401627447.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/167779i7173786C6DC3E002/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gauravmore_1-1642401627447.png" alt="gauravmore_1-1642401627447.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;Here you can see the behavior of SDRAM. I have written the below code to test the SDRAM interface. i am able to write&amp;nbsp;some address with fix values correctly. shown above in color line.&amp;nbsp;&amp;nbsp;But after that Instead of 0xA5A5 it is writing 0xADA5.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;What could be the problem? Similarly when i tried with 0x5A5A then it is written properly.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SDRAMIssue_1.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/167781i391365609247425E/image-size/large?v=v2&amp;amp;px=999" role="button" title="SDRAMIssue_1.png" alt="SDRAMIssue_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;Please check the same with the attached code for your reference.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;BR,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;Gaurav More&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 06:54:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1399999#M47649</guid>
      <dc:creator>gauravmore</dc:creator>
      <dc:date>2022-01-17T06:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Allocation of Variable in External RAM(SDRAM) in LPC43XX(LPC4367)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1400313#M47661</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&amp;gt; Here you can see the behavior of SDRAM. I have written the below code to test the SDRAM interface. i am able to write&amp;nbsp;some address with fix values correctly. shown above in color line.&amp;nbsp;&amp;nbsp;But after that Instead of 0xA5A5 it is writing 0xADA5.&lt;/EM&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would first confirm the results in instruction step mode, i.e. the core register written to the SDRAM address really contains 0xA5A5 and the SDRAM cell contains&amp;nbsp;0xADA5 after the write&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Anyway, the difference between 0x5 and 0xD is only one bit (the MSB). There might be a hardware problem (i.e. bit 10 is forcing bit 11). But I would try other pattern before.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 13:18:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1400313#M47661</guid>
      <dc:creator>frank_m</dc:creator>
      <dc:date>2022-01-17T13:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Allocation of Variable in External RAM(SDRAM) in LPC43XX(LPC4367)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1400734#M47673</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;Hi Frank,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;Thanks for the reply,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;I checked the hardware and found one line configuration missing which is D11 to be configured as EMC line in the controller which i did modify and confirm the behavior.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;Now the SDRAM test code is working as per the expectation. I will check it by using __DATA and __BSS attributes by allocating the variable in the SDRAM location since there it is not working.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;I will reconfirm the same and revert with the result. But till date the test code for SDRAM using pointer variable is working with 2byte configuration. Also find the attached modified code.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;BR,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;Gaurav More&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jan 2022 07:25:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1400734#M47673</guid>
      <dc:creator>gauravmore</dc:creator>
      <dc:date>2022-01-18T07:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Allocation of Variable in External RAM(SDRAM) in LPC43XX(LPC4367)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1402216#M47690</link>
      <description>&lt;P&gt;Hello &lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-III lia-component-message-view-widget-author-username"&gt;&lt;A id="link_12" class="lia-link-navigation lia-page-link lia-user-name-link" style="color: #333f48;" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/142059" target="_self" aria-label="View Profile of gauravmore"&gt;&lt;SPAN class=""&gt;gauravmore,&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-III lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;Thanks for your sharing.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-III lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;For quickly help you solve question, for your now your new question (maybe now maybe you have solved it )&lt;/SPAN&gt;&lt;/SPAN&gt;"&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;I will reconfirm the same and revert with the result. But till date the test code for SDRAM using pointer variable is working with 2byte configuration. Also find the attached modified code.&lt;/FONT&gt;" &lt;/P&gt;
&lt;P&gt;recommend create a new case.&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;</description>
      <pubDate>Thu, 20 Jan 2022 03:29:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1402216#M47690</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2022-01-20T03:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Allocation of Variable in External RAM(SDRAM) in LPC43XX(LPC4367)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1402254#M47692</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;Hi Alice,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;Thanks for the reply.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;Created new case and posted it forum as well. Refer the link below&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;&lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers/SDRAM-interface-issue-with-LPC4367-Controller-using-Data/m-p/1402252#M47691" target="_blank"&gt;https://community.nxp.com/t5/LPC-Microcontrollers/SDRAM-interface-issue-with-LPC4367-Controller-using-Data/m-p/1402252#M47691&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;BR,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" size="2"&gt;Gaurav More&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 04:50:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Issue-in-Allocation-of-Variable-in-External-RAM-SDRAM-in-LPC43XX/m-p/1402254#M47692</guid>
      <dc:creator>gauravmore</dc:creator>
      <dc:date>2022-01-20T04:50:43Z</dc:date>
    </item>
  </channel>
</rss>

