<?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>LPCXpresso IDEのトピックRe: The example of ADC does not work in Linux</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/The-example-of-ADC-does-not-work-in-Linux/m-p/535069#M4432</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Thu Oct 28 04:44:05 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm sorry, but you have not provided enough information to be able to help you:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- What does "compiles fine - though it says no print directory" mean? What is the actual text of any error message&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- have you added any printf/consoleprint calls in your application? It might be easier if you exported and posted the whole project: &lt;/SPAN&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/ImportExport&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:08:13 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:08:13Z</dc:date>
    <item>
      <title>The example of ADC does not work in Linux</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/The-example-of-ADC-does-not-work-in-Linux/m-p/535065#M4428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Luis Digital on Fri Oct 08 12:50:43 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello CodeRed,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The example of ADC does not work, I think the problem is that "printf" does not print.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In Windows it works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#000000]Any quick way to fix the library/example?[/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, have not yet fixed a bug that is almost a year old.:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://knowledgebase.nxp.com/showthread.php?t=49&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:08:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/The-example-of-ADC-does-not-work-in-Linux/m-p/535065#M4428</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: The example of ADC does not work in Linux</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/The-example-of-ADC-does-not-work-in-Linux/m-p/535066#M4429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Luis Digital on Sat Oct 09 07:47:24 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I added the files "Consoleprint.h" and "Consoleprint.c" within the ADC project, and now "printf" work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also added "consoleprint("\n");" in the Main Function.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:08:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/The-example-of-ADC-does-not-work-in-Linux/m-p/535066#M4429</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: The example of ADC does not work in Linux</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/The-example-of-ADC-does-not-work-in-Linux/m-p/535067#M4430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Mon Oct 11 01:20:14 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Looking at the LPC13 adc project supplied with the current LPCXpresso for Linux beta, it is using "old" startup code. If you replace the startup code with the code produced by the new project wizard, then you should find that the printf's will then write out to the console. For more information, please see the FAQ:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/redlib_v2_notes&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll pass this information on to NXP for fixing in a future drop of their lpcxpresso examples (along with the need to fix ADC_BASE -&amp;gt; LPC_ADC_BASE), as well as double-checking the CodeRed produced examples.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[Aside - The fact that you got things working by pulling in consoleprint() is due to it setting a symbol that is picked up by the debugging when loading an image, which then enables semihosting support in the debugger. However although your semihosting output then appears in the console, there are potentially other issues that would not be fixed.]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:08:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/The-example-of-ADC-does-not-work-in-Linux/m-p/535067#M4430</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: The example of ADC does not work in Linux</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/The-example-of-ADC-does-not-work-in-Linux/m-p/535068#M4431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Mike45 on Thu Oct 28 04:27:23 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I've changed ADC_BASE and selected semihosting for my build option(compiles fine - though it says no print directory) but i can't see anything in my console window when i debug the program.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there additional things you need to do or run the program in a certain way?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:08:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/The-example-of-ADC-does-not-work-in-Linux/m-p/535068#M4431</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: The example of ADC does not work in Linux</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/The-example-of-ADC-does-not-work-in-Linux/m-p/535069#M4432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Thu Oct 28 04:44:05 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm sorry, but you have not provided enough information to be able to help you:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- What does "compiles fine - though it says no print directory" mean? What is the actual text of any error message&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- have you added any printf/consoleprint calls in your application? It might be easier if you exported and posted the whole project: &lt;/SPAN&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/ImportExport&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:08:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/The-example-of-ADC-does-not-work-in-Linux/m-p/535069#M4432</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: The example of ADC does not work in Linux</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/The-example-of-ADC-does-not-work-in-Linux/m-p/535070#M4433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Mike45 on Thu Oct 28 05:22:56 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: CodeRedSupport&lt;/STRONG&gt;&lt;BR /&gt;I'm sorry, but you have not provided enough information to be able to help you:&lt;BR /&gt;- What does "compiles fine - though it says no print directory" mean? What is the actual text of any error message&lt;BR /&gt;- have you added any printf/consoleprint calls in your application? It might be easier if you exported and posted the whole project: &lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2F" rel="nofollow noopener noreferrer" target="_blank"&gt;http://support.code-red-tech.com/CodeRedWiki/ImportExport&lt;/A&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the output i get from my console when i build the program - notice the last set of text.&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV class="j-rte-table"&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca" style="border:1px solid black;background-color:#cacaca;"&gt; &lt;PRE&gt;
**** Clean-only build of configuration Debug for project adc ****

make clean 
rm -rf&amp;nbsp; ./src/adc.o ./src/adc_main.o ./src/cr_startup_lpc13.o&amp;nbsp; ./src/adc.d ./src/adc_main.d ./src/cr_startup_lpc13.d&amp;nbsp; adc.axf
 

**** Build of configuration Debug for project adc ****

make all 
Building file: ../src/adc.c
Invoking: MCU C Compiler
arm-none-eabi-gcc -D__USE_CMSIS=CMSISv1p30_LPC13xx -DCR_INTEGER_PRINTF -DDEBUG -D__CODE_RED -D__REDLIB__ -I"/home/samantha/workspace/CMSISv1p30_LPC13xx/inc" -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -mcpu=cortex-m3 -mthumb -MMD -MP -MF"src/adc.d" -MT"src/adc.d" -o"src/adc.o" "../src/adc.c"
Finished building: ../src/adc.c
 
Building file: ../src/adc_main.c
Invoking: MCU C Compiler
arm-none-eabi-gcc -D__USE_CMSIS=CMSISv1p30_LPC13xx -DCR_INTEGER_PRINTF -DDEBUG -D__CODE_RED -D__REDLIB__ -I"/home/samantha/workspace/CMSISv1p30_LPC13xx/inc" -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -mcpu=cortex-m3 -mthumb -MMD -MP -MF"src/adc_main.d" -MT"src/adc_main.d" -o"src/adc_main.o" "../src/adc_main.c"
Finished building: ../src/adc_main.c
 
Building file: ../src/cr_startup_lpc13.c
Invoking: MCU C Compiler
arm-none-eabi-gcc -D__USE_CMSIS=CMSISv1p30_LPC13xx -DCR_INTEGER_PRINTF -DDEBUG -D__CODE_RED -D__REDLIB__ -I"/home/samantha/workspace/CMSISv1p30_LPC13xx/inc" -O0 -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -mcpu=cortex-m3 -mthumb -MMD -MP -MF"src/cr_startup_lpc13.d" -MT"src/cr_startup_lpc13.d" -o"src/cr_startup_lpc13.o" "../src/cr_startup_lpc13.c"
Finished building: ../src/cr_startup_lpc13.c
 
Building target: adc.axf
Invoking: MCU Linker
arm-none-eabi-gcc -nostdlib -L"/home/samantha/workspace/CMSISv1p30_LPC13xx/Debug" -Xlinker --gc-sections -Xlinker -Map=adc.map -mcpu=cortex-m3 -mthumb -T "adc_Debug.ld" -o"adc.axf"&amp;nbsp; ./src/adc.o ./src/adc_main.o ./src/cr_startup_lpc13.o&amp;nbsp;&amp;nbsp; -lCMSISv1p30_LPC13xx
Finished building target: adc.axf
 
make --no-print-directory post-build
Performing post-build steps
arm-none-eabi-size adc.axf; # arm-none-eabi-objcopy -O ihex adc.axf adc.hex ;
&amp;nbsp;&amp;nbsp; text&amp;nbsp;&amp;nbsp; data&amp;nbsp;&amp;nbsp;&amp;nbsp; bss&amp;nbsp;&amp;nbsp;&amp;nbsp; dec&amp;nbsp;&amp;nbsp;&amp;nbsp; hexfilename
&amp;nbsp;&amp;nbsp; 9096&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 44&amp;nbsp;&amp;nbsp; 9144&amp;nbsp;&amp;nbsp; 23b8adc.axf
 
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I cut and pasted this project from your examples and made the following changes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV class="j-rte-table"&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca" style="border:1px solid black;background-color:#cacaca;"&gt; &lt;PRE&gt;
#define ADC_INTERRUPT_FLAG0/* 1 is interrupt driven, 0 is polling */
#define ADC_DEBUG1
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I took out the comment codes in front of printf in adc_main.c :&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV class="j-rte-table"&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca" style="border:1px solid black;background-color:#cacaca;"&gt; &lt;PRE&gt;#ifdef ADC_DEBUG
// Note: a single printf call can add 10k to code size
ADCBar(i, ADCValue&lt;I&gt;);
printf("ADC[%d] = %05d\r\n", i, ADCValue&lt;I&gt;);
#endif
&lt;/I&gt;&lt;/I&gt;&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i attached my export.&amp;nbsp; thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:08:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/The-example-of-ADC-does-not-work-in-Linux/m-p/535070#M4433</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: The example of ADC does not work in Linux</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/The-example-of-ADC-does-not-work-in-Linux/m-p/535071#M4434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Thu Oct 28 05:50:57 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;make --no-print-directory post-build&lt;BR /&gt;Performing post-build steps&lt;BR /&gt;arm-none-eabi-size adc.axf; # arm-none-eabi-objcopy -O ihex adc.axf adc.hex ;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; text&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bss&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dec&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hex&amp;nbsp;&amp;nbsp;&amp;nbsp; filename&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 9096&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 44&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9144&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 23b8&amp;nbsp;&amp;nbsp;&amp;nbsp; adc.axf&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is not an error. It is an option to 'make' that tells it not to print a change of directory. There are NO errors in the output that you have posted.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:08:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/The-example-of-ADC-does-not-work-in-Linux/m-p/535071#M4434</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: The example of ADC does not work in Linux</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/The-example-of-ADC-does-not-work-in-Linux/m-p/535072#M4435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Thu Oct 28 06:03:52 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Under Linux you may need to enable semihosting in the debugger:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[LIST]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]right-click on the project and select Launch configurations-.Open current launch configuration&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]in the dialog, switch to the Debugger tab&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]in the Script Values list, change "Semihosting support" to on&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/LIST]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now start your debug session again, and you should see the output.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:08:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/The-example-of-ADC-does-not-work-in-Linux/m-p/535072#M4435</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: The example of ADC does not work in Linux</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/The-example-of-ADC-does-not-work-in-Linux/m-p/535073#M4436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Mike45 on Thu Oct 28 06:19:27 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: CodeRedSupport&lt;/STRONG&gt;&lt;BR /&gt;Under Linux you may need to enable semihosting in the debugger:&lt;BR /&gt;&lt;BR /&gt;[LIST]&lt;BR /&gt;[*]right-click on the project and select Launch configurations-.Open current launch configuration&lt;BR /&gt;[*]in the dialog, switch to the Debugger tab&lt;BR /&gt;[*]in the Script Values list, change "Semihosting support" to on&lt;BR /&gt;[/LIST]&lt;BR /&gt;Now start your debug session again, and you should see the output.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It works.&amp;nbsp; Thank you for the support, this will make debugging a lot easier :)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:08:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/The-example-of-ADC-does-not-work-in-Linux/m-p/535073#M4436</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:08:16Z</dc:date>
    </item>
  </channel>
</rss>

