<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Disable output to ARM Semihosting Console</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13201/disable-output-to-arm-semihosting-console</link><description>Hi, 
 I run the code of the radio_test example in a VisualGDB project. When I start it with a debugger connected, VisualGDB informs me that a ARM semihosting system call was detected and that it emulates a basic console. There are no actual outputs on</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 21 Apr 2016 08:08:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13201/disable-output-to-arm-semihosting-console" /><item><title>RE: Disable output to ARM Semihosting Console</title><link>https://devzone.nordicsemi.com/thread/50342?ContentTypeID=1</link><pubDate>Thu, 21 Apr 2016 08:08:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f66d0683-f682-4d83-9c22-27169a265322</guid><dc:creator>braucadr</dc:creator><description>&lt;p&gt;Meanwhile I found a solution. I just had to overwrite the function where the system call happens. I added these lines to main.c&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;extern int _isatty(int fd)
{
	return 1;
}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;just in case someone else faces the same problem...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>