<?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>Using COMMON directive through the IDE</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/15485/using-common-directive-through-the-ide</link><description> I&amp;#39;ve got a C program written for an ST10F168 that has a number of modules whose functions execute mutually exclusively from one another (the choice is based on a harness configuration into the ECU). Only one module executes at any given time and only</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: Using COMMON directive through the IDE</title><link>https://community.arm.com/thread/39802?ContentTypeID=1</link><pubDate>Tue, 18 Feb 2003 11:29:23 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:f10095b2-cfe5-4a11-9cf0-c67decd7517f</guid><dc:creator>Mik Kleshov</dc:creator><description>&lt;p&gt;Looks like section combine type (e.g. COMMON) can only be defined in assembly language. So if you want to make use of COMMON sections, you can generate SRC files from your C source files and edit them manually, which is inconvenient, to say the least.&lt;br /&gt;
Or you can use C unions.&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
- mike&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>