<?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: LPC54616J512 - Problem in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/LPC54616J512-Problem/m-p/751463#M1745</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, here is the log from build, maybe it could help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Building target: Test_1.axf&lt;BR /&gt;Invoking: MCU Linker&lt;BR /&gt;arm-none-eabi-gcc -nostdlib -L"C:\Users\Jan\Documents\MCUXpressoIDE_10.0.2_411\workspace\Test_1\libs" -Xlinker -Map="Test_1.map" -Xlinker --gc-sections -Xlinker -print-memory-usage -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -T Test_1_Debug.ld -o "Test_1.axf" ./utilities/fsl_debug_console.o ./source/Test_1.o ./source/board.o ./source/clock_config.o ./source/pin_mux.o ./drivers/fsl_clock.o ./drivers/fsl_common.o ./drivers/fsl_flexcomm.o ./drivers/fsl_fmc.o ./drivers/fsl_power.o ./drivers/fsl_reset.o ./drivers/fsl_usart.o ./CMSIS/system_LPC54616.o -lfsl_power_lib&lt;BR /&gt;Memory region Used Size Region Size %age Used&lt;BR /&gt; PROGRAM_FLASH: 60 B 512 KB 0.01%&lt;BR /&gt; SRAM_0_1_2_3: 8 KB 160 KB 5.00%&lt;BR /&gt;c:/nxp/mcuxpressoide_10.0.2_411/ide/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ld.exe: warning: cannot find entry symbol ResetISR; defaulting to 00000000&lt;BR /&gt; SRAMX: 0 GB 32 KB 0.00%&lt;BR /&gt; USB_RAM: 0 GB 8 KB 0.00%&lt;BR /&gt;Finished building target: Test_1.axf&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Nov 2017 13:16:16 GMT</pubDate>
    <dc:creator>jan92</dc:creator>
    <dc:date>2017-11-06T13:16:16Z</dc:date>
    <item>
      <title>LPC54616J512 - Problem</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/LPC54616J512-Problem/m-p/751457#M1739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello I have a problem to run program in the LPC54646J512 from MCUexpresso. The program is&amp;nbsp;just simple while loop as it is from MCUexpresso:&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;int main(void) {&lt;BR /&gt; /* Init board hardware. */&lt;BR /&gt; BOARD_InitBootPins();&lt;BR /&gt; BOARD_InitBootClocks();&lt;BR /&gt; /* Init FSL debug console. */&lt;BR /&gt; BOARD_InitDebugConsole();&lt;/P&gt;&lt;P&gt;printf("Hello World\n");&lt;/P&gt;&lt;P&gt;/* Force the counter to be placed into memory. */&lt;BR /&gt; volatile static int i = 0 ;&lt;BR /&gt; /* Enter an infinite loop, just incrementing a counter. */&lt;BR /&gt; while(1) {&lt;BR /&gt; i++ ;&lt;BR /&gt; }&lt;BR /&gt; return 0 ;&lt;BR /&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;When I run debug, it allwas ends whith this message: "No source available for "(gdb[81].proc[42000].threadGroup[i1],gdb[81].proc[42000].OSthread[1]).thread[1].frame[0]"&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="lpc54616.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/19767iE226C2A208AECCEF/image-size/large?v=v2&amp;amp;px=999" role="button" title="lpc54616.PNG" alt="lpc54616.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I create the new project for LPC54618 and then change in the MCU Settings the chip to LPC54616. Then it works...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 11:55:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/LPC54616J512-Problem/m-p/751457#M1739</guid>
      <dc:creator>jan92</dc:creator>
      <dc:date>2017-11-06T11:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54616J512 - Problem</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/LPC54616J512-Problem/m-p/751458#M1740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please post the debug log from starting your debug session for the LPC54616 project?&amp;nbsp;See section 14.11, " The Console View", of the MCUXpresso IDE v10.0.2 User Guide for details of how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MCUXpresso IDE Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 12:37:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/LPC54616J512-Problem/m-p/751458#M1740</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2017-11-06T12:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54616J512 - Problem</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/LPC54616J512-Problem/m-p/751459#M1741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here it is:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;305,927 2-gdb-version&lt;BR /&gt;305,936 ~"GNU gdb (GNU Tools for ARM Embedded Processors) 7.12.0.20161204-git\n"&lt;BR /&gt;305,937 ~"Copyright (C) 2016 Free Software Foundation, Inc.\n"&lt;BR /&gt;&lt;SPAN&gt;305,949 ~"License GPLv3+: GNU GPL version 3 or later &amp;lt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fgnu.org%2Flicenses%2Fgpl.html" rel="nofollow" target="_blank"&gt;http://gnu.org/licenses/gpl.html&lt;/A&gt;&lt;SPAN&gt;&amp;gt;\nThis is fre\&lt;/SPAN&gt;&lt;BR /&gt;e software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitt\&lt;BR /&gt;ed by law. Type \"show copying\"\nand \"show warranty\" for details.\n"&lt;BR /&gt;305,950 ~"This GDB was configured as \"--host=i686-w64-mingw32 --target=arm-none-eabi\".\nType \"sho\&lt;BR /&gt;w configuration\" for configuration details."&lt;BR /&gt;305,950 ~"\nFor bug reporting instructions, please see:\n"&lt;BR /&gt;&lt;SPAN&gt;305,950 ~"&amp;lt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.gnu.org%2Fsoftware%2Fgdb%2Fbugs%2F" rel="nofollow" target="_blank"&gt;http://www.gnu.org/software/gdb/bugs/&lt;/A&gt;&lt;SPAN&gt;&amp;gt;.\n"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;305,950 ~"Find the GDB manual and other documentation resources online at:\n&amp;lt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.gnu.org%2Fsoft" rel="nofollow" target="_blank"&gt;http://www.gnu.org/soft&lt;/A&gt;&lt;SPAN&gt;\&lt;/SPAN&gt;&lt;BR /&gt;ware/gdb/documentation/&amp;gt;.\n"&lt;BR /&gt;305,950 ~"For help, type \"help\".\n"&lt;BR /&gt;305,951 ~"Type \"apropos word\" to search for commands related to \"word\".\n"&lt;BR /&gt;305,951 2^done&lt;BR /&gt;305,952 (gdb) &lt;BR /&gt;305,953 3-environment-cd C:/Users/Jan/Documents/MCUXpressoIDE_10.0.2_411/workspace/LPC54616J512_Proj\&lt;BR /&gt;ect1&lt;BR /&gt;305,962 3^done&lt;BR /&gt;305,962 (gdb) &lt;BR /&gt;305,963 4-gdb-set breakpoint pending on&lt;BR /&gt;305,972 4^done&lt;BR /&gt;305,972 (gdb) &lt;BR /&gt;305,972 5-enable-pretty-printing&lt;BR /&gt;305,982 5^done&lt;BR /&gt;305,984 (gdb) &lt;BR /&gt;305,984 6-gdb-set python print-stack none&lt;BR /&gt;305,992 6^done&lt;BR /&gt;305,992 (gdb) &lt;BR /&gt;305,992 7-gdb-set print object on&lt;BR /&gt;306,002 7^done&lt;BR /&gt;306,002 (gdb) &lt;BR /&gt;306,003 8-gdb-set print sevenbit-strings on&lt;BR /&gt;306,012 8^done&lt;BR /&gt;306,012 (gdb) &lt;BR /&gt;306,013 9-gdb-set charset ISO-8859-1&lt;BR /&gt;306,022 9^done&lt;BR /&gt;306,022 (gdb) &lt;BR /&gt;306,023 10-gdb-set auto-solib-add on&lt;BR /&gt;306,032 10^done&lt;BR /&gt;306,032 (gdb) &lt;BR /&gt;306,037 11-file-exec-and-symbols --thread-group i1 C:/Users/Jan/Documents/MCUXpressoIDE_10.0.2_411/w\&lt;BR /&gt;orkspace/LPC54616J512_Project1/Debug/LPC54616J512_Project1.axf&lt;BR /&gt;306,043 11^done&lt;BR /&gt;306,043 (gdb) &lt;BR /&gt;306,045 12-interpreter-exec console "set non-stop on"&lt;BR /&gt;306,053 =cmd-param-changed,param="non-stop",value="on"&lt;BR /&gt;306,053 12^done&lt;BR /&gt;306,053 (gdb) &lt;BR /&gt;306,054 13-interpreter-exec console "set pagination off"&lt;BR /&gt;306,063 =cmd-param-changed,param="pagination",value="off"&lt;BR /&gt;306,063 13^done&lt;BR /&gt;306,063 (gdb) &lt;BR /&gt;306,064 14-interpreter-exec console "set mi-async"&lt;BR /&gt;306,073 =cmd-param-changed,param="mi-async",value="on"&lt;BR /&gt;306,073 14^done&lt;BR /&gt;306,073 (gdb) &lt;BR /&gt;306,076 15-interpreter-exec console "set remotetimeout 60000"&lt;BR /&gt;306,083 =cmd-param-changed,param="remotetimeout",value="60000"&lt;BR /&gt;306,083 15^done&lt;BR /&gt;306,083 (gdb) &lt;BR /&gt;306,112 16-target-select extended-remote | crt_emu_cm_redlink -msg-port=54611 -g -mi -2 -pLPC54616J5\&lt;BR /&gt;12 -vendor=NXP -reset= -ProbeHandle=1 -CoreIndex=0 -cache=disable -x C:\\Users\\Jan\\mcuxpresso\\.mc\&lt;BR /&gt;uxpressoide_packages_support\\LPC54616J512_support --flash-dir C:\\Users\\Jan\\mcuxpresso\\.mcuxpres\&lt;BR /&gt;soide_packages_support\\LPC54616J512_support\\Flash --telnet 3331&lt;BR /&gt;306,782 =thread-group-started,id="i1",pid="42000"&lt;BR /&gt;306,783 =thread-created,id="1",group-id="i1"&lt;BR /&gt;306,783 *running,thread-id="1"&lt;BR /&gt;306,996 ~"\nProgram"&lt;BR /&gt;306,996 ~" stopped.\n"&lt;BR /&gt;306,997 ~"0x0000003c in ?? ()\n"&lt;BR /&gt;306,998 *stopped,reason="signal-received",signal-name="0",signal-meaning="Signal 0",frame={addr="0x0\&lt;BR /&gt;000003c",func="??",args=[]},thread-id="1",stopped-threads=["1"]&lt;BR /&gt;306,999 16^connected&lt;BR /&gt;307,000 (gdb) &lt;BR /&gt;307,006 17-interpreter-exec console "set mem inaccessible-by-default off"&lt;BR /&gt;307,010 =cmd-param-changed,param="mem inaccessible-by-default",value="off"&lt;BR /&gt;307,011 17^done&lt;BR /&gt;307,011 (gdb) &lt;BR /&gt;307,017 18-interpreter-exec console "mon ondisconnect cont"&lt;BR /&gt;307,021 18^done&lt;BR /&gt;307,021 (gdb) &lt;BR /&gt;307,023 19-interpreter-exec console "set arm force-mode thumb"&lt;BR /&gt;307,032 =cmd-param-changed,param="arm force-mode",value="thumb"&lt;BR /&gt;307,032 19^done&lt;BR /&gt;307,032 (gdb) &lt;BR /&gt;307,033 20-interpreter-exec console "mon capabilities"&lt;BR /&gt;307,052 20^done&lt;BR /&gt;307,052 (gdb) &lt;BR /&gt;307,052 21-interpreter-exec console "set remote hardware-breakpoint-limit 6"&lt;BR /&gt;307,062 =cmd-param-changed,param="remote hardware-breakpoint-limit",value="6"&lt;BR /&gt;307,062 21^done&lt;BR /&gt;307,062 (gdb) &lt;BR /&gt;307,063 22-interpreter-exec console "mon semihost enable"&lt;BR /&gt;307,082 22^done&lt;BR /&gt;307,082 (gdb) &lt;BR /&gt;307,082 23-data-list-register-names&lt;BR /&gt;307,093 23^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7","r8","r9","r10","r11","r12",\&lt;BR /&gt;"sp","lr","pc","","","","","","","","","","xpsr","","","","","","","","","","","","","","","","","",\&lt;BR /&gt;"","","","","","","","","","","","","","","","d0","d1","d2","d3","d4","d5","d6","d7","d8","d9","d10"\&lt;BR /&gt;,"d11","d12","d13","d14","d15","","","","","","","","","","","","","","","","","fpscr","cycles","fpc\&lt;BR /&gt;cr","fpcar","fpdscr","mvfr0","mvfr1","s0","s1","s2","s3","s4","s5","s6","s7","s8","s9","s10","s11","\&lt;BR /&gt;s12","s13","s14","s15","s16","s17","s18","s19","s20","s21","s22","s23","s24","s25","s26","s27","s28"\&lt;BR /&gt;,"s29","s30","s31"]&lt;BR /&gt;307,093 (gdb) &lt;BR /&gt;307,094 24-target-download&lt;BR /&gt;307,123 24+download,{section=".text",section-size="60",total-size="8252"}&lt;BR /&gt;307,204 25-list-thread-groups&lt;BR /&gt;308,065 24^done,address="0x0",load-size="60",transfer-rate="568",write-rate="60"&lt;BR /&gt;308,065 (gdb) &lt;BR /&gt;308,067 26-gdb-show --thread-group i1 language&lt;BR /&gt;308,076 25^done,groups=[{id="i1",type="process",pid="42000",executable="C:\\Users\\Jan\\Documents\\M\&lt;BR /&gt;CUXpressoIDE_10.0.2_411\\workspace\\LPC54616J512_Project1\\Debug\\LPC54616J512_Project1.axf"}]&lt;BR /&gt;308,076 (gdb) &lt;BR /&gt;308,081 26^done,value="auto"&lt;BR /&gt;308,081 (gdb) &lt;BR /&gt;308,088 27-gdb-set --thread-group i1 language c&lt;BR /&gt;308,089 28-list-thread-groups i1&lt;BR /&gt;308,090 27^done&lt;BR /&gt;308,091 (gdb) &lt;BR /&gt;308,091 29-interpreter-exec --thread-group i1 console "p/x (char)-1"&lt;BR /&gt;308,094 28^done,threads=[{id="1",target-id="Thread 1",details="Runnable",frame={level="0",addr="0x00\&lt;BR /&gt;000000",func="__section_table_start",args=[]},state="stopped"}]&lt;BR /&gt;308,094 (gdb) &lt;BR /&gt;308,094 ~"$1 = 0xff\n"&lt;BR /&gt;308,094 29^done&lt;BR /&gt;308,095 (gdb) &lt;BR /&gt;308,096 30-data-evaluate-expression --thread-group i1 "sizeof (void*)"&lt;BR /&gt;308,100 31-stack-info-depth --thread 1 11&lt;BR /&gt;308,105 30^done,value="4"&lt;BR /&gt;308,105 (gdb) &lt;BR /&gt;308,105 31^done,depth="1"&lt;BR /&gt;308,105 (gdb) &lt;BR /&gt;308,107 32-gdb-set --thread-group i1 language auto&lt;BR /&gt;308,116 32^done&lt;BR /&gt;308,116 (gdb) &lt;BR /&gt;308,116 33-interpreter-exec --thread-group i1 console "show endian"&lt;BR /&gt;308,126 ~"The target endianness is set automatically (currently little endian)\n"&lt;BR /&gt;308,126 33^done&lt;BR /&gt;308,126 (gdb) &lt;BR /&gt;308,139 34-break-insert -f C:\\Users\\Jan\\Documents\\MCUXpressoIDE_10.0.2_411\\workspace\\lpcxpress\&lt;BR /&gt;o54618_driver_examples_usart_interrupt\\drivers\\fsl_reset.c:122&lt;BR /&gt;308,139 35-break-insert -f C:\\Users\\Jan\\Documents\\MCUXpressoIDE_10.0.2_411\\workspace\\TEST_USAR\&lt;BR /&gt;T\\source\\TEST_USART.c:50&lt;BR /&gt;308,139 36-break-insert -f C:\\Users\\Jan\\Documents\\MCUXpressoIDE_10.0.2_411\\workspace\\lpcxpress\&lt;BR /&gt;o54618_driver_examples_i2c_polling_transfer\\source\\i2c_polling_transfer.c:123&lt;BR /&gt;308,139 37-break-insert -f C:\\Users\\Jan\\Documents\\MCUXpressoIDE_10.0.2_411\\workspace\\lpcxpress\&lt;BR /&gt;o54618_driver_examples_i2c_polling_transfer\\source\\i2c_polling_transfer.c:178&lt;BR /&gt;308,140 &amp;amp;"No symbol table is loaded. Use the \"file\" command.\n"&lt;BR /&gt;308,141 34^done,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="&amp;lt;PENDING&amp;gt;",pending=\&lt;BR /&gt;"C:\\\\Users\\\\Jan\\\\Documents\\\\MCUXpressoIDE_10.0.2_411\\\\workspace\\\\lpcxpresso54618_driver_\&lt;BR /&gt;examples_usart_interrupt\\\\drivers\\\\fsl_reset.c:122",times="0",original-location="C:\\\\Users\\\\\&lt;BR /&gt;Jan\\\\Documents\\\\MCUXpressoIDE_10.0.2_411\\\\workspace\\\\lpcxpresso54618_driver_examples_usart_i\&lt;BR /&gt;nterrupt\\\\drivers\\\\fsl_reset.c:122"}&lt;BR /&gt;308,141 (gdb) &lt;BR /&gt;308,146 &amp;amp;"No symbol table is loaded. Use the \"file\" command.\n"&lt;BR /&gt;308,146 35^done,bkpt={number="2",type="breakpoint",disp="keep",enabled="y",addr="&amp;lt;PENDING&amp;gt;",pending=\&lt;BR /&gt;"C:\\\\Users\\\\Jan\\\\Documents\\\\MCUXpressoIDE_10.0.2_411\\\\workspace\\\\TEST_USART\\\\source\\\\&lt;BR /&gt;\TEST_USART.c:50",times="0",original-location="C:\\\\Users\\\\Jan\\\\Documents\\\\MCUXpressoIDE_10.0\&lt;BR /&gt;.2_411\\\\workspace\\\\TEST_USART\\\\source\\\\TEST_USART.c:50"}&lt;BR /&gt;308,146 (gdb) &lt;BR /&gt;308,147 38-break-insert -f C:\\Users\\Jan\\Documents\\MCUXpressoIDE_10.0.2_411\\workspace\\lpcxpress\&lt;BR /&gt;o54618_driver_examples_i2c_polling_transfer\\source\\i2c_polling_transfer.c:185&lt;BR /&gt;308,147 &amp;amp;"No symbol table is loaded. Use the \"file\" command.\n"&lt;BR /&gt;308,148 36^done,bkpt={number="3",type="breakpoint",disp="keep",enabled="y",addr="&amp;lt;PENDING&amp;gt;",pending=\&lt;BR /&gt;"C:\\\\Users\\\\Jan\\\\Documents\\\\MCUXpressoIDE_10.0.2_411\\\\workspace\\\\lpcxpresso54618_driver_\&lt;BR /&gt;examples_i2c_polling_transfer\\\\source\\\\i2c_polling_transfer.c:123",times="0",original-location="\&lt;BR /&gt;C:\\\\Users\\\\Jan\\\\Documents\\\\MCUXpressoIDE_10.0.2_411\\\\workspace\\\\lpcxpresso54618_driver_e\&lt;BR /&gt;xamples_i2c_polling_transfer\\\\source\\\\i2c_polling_transfer.c:123"}&lt;BR /&gt;308,149 (gdb) &lt;BR /&gt;308,149 39-break-insert -f C:\\Users\\Jan\\Documents\\MCUXpressoIDE_10.0.2_411\\workspace\\lpcxpress\&lt;BR /&gt;o54618_driver_examples_i2c_polling_transfer\\source\\i2c_polling_transfer.c:148&lt;BR /&gt;308,149 &amp;amp;"No symbol table is loaded. Use the \"file\" command.\n"&lt;BR /&gt;308,151 37^done,bkpt={number="4",type="breakpoint",disp="keep",enabled="y",addr="&amp;lt;PENDING&amp;gt;",pending=\&lt;BR /&gt;"C:\\\\Users\\\\Jan\\\\Documents\\\\MCUXpressoIDE_10.0.2_411\\\\workspace\\\\lpcxpresso54618_driver_\&lt;BR /&gt;examples_i2c_polling_transfer\\\\source\\\\i2c_polling_transfer.c:178",times="0",original-location="\&lt;BR /&gt;C:\\\\Users\\\\Jan\\\\Documents\\\\MCUXpressoIDE_10.0.2_411\\\\workspace\\\\lpcxpresso54618_driver_e\&lt;BR /&gt;xamples_i2c_polling_transfer\\\\source\\\\i2c_polling_transfer.c:178"}&lt;BR /&gt;308,152 (gdb) &lt;BR /&gt;308,153 &amp;amp;"No symbol table is loaded. Use the \"file\" command.\n"&lt;BR /&gt;308,155 38^done,bkpt={number="5",type="breakpoint",disp="keep",enabled="y",addr="&amp;lt;PENDING&amp;gt;",pending=\&lt;BR /&gt;"C:\\\\Users\\\\Jan\\\\Documents\\\\MCUXpressoIDE_10.0.2_411\\\\workspace\\\\lpcxpresso54618_driver_\&lt;BR /&gt;examples_i2c_polling_transfer\\\\source\\\\i2c_polling_transfer.c:185",times="0",original-location="\&lt;BR /&gt;C:\\\\Users\\\\Jan\\\\Documents\\\\MCUXpressoIDE_10.0.2_411\\\\workspace\\\\lpcxpresso54618_driver_e\&lt;BR /&gt;xamples_i2c_polling_transfer\\\\source\\\\i2c_polling_transfer.c:185"}&lt;BR /&gt;308,157 (gdb) &lt;BR /&gt;308,158 &amp;amp;"No symbol table is loaded. Use the \"file\" command.\n"&lt;BR /&gt;308,159 39^done,bkpt={number="6",type="breakpoint",disp="keep",enabled="y",addr="&amp;lt;PENDING&amp;gt;",pending=\&lt;BR /&gt;"C:\\\\Users\\\\Jan\\\\Documents\\\\MCUXpressoIDE_10.0.2_411\\\\workspace\\\\lpcxpresso54618_driver_\&lt;BR /&gt;examples_i2c_polling_transfer\\\\source\\\\i2c_polling_transfer.c:148",times="0",original-location="\&lt;BR /&gt;C:\\\\Users\\\\Jan\\\\Documents\\\\MCUXpressoIDE_10.0.2_411\\\\workspace\\\\lpcxpresso54618_driver_e\&lt;BR /&gt;xamples_i2c_polling_transfer\\\\source\\\\i2c_polling_transfer.c:148"}&lt;BR /&gt;308,160 (gdb) &lt;BR /&gt;308,161 40-break-insert -t -f main&lt;BR /&gt;308,161 &amp;amp;"Function \"main\" not defined.\n"&lt;BR /&gt;308,161 40^done,bkpt={number="7",type="breakpoint",disp="del",enabled="y",addr="&amp;lt;PENDING&amp;gt;",pending="\&lt;BR /&gt;main",times="0",original-location="main"}&lt;BR /&gt;308,161 (gdb) &lt;BR /&gt;308,167 41-exec-continue --thread-group i1&lt;BR /&gt;308,168 42-trace-status&lt;BR /&gt;308,171 41^running&lt;BR /&gt;308,171 *running,thread-id="1"&lt;BR /&gt;308,190 43-thread-info 1&lt;BR /&gt;308,232 (gdb) &lt;BR /&gt;308,232 42^done,supported="0"&lt;BR /&gt;308,232 (gdb) &lt;BR /&gt;308,302 43^done,threads=[{id="1",target-id="Thread 1",details="Stopped",state="running"}]&lt;BR /&gt;308,302 (gdb) &lt;BR /&gt;308,417 ~"\nProgram"&lt;BR /&gt;308,418 ~" received signal SIGSTOP, Stopped (signal).\n"&lt;BR /&gt;308,419 ~"0x0000003c in ?? ()\n"&lt;BR /&gt;308,420 *stopped,reason="signal-received",signal-name="SIGSTOP",signal-meaning="Stopped (signal)",fr\&lt;BR /&gt;ame={addr="0x0000003c",func="??",args=[]},thread-id="1",stopped-threads=["1"]&lt;BR /&gt;308,425 44-stack-info-depth --thread 1 11&lt;BR /&gt;308,433 44^done,depth="1"&lt;BR /&gt;308,434 (gdb) &lt;BR /&gt;308,462 45-thread-info 1&lt;BR /&gt;308,465 45^done,threads=[{id="1",target-id="Thread 1",details="Stopped",frame={level="0",addr="0x000\&lt;BR /&gt;0003c",func="??",args=[]},state="stopped"}]&lt;BR /&gt;308,465 (gdb) &lt;BR /&gt;308,627 46-trace-status&lt;BR /&gt;308,631 46^done,supported="0"&lt;BR /&gt;308,631 (gdb)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 12:47:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/LPC54616J512-Problem/m-p/751459#M1741</guid>
      <dc:creator>jan92</dc:creator>
      <dc:date>2017-11-06T12:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54616J512 - Problem</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/LPC54616J512-Problem/m-p/751460#M1742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - but that is the content from the&amp;nbsp;gdb traces console.&amp;nbsp;&amp;nbsp;I need to see the debug log (from the "Debug Messages console").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MCUXpresso IDE Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 12:51:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/LPC54616J512-Problem/m-p/751460#M1742</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2017-11-06T12:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54616J512 - Problem</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/LPC54616J512-Problem/m-p/751461#M1743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, Hope it is what you looking for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;MCUXpresso RedlinkMulti Driver v10.0 (Jun 22 2017 23:31:55 - crt_emu_cm_redlink build 272)&lt;BR /&gt;Reconnected to existing redlink server (PID 4294967295)&lt;BR /&gt;Connecting to probe 1 core 0 (server PID unknown) gave 'OK'&lt;BR /&gt;Probe Firmware: LPC-LINK2 CMSIS-DAP V5.182 (NXP Semiconductors)&lt;BR /&gt;Serial Number: I3F2MQIT&lt;BR /&gt;VID:PID: 1FC9:0090&lt;BR /&gt;USB Path: \\?\hid#vid_1fc9&amp;amp;pid_0090&amp;amp;mi_00#9&amp;amp;d767c1&amp;amp;0&amp;amp;0000#{4d1e55b2-f16f-11cf-88cb-001111000030}&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: 410FC240. Info: &amp;lt;None&amp;gt;&lt;BR /&gt;Debug protocol: SWD. RTCK: Disabled. Vector catch: Disabled.&lt;BR /&gt;Inspected v.2 On-chip Flash Memory LPC5460x_512K.cfx&lt;BR /&gt;Image 'LPC5460x (512K Flash) Oct 3 2016 17:52:49'&lt;BR /&gt;NXP: LPC54616J512&lt;BR /&gt;Connected: was_reset=true. was_stopped=false&lt;BR /&gt;MCUXpresso Free License - Downloads unlimited&lt;BR /&gt;Awaiting telnet connection to port 3331 ...&lt;BR /&gt;GDB nonstop mode enabled&lt;BR /&gt;Opening flash driver LPC5460x_512K.cfx&lt;BR /&gt;Sending SYSRESETREQ to run flash driver&lt;BR /&gt;Writing 60 bytes to address 0x00000000 in Flash&lt;BR /&gt;Erased/Wrote page 0-0 with 60 bytes in 371msec&lt;BR /&gt;Closing flash driver LPC5460x_512K.cfx&lt;BR /&gt;Flash Write Done&lt;BR /&gt;Flash Program Summary: 60 bytes in 0.37 seconds (0.16 KB/sec)&lt;BR /&gt;Stopped: VectorCatch:HardF (PC was 0x00000000) (VectorCatch)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 12:55:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/LPC54616J512-Problem/m-p/751461#M1743</guid>
      <dc:creator>jan92</dc:creator>
      <dc:date>2017-11-06T12:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54616J512 - Problem</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/LPC54616J512-Problem/m-p/751462#M1744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We'll investigate further - but one thing that looks very wrong here is that the image being downloaded is only 60 bytes in size. That doesn't even cover the first part of the vector table. That would suggest something is wrong with the configuration or building of your project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MCUXpresso IDE Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 13:09:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/LPC54616J512-Problem/m-p/751462#M1744</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2017-11-06T13:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54616J512 - Problem</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/LPC54616J512-Problem/m-p/751463#M1745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, here is the log from build, maybe it could help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Building target: Test_1.axf&lt;BR /&gt;Invoking: MCU Linker&lt;BR /&gt;arm-none-eabi-gcc -nostdlib -L"C:\Users\Jan\Documents\MCUXpressoIDE_10.0.2_411\workspace\Test_1\libs" -Xlinker -Map="Test_1.map" -Xlinker --gc-sections -Xlinker -print-memory-usage -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -T Test_1_Debug.ld -o "Test_1.axf" ./utilities/fsl_debug_console.o ./source/Test_1.o ./source/board.o ./source/clock_config.o ./source/pin_mux.o ./drivers/fsl_clock.o ./drivers/fsl_common.o ./drivers/fsl_flexcomm.o ./drivers/fsl_fmc.o ./drivers/fsl_power.o ./drivers/fsl_reset.o ./drivers/fsl_usart.o ./CMSIS/system_LPC54616.o -lfsl_power_lib&lt;BR /&gt;Memory region Used Size Region Size %age Used&lt;BR /&gt; PROGRAM_FLASH: 60 B 512 KB 0.01%&lt;BR /&gt; SRAM_0_1_2_3: 8 KB 160 KB 5.00%&lt;BR /&gt;c:/nxp/mcuxpressoide_10.0.2_411/ide/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ld.exe: warning: cannot find entry symbol ResetISR; defaulting to 00000000&lt;BR /&gt; SRAMX: 0 GB 32 KB 0.00%&lt;BR /&gt; USB_RAM: 0 GB 8 KB 0.00%&lt;BR /&gt;Finished building target: Test_1.axf&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 13:16:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/LPC54616J512-Problem/m-p/751463#M1745</guid>
      <dc:creator>jan92</dc:creator>
      <dc:date>2017-11-06T13:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54616J512 - Problem</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/LPC54616J512-Problem/m-p/751464#M1746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I can reproduce the problem. The warning given in the build is a partial clue ...&lt;/P&gt;&lt;PRE style="padding-left: 30px;"&gt;c:/nxp/mcuxpressoide_10.0.2_411/ide/tools/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ld.exe: warning: cannot find entry symbol ResetISR; defaulting to 00000000&lt;/PRE&gt;&lt;P&gt;The issue is basically that the project has no startup file in it, as an appropriate startup file&amp;nbsp;appears to be missing from the&amp;nbsp;LPC54616 SDK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We'll report the across to the SDK team. But in the meantime, you can just copy across&amp;nbsp;the startup file from&amp;nbsp;your LPC54618 project. Once you have done this - the above warning message should be removed - and your project should have built a debuggable application image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MCUXpresso IDE Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 14:47:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/LPC54616J512-Problem/m-p/751464#M1746</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2017-11-06T14:47:44Z</dc:date>
    </item>
  </channel>
</rss>

