<?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 Re: Process for porting lpcxpresso54018 SDK examples to an LPC54018JBD208 package in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Process-for-porting-lpcxpresso54018-SDK-examples-to-an/m-p/1494448#M49679</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;You met error when launch debug window or during debug?&lt;/P&gt;
&lt;P&gt;Please send all the error message displayed in console window. I will check.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jul 2022 03:30:15 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2022-07-25T03:30:15Z</dc:date>
    <item>
      <title>Process for porting lpcxpresso54018 SDK examples to an LPC54018JBD208 package</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Process-for-porting-lpcxpresso54018-SDK-examples-to-an/m-p/1493592#M49664</link>
      <description>&lt;P&gt;We are working on a project where we have been doing our development on LPCXpresso54018 eval board.&amp;nbsp; Yesterday we got in our custom PCBs which use the LPCXpresso54018 as a reference design (same external flash, same SDRAM, same LCD) however our custom PCB uses the *208 package.&amp;nbsp; I attempted to run some of the basic SDK example programs (hello_world, gpio_led_output) on our custom PCB after changing Project Settings&amp;gt;MCU&amp;gt;package to match our part but so far have failed to get any of those to run.&amp;nbsp; I can only successfully run code on our custom PCB if I use create a New Project and have the *208 selected from the start.&lt;/P&gt;&lt;P&gt;Are there step by step directions available for how to successfully modify an SDK example program so that it can run on the LPC54018JBD208?&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 21:03:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Process-for-porting-lpcxpresso54018-SDK-examples-to-an/m-p/1493592#M49664</guid>
      <dc:creator>mitchkapa</dc:creator>
      <dc:date>2022-07-21T21:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Process for porting lpcxpresso54018 SDK examples to an LPC54018JBD208 package</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Process-for-porting-lpcxpresso54018-SDK-examples-to-an/m-p/1493757#M49665</link>
      <description>&lt;P&gt;HI&lt;/P&gt;
&lt;P&gt;MCUXpresso IDE user guide documents how to change MCU package type.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZhangJennie_0-1658465051506.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/187495i6EA7D88A88AF1EAC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZhangJennie_0-1658465051506.png" alt="ZhangJennie_0-1658465051506.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;then go to pin config, make sure pin mux configuration correct for the new package.&lt;/P&gt;
&lt;P&gt;I suggest you testing it with a simple led blinky demo code first, to make sure the procedure correct. If still fails, we need to connect and debug code to position where is the problem.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 04:49:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Process-for-porting-lpcxpresso54018-SDK-examples-to-an/m-p/1493757#M49665</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2022-07-22T04:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Process for porting lpcxpresso54018 SDK examples to an LPC54018JBD208 package</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Process-for-porting-lpcxpresso54018-SDK-examples-to-an/m-p/1494321#M49676</link>
      <description>&lt;P&gt;I once again tried to start from a simple SDK example (drivers-&amp;gt;gpio_led_output) and then make all of the necessary changes (package, pin configuration) to match our processor.&amp;nbsp; I am still having the same result of not being able to successfully run the code on the processor.&amp;nbsp; Here is an example message that I get after running Debug:&lt;/P&gt;&lt;P&gt;"Break at address "0x300084c" with no debug information available, or outside of program code."&lt;/P&gt;&lt;P&gt;I feel like there must be one other location where a change needs to be made that is missing.&lt;/P&gt;&lt;P&gt;Also of note is that even after changing the package through the IDE the old package still appears within the Preprocessor Defined Symbols:&lt;/P&gt;&lt;P&gt;CPU_LPC54018JBD208&lt;BR /&gt;CPU_LPC54018JBD208_cm4&lt;BR /&gt;__REDLIB__&lt;BR /&gt;&lt;STRONG&gt;CPU_LPC54018JET180=1&lt;/STRONG&gt;&lt;BR /&gt;XIP_IMAGE&lt;BR /&gt;MXL12835F&lt;BR /&gt;CPU_LPC54018&lt;BR /&gt;__USE_CMSIS&lt;BR /&gt;W25Q128JVFM&lt;BR /&gt;SERIAL_PORT_TYPE_UART=1&lt;BR /&gt;SDK_DEBUGCONSOLE=1&lt;BR /&gt;CR_INTEGER_PRINTF&lt;BR /&gt;PRINTF_FLOAT_ENABLE=0&lt;BR /&gt;__MCUXPRESSO&lt;BR /&gt;DEBUG&lt;/P&gt;&lt;P&gt;I am not sure if this is an error or is intentional.&amp;nbsp; I have tried removing that entry but it does not impact the results.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jul 2022 14:50:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Process-for-porting-lpcxpresso54018-SDK-examples-to-an/m-p/1494321#M49676</guid>
      <dc:creator>mitchkapa</dc:creator>
      <dc:date>2022-07-23T14:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Process for porting lpcxpresso54018 SDK examples to an LPC54018JBD208 package</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Process-for-porting-lpcxpresso54018-SDK-examples-to-an/m-p/1494448#M49679</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;You met error when launch debug window or during debug?&lt;/P&gt;
&lt;P&gt;Please send all the error message displayed in console window. I will check.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 03:30:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Process-for-porting-lpcxpresso54018-SDK-examples-to-an/m-p/1494448#M49679</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2022-07-25T03:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Process for porting lpcxpresso54018 SDK examples to an LPC54018JBD208 package</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Process-for-porting-lpcxpresso54018-SDK-examples-to-an/m-p/1494866#M49687</link>
      <description>&lt;P&gt;I get the error after launching Debug.&amp;nbsp; It goes through the initial process but then there is never an option to Resume or Step through any code.&amp;nbsp; Below I will show a screenshot of what appears in the IDE after pressing Debug and also I will paste the Console Debug messages.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mitchkapa_0-1658757157893.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/187718i57088FA0FCDBB42C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mitchkapa_0-1658757157893.png" alt="mitchkapa_0-1658757157893.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Console Debug:&lt;/P&gt;&lt;P&gt;MCUXpresso IDE RedlinkMulti Driver v11.5 (Apr 7 2022 16:04:36 - crt_emu_cm_redlink build 11)&lt;BR /&gt;Found chip XML file in C:/Dev/nxp/MCUXpressoWorkspace/MCUXpressoIDE_11.5.1_7266/workspace/lpcxpresso54018_gpio_led_output/Debug\LPC54018.xml&lt;BR /&gt;Reconnected to existing LinkServer process.&lt;BR /&gt;Probe Firmware: MCU-LINK (r0FF) CMSIS-DAP V2.263 (NXP Semiconductors)&lt;BR /&gt;Serial Number: 42WFEAQ1VQLYB&lt;BR /&gt;VID:PID: 1FC9:0143&lt;BR /&gt;USB Path: \\?\hid#vid_1fc9&amp;amp;pid_0143&amp;amp;mi_00#9&amp;amp;ecd45f7&amp;amp;0&amp;amp;0000#{4d1e55b2-f16f-11cf-88cb-001111000030}&lt;BR /&gt;Using memory from core 0 after searching for a good core&lt;BR /&gt;On debug connection - use system reset, stalling when 0x40000040 is accessed&lt;BR /&gt;Retask read watchpoint 1 at 0x40000040 to use for boot ROM stall&lt;BR /&gt;Waiting for target to stop...&lt;BR /&gt;Warning - processor did not halt - gave up waiting&lt;BR /&gt;debug interface type = CoreSight DP (DAP DP ID 2BA01477) over SWD TAP 0&lt;BR /&gt;processor type = Cortex-M4 (CPU ID 00000C24) on DAP AP 0&lt;BR /&gt;number of h/w breakpoints = 6&lt;BR /&gt;number of flash patches = 2&lt;BR /&gt;number of h/w watchpoints = 4&lt;BR /&gt;Probe(0): Connected&amp;amp;Reset. DpID: 2BA01477. CpuID: 00000C24. Info: &amp;lt;None&amp;gt;&lt;BR /&gt;Debug protocol: SWD. RTCK: Disabled. Vector catch: Enabled.&lt;BR /&gt;Content of CoreSight Debug ROM(s):&lt;BR /&gt;RBASE E00FF000: CID B105100D PID 04000BB4C4 ROM (type 0x1)&lt;BR /&gt;ROM 1 E000E000: CID B105E00D PID 04000BB00C Gen SCS (type 0x0)&lt;BR /&gt;ROM 1 E0001000: CID B105E00D PID 04003BB002 Gen DWT (type 0x0)&lt;BR /&gt;ROM 1 E0002000: CID B105E00D PID 04002BB003 Gen FPB (type 0x0)&lt;BR /&gt;ROM 1 E0000000: CID B105E00D PID 04003BB001 Gen ITM (type 0x0)&lt;BR /&gt;ROM 1 E0040000: CID B105900D PID 04000BB9A1 CSt TPIU type 0x11 Trace Sink - TPIU&lt;BR /&gt;ROM 1 E0041000: CID B105900D PID 04000BB925 CSt ETM type 0x13 Trace Source - Core&lt;BR /&gt;NXP: LPC54018&lt;BR /&gt;DAP stride is 4096 bytes (1024 words)&lt;BR /&gt;Inspected v.2 External Flash Device on SPI LPC540xx_SPIFI_SFDP.cfx&lt;BR /&gt;Image 'LPC540xx_JEDEC_SFDP Apr 11 2022 10:50:30'&lt;BR /&gt;Opening flash driver LPC540xx_SPIFI_SFDP.cfx&lt;BR /&gt;Using SOFT reset to run the flash driver&lt;BR /&gt;rst - Boot ROM stall address was not accessed (but we entered debug on Halt anyway)&lt;BR /&gt;Flash variant 'JEDEC_SFDP_EF7018' detected (16MB = 256*64K at 0x10000000)&lt;BR /&gt;Closing flash driver LPC540xx_SPIFI_SFDP.cfx&lt;BR /&gt;Connected: was_reset=false. was_stopped=false&lt;BR /&gt;Awaiting telnet connection to port 3330 ...&lt;BR /&gt;GDB nonstop mode enabled&lt;BR /&gt;Opening flash driver LPC540xx_SPIFI_SFDP.cfx (already resident)&lt;BR /&gt;Using SOFT reset to run the flash driver&lt;BR /&gt;Flash variant 'JEDEC_SFDP_EF7018' detected (16MB = 256*64K at 0x10000000)&lt;BR /&gt;Writing 15240 bytes to address 0x10000000 in Flash&lt;BR /&gt;10004000 done 100% (16384 out of 15240)&lt;BR /&gt;Sectors written: 1, unchanged: 0, total: 1&lt;BR /&gt;Erased/Wrote sector 0-0 with 15240 bytes in 412msec&lt;BR /&gt;Closing flash driver LPC540xx_SPIFI_SFDP.cfx&lt;BR /&gt;Flash Write Done&lt;BR /&gt;Flash Program Summary: 15240 bytes in 0.41 seconds (36.12 KB/sec)&lt;BR /&gt;Starting execution using system reset and halt target with a stall address&lt;BR /&gt;Retask read watchpoint 1 at 0x40000040 to use for boot ROM stall&lt;BR /&gt;Boot ROM stalled accessing address 0x40000040 (restoring watchpoint 1)&lt;BR /&gt;Stopped (Was Reset) [Reset from Unknown]&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 13:54:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Process-for-porting-lpcxpresso54018-SDK-examples-to-an/m-p/1494866#M49687</guid>
      <dc:creator>mitchkapa</dc:creator>
      <dc:date>2022-07-25T13:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Process for porting lpcxpresso54018 SDK examples to an LPC54018JBD208 package</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Process-for-porting-lpcxpresso54018-SDK-examples-to-an/m-p/1495824#M49693</link>
      <description>&lt;P&gt;We have an update to this problem.&amp;nbsp; It appears to specifically be a problem with the SDK_2.xLPCXpresso54018 (installed version 2.8.2).&amp;nbsp; If I select examples from SDK_2.x_LPCXpresso54&lt;STRONG&gt;S&lt;/STRONG&gt;018 (installed version 2.11.1) I can successfully import SDK examples and change the processor package and run those examples on our custom hardware.&amp;nbsp; For our project this is an acceptable solution.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 21:52:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Process-for-porting-lpcxpresso54018-SDK-examples-to-an/m-p/1495824#M49693</guid>
      <dc:creator>mitchkapa</dc:creator>
      <dc:date>2022-07-26T21:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Process for porting lpcxpresso54018 SDK examples to an LPC54018JBD208 package</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Process-for-porting-lpcxpresso54018-SDK-examples-to-an/m-p/1495938#M49694</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So the problem was on old SDK package. New version fix the issue. Thanks for the sharing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 02:31:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Process-for-porting-lpcxpresso54018-SDK-examples-to-an/m-p/1495938#M49694</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2022-07-27T02:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Process for porting lpcxpresso54018 SDK examples to an LPC54018JBD208 package</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Process-for-porting-lpcxpresso54018-SDK-examples-to-an/m-p/1496422#M49708</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Is the "non-S" SDK considered to be an older package than the S version?&amp;nbsp; I have been viewing both SDKs as separate and valid.&amp;nbsp; If that is not the case I think there should be some messaging or documentation to help make sure that people end up with the "S" version of the SDK.&amp;nbsp; Otherwise I think people like myself who purchase the LPCXpresso54018 development board end up with the "non-S" SDK by default.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 13:22:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Process-for-porting-lpcxpresso54018-SDK-examples-to-an/m-p/1496422#M49708</guid>
      <dc:creator>mitchkapa</dc:creator>
      <dc:date>2022-07-27T13:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Process for porting lpcxpresso54018 SDK examples to an LPC54018JBD208 package</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Process-for-porting-lpcxpresso54018-SDK-examples-to-an/m-p/1496916#M49712</link>
      <description>&lt;P&gt;Do you mean SDK for LPC54018 and&amp;nbsp;LPC54&lt;STRONG&gt;S&lt;/STRONG&gt;018?&lt;/P&gt;
&lt;P&gt;These are two parts, not related with old or new.&lt;/P&gt;
&lt;P&gt;S version has security feature while non-S doesn't. besides this feature, others are the same.LPC54018 can run on&amp;nbsp;LPC54S018 without issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZhangJennie_0-1658978013878.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/188159iB4D91C97AE5441AF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZhangJennie_0-1658978013878.png" alt="ZhangJennie_0-1658978013878.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 03:15:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Process-for-porting-lpcxpresso54018-SDK-examples-to-an/m-p/1496916#M49712</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2022-07-28T03:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Process for porting lpcxpresso54018 SDK examples to an LPC54018JBD208 package</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Process-for-porting-lpcxpresso54018-SDK-examples-to-an/m-p/1496933#M49713</link>
      <description>&lt;P&gt;Yes that is my point although we personally do not need a corrective action for our project (because we can use the LPC54S018 SDK) I believe NXP may want to investigate and confirm if the LPC54018 SDK has some bug that prevents changing the MCU package.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 03:36:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Process-for-porting-lpcxpresso54018-SDK-examples-to-an/m-p/1496933#M49713</guid>
      <dc:creator>mitchkapa</dc:creator>
      <dc:date>2022-07-28T03:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Process for porting lpcxpresso54018 SDK examples to an LPC54018JBD208 package</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Process-for-porting-lpcxpresso54018-SDK-examples-to-an/m-p/1497170#M49716</link>
      <description>&lt;P&gt;Hi mitchkapa&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LPC54018 SDK hasn't been updated since SDK2.8.2&lt;/P&gt;
&lt;P&gt;I will report it.&lt;/P&gt;
&lt;P&gt;Thanks for bringing this problem to our attention.&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 08:51:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Process-for-porting-lpcxpresso54018-SDK-examples-to-an/m-p/1497170#M49716</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2022-07-28T08:51:05Z</dc:date>
    </item>
  </channel>
</rss>

