<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.arm.com/utility/feedstylesheets/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/"><channel><title>ASSIGN not working in initialization file</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/19769/assign-not-working-in-initialization-file</link><description> I&amp;#39;m trying to get COM1 to map to S1IN, but am having a few problems. I have the following in an initialization file 
 
MODE COM1 4800, 0, 8, 1
ASSIGN WIN2 &amp;lt;NUL &amp;gt;S1OUT
ASSIGN COM1 &amp;lt;S1IN &amp;gt;NUL
 
However, when I enter debug mode and then type assign I get</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: ASSIGN not working in initialization file</title><link>https://community.arm.com/thread/73816?ContentTypeID=1</link><pubDate>Tue, 07 Feb 2006 02:04:50 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:8710ff16-7f20-4ee0-934f-325b9b1df880</guid><dc:creator>Nuttick </dc:creator><description>&lt;p&gt;Thanks, that works fine now&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ASSIGN not working in initialization file</title><link>https://community.arm.com/thread/45520?ContentTypeID=1</link><pubDate>Tue, 07 Feb 2006 01:53:36 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:f18542f4-85b4-4add-bd59-772103b3ea1c</guid><dc:creator>Hans Schneebauer</dc:creator><description>&lt;p&gt;Please make sure that the last line of your initialization file &lt;pre&gt;ASSIGN COM1 &amp;lt;S1IN &amp;gt;NUL&lt;/pre&gt; is terminated with a carriage/return. Add an empty line at the end of your initialization file and try again. uVision only executes commands when the line is terminated.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>