<?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>Keil uVision 4.03 with TiniArm2138</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/26302/keil-uvision-4-03-with-tiniarm2138</link><description> 
Dear forum members, 

 
I am trying to compile the demo codes using Keil uVision 4.03 on
the Tini2138 from NewMicros. They have examples specifically for the
board and the older uVision 3.5. 

 
I can download the compiled hex file via FlashMagic and</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: Keil uVision 4.03 with TiniArm2138</title><link>https://community.arm.com/thread/90286?ContentTypeID=1</link><pubDate>Mon, 08 Mar 2010 03:56:09 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:abec68bc-a86f-4f33-9d1e-3ccdb7ee8fed</guid><dc:creator>Andy Neil</dc:creator><description>&lt;p&gt;&lt;p&gt;
Rather than use &amp;quot;Magic Numbers&amp;quot; like 0x00000050 or 0x00000005,
it&amp;#39;d be better to use symbolic definitions for the various bits.&lt;/p&gt;

&lt;p&gt;
If course, using the wrong symbolic definitions would still give
the wrong results...&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Keil uVision 4.03 with TiniArm2138</title><link>https://community.arm.com/thread/57850?ContentTypeID=1</link><pubDate>Mon, 08 Mar 2010 03:24:46 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:b79c55ec-4f6c-4044-9d0d-dad42ed23a8a</guid><dc:creator>Sean O&amp;amp;#39;Byrne</dc:creator><description>&lt;p&gt;&lt;p&gt;
No problem. I worked it out for myself: the &amp;#39;Use memory Layout
from target&amp;#39; checkbox needed to be checked. And I was trying to use
the serial.c file in the help that had&lt;/p&gt;

&lt;p&gt;
PINSEL0 |= 0x00000050; // Enable TxD0 and RxD0&lt;/p&gt;

&lt;p&gt;
rather than&lt;/p&gt;

&lt;p&gt;
PINSEL0 |= 0x00000005; // Enable TxD0 and RxD0&lt;/p&gt;

&lt;p&gt;
for the LPC2138.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>