<?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>implements a first - in last - out (FILO) queue of length</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/32927/implements-a-first---in-last---out-filo-queue-of-length</link><description> 
 Hi, I would like to write a stm32f4 discovery code using First
In Last Out queue of any length. I am initially confusing what is the
main communication protocol should i use USART or SPI or I2C
etc......I would like to use Vbat voltage sampled once</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: implements a first - in last - out (FILO) queue of length</title><link>https://community.arm.com/thread/140714?ContentTypeID=1</link><pubDate>Sat, 19 Apr 2014 02:30:43 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:e055e7ad-d172-472a-91bc-4348181fe87c</guid><dc:creator>ImPer Westermark</dc:creator><description>&lt;p&gt;&lt;p&gt;
I fail to understand why it would be a good idea to store battery
voltages in a stack. Normally, measurements are expected to be
processed in the same order they are measured, which would mean the
use of a normal queue.&lt;/p&gt;

&lt;p&gt;
A stack is normally used when something with a lower priority has
to be put aside to handle something with a higher priority, and you
then want to return back to that lower priority task at a later time.
Like when processing an mathematical expression and you suddenly find
a &amp;#39;(&amp;#39; which represents a sub-expression with a higher priority.&lt;/p&gt;

&lt;p&gt;
Or when your parents says: &amp;#39;Put the game aside and start working
with your school assignment!&amp;#39;&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: implements a first - in last - out (FILO) queue of length</title><link>https://community.arm.com/thread/137118?ContentTypeID=1</link><pubDate>Fri, 18 Apr 2014 23:07:39 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:5e82c906-7a18-4fda-8e41-fa2bf4d8edec</guid><dc:creator>Andy Neil</dc:creator><description>&lt;p&gt;&lt;p&gt;
What do &lt;i&gt;&lt;b&gt;you&lt;/b&gt;&lt;/i&gt; think?&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: implements a first - in last - out (FILO) queue of length</title><link>https://community.arm.com/thread/149001?ContentTypeID=1</link><pubDate>Fri, 18 Apr 2014 21:10:07 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:ec972dd0-ddc6-4e09-8366-385ac742fc9b</guid><dc:creator>Westonsupermare Pier</dc:creator><description>&lt;p&gt;&lt;p&gt;

STM32F4xx_DSP_StdPeriph_Lib_V1.3.0\Project\STM32F4xx_StdPeriph_Examples\ADC\ADC_VBATMeasurement\main.c&lt;/p&gt;

&lt;p&gt;
Bunch of other examples including timers in the library.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: implements a first - in last - out (FILO) queue of length</title><link>https://community.arm.com/thread/128553?ContentTypeID=1</link><pubDate>Fri, 18 Apr 2014 14:30:11 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:589beb35-d081-4dcd-9f74-7c6e1aaa361d</guid><dc:creator>runita</dc:creator><description>&lt;p&gt;&lt;p&gt;
&lt;b&gt;Okay now i got about stacks. So if i would like to store Vbat
voltage sampled one per second. What are the functions i should have
to use?&lt;/b&gt;&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: implements a first - in last - out (FILO) queue of length</title><link>https://community.arm.com/thread/120307?ContentTypeID=1</link><pubDate>Thu, 17 Apr 2014 19:13:24 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:61ed633d-ef4b-4b22-bc08-d976b4d9bd87</guid><dc:creator>Westonsupermare Pier</dc:creator><description>&lt;p&gt;&lt;p&gt;
And the point of doing this would be what exactly?&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: implements a first - in last - out (FILO) queue of length</title><link>https://community.arm.com/thread/107639?ContentTypeID=1</link><pubDate>Thu, 17 Apr 2014 16:10:24 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:c90eae17-fb6e-495c-b290-747abc17cfe6</guid><dc:creator>Andy Neil</dc:creator><description>&lt;p&gt;&lt;p&gt;
&lt;b&gt;&lt;br /&gt;
Did you actually read the Wikipedia article? Did you follow any of
the links?&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;
&lt;b&gt;Have you done any other research into the use &amp;amp;
implementation of FILO queues - aka &amp;quot;Stacks&amp;quot;?&lt;/b&gt;&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: implements a first - in last - out (FILO) queue of length</title><link>https://community.arm.com/thread/81843?ContentTypeID=1</link><pubDate>Thu, 17 Apr 2014 16:01:37 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:4f4c9bb8-3183-4f99-b1f9-aeafc1b975ef</guid><dc:creator>runita</dc:creator><description>&lt;p&gt;&lt;p&gt;
&lt;b&gt;So from what type of program that i can use to implement the
FILO queue....? Could you please help me to figure it out....Okay i
got it..i can use any communication protocol for this? Because i
would like to transmit and receive some bits. What should be the best
idea that i can implement in stm32f4 ?&lt;/b&gt;&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: implements a first - in last - out (FILO) queue of length</title><link>https://community.arm.com/thread/68643?ContentTypeID=1</link><pubDate>Thu, 17 Apr 2014 15:23:12 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:aa210f80-c194-4162-88d3-16c41a9fcd99</guid><dc:creator>Andy Neil</dc:creator><description>&lt;p&gt;&lt;p&gt;
&lt;b&gt;&lt;br /&gt;
The communication interface (UART, I2C, whatever) has nothing to do
with the FILO queue. Neither does the chip type. Neither does the
source of the data.&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;
&lt;b&gt;&lt;a href="http://en.wikipedia.org/wiki/LIFO_"&gt;en.wikipedia.org/.../LIFO_&lt;/a&gt;(computing)&lt;/b&gt;&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>