<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>DSP Support Forum : Thread List - Blackfin Processors</title>
    <link>http://ez.analog.com/community/blackfin-processors?view=discussions</link>
    <description>Latest Forum Threads in Blackfin Processors</description>
    <language>en</language>
    <pubDate>Fri, 20 Nov 2009 19:17:06 GMT</pubDate>
    <generator>Clearspace 2.5.7 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-11-20T19:17:06Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Device serial number</title>
      <link>http://ez.analog.com/thread/2348</link>
      <description>&lt;!-- [DocumentBodyStart:8bef6923-0c3d-4570-8f65-ad0350826cc3] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Is it possible to access the device serial number or any identifier unique to the device?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8bef6923-0c3d-4570-8f65-ad0350826cc3] --&gt;</description>
      <category domain="http://ez.analog.com/tags?containerType=?14&amp;container=2004">bf538</category>
      <category domain="http://ez.analog.com/tags?containerType=?14&amp;container=2004">hardware</category>
      <pubDate>Fri, 20 Nov 2009 17:58:29 GMT</pubDate>
      <author>analog@sgaur.hosted.jivesoftware.com</author>
      <guid>http://ez.analog.com/thread/2348</guid>
      <dc:date>2009-11-20T17:58:29Z</dc:date>
      <clearspace:dateToText>12 hours, 18 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>system services dma callback</title>
      <link>http://ez.analog.com/thread/2003</link>
      <description>&lt;!-- [DocumentBodyStart:47184e38-1ad2-4232-8ca1-9105164b2219] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;hello,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am using the system services and driver model to write a driver for the AD5663 DAC. I am building it upon the ADI sport driver with DMA using a two dimensional "ping pong" buffer. The idea is to fill one subbuffer, while the DMA transfere the other. This works fine, but I see a potensial problem in the way I get DMA events in my interrupt callback. The only event i get is the ADI_DEV_EVENT_SUB_BUFFER_PROCESSED. I never see the ADI_DEV_EVENT_BUFFER_PROCESSED. I had hoped to be able to determine which subbuffer the DMA had completed this way. My next approch was to use the pointer to the buffer received in the callback, but this pointer allways points to the start of the whole buffer, so there is no indication of what buffer that is actually processed. By examining system services source (adi_dma.c) I see the the following statements which I belive confirms my observation:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;        // CASE (circular)&lt;br/&gt;        case ADI_DMA_MODE_CIRCULAR:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;            // determine if it's an inner loop interrupt or an outer loop interrupt&lt;br/&gt;            if (pChannel-&amp;gt;Config-&amp;gt;b_DI_SEL == ADI_DMA_DI_SEL_OUTER_LOOP) {&lt;br/&gt;                Event = ADI_DMA_EVENT_OUTER_LOOP_PROCESSED;&lt;br/&gt;            } else {&lt;br/&gt;                Event = ADI_DMA_EVENT_INNER_LOOP_PROCESSED;&lt;br/&gt;            }&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;            // override the pArg callback parameter to be the buffer start address&lt;br/&gt;            pArg = pChannel-&amp;gt;StartAddr;&lt;br/&gt;            break;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Should i use another DMA model in my case? Is there a way to be absolutely sure that my program is syncronized to the DMA buffer handling? When I stop the transfere, will the DMA be re-initialised to start with a clean buffer structure or may it start in the subbuffer?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;mads-l&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:47184e38-1ad2-4232-8ca1-9105164b2219] --&gt;</description>
      <pubDate>Wed, 23 Sep 2009 07:02:37 GMT</pubDate>
      <author>analog@sgaur.hosted.jivesoftware.com</author>
      <guid>http://ez.analog.com/thread/2003</guid>
      <dc:date>2009-09-23T07:02:37Z</dc:date>
      <clearspace:dateToText>15 hours, 11 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>8</clearspace:messageCount>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>optimized goertzel algo for Blackfins</title>
      <link>http://ez.analog.com/thread/1788</link>
      <description>&lt;!-- [DocumentBodyStart:71fd24f6-781d-4c18-b51f-97e9efed4f02] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;hi !&lt;/p&gt;&lt;p&gt;is there any optimized code for a goertzel algorithm which is usable for blackfins?&lt;/p&gt;&lt;p&gt;regards chris&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:71fd24f6-781d-4c18-b51f-97e9efed4f02] --&gt;</description>
      <pubDate>Fri, 14 Aug 2009 06:17:28 GMT</pubDate>
      <author>analog@sgaur.hosted.jivesoftware.com</author>
      <guid>http://ez.analog.com/thread/1788</guid>
      <dc:date>2009-08-14T06:17:28Z</dc:date>
      <clearspace:dateToText>16 hours, 12 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Bootloading Blackfin BF537 with VisualDSP</title>
      <link>http://ez.analog.com/thread/2338</link>
      <description>&lt;!-- [DocumentBodyStart:27528610-4510-46b3-8c58-993775f06e69] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm starting to work with DSPs. I have a EZ-KIT with the BF537 on it. I can debug it using the integrated tools, no problem. My problem is, that I should use the Bootloader to get the code on it. I tried to change the preferences of the Project, but I have problems to bootload the code.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can anyone give me some hints how to do it? Everytime I click on "Load" he want's to connect zu the integrated flash loader, and does not use the UART bootloader. What am I doing wrong?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Sorry for my bad english and many thanks for help.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Andi&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Some Info: EZ-Kit with BF537 (ADSP-BF537 EZ-Kit Lite 2.2 (c) 2007) , VisualDSP 5.0.5.0&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:27528610-4510-46b3-8c58-993775f06e69] --&gt;</description>
      <category domain="http://ez.analog.com/tags?containerType=?14&amp;container=2004">ez-kit</category>
      <category domain="http://ez.analog.com/tags?containerType=?14&amp;container=2004">bootloader</category>
      <category domain="http://ez.analog.com/tags?containerType=?14&amp;container=2004">dsp</category>
      <category domain="http://ez.analog.com/tags?containerType=?14&amp;container=2004">visual</category>
      <category domain="http://ez.analog.com/tags?containerType=?14&amp;container=2004">bf537</category>
      <pubDate>Thu, 19 Nov 2009 16:15:39 GMT</pubDate>
      <author>analog@sgaur.hosted.jivesoftware.com</author>
      <guid>http://ez.analog.com/thread/2338</guid>
      <dc:date>2009-11-19T16:15:39Z</dc:date>
      <clearspace:dateToText>16 hours, 18 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>14</clearspace:messageCount>
      <clearspace:replyCount>13</clearspace:replyCount>
    </item>
    <item>
      <title>BF518F Kit Lite Related</title>
      <link>http://ez.analog.com/thread/2334</link>
      <description>&lt;!-- [DocumentBodyStart:479ae919-7b20-4d8b-bdfa-8e3bb332c3cb] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Can the Blackfin Landscape EZ Extender be used with BF518 Kit Lite also. In the information related to LCD extender, its been mentioned as&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h3&gt;Blackfin Landscape LCD EZ-Extender for the ADSP-BF526, ADSP-BF537, ADSP-BF538, and ADSP-BF548 EZ-KIT Lites.&lt;/h3&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But in the Blackfin evaluation kits page, Blackfin Landscape LCD EZ-Extender is mentioned under BF518 also. Please clarify.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:479ae919-7b20-4d8b-bdfa-8e3bb332c3cb] --&gt;</description>
      <pubDate>Wed, 18 Nov 2009 11:58:52 GMT</pubDate>
      <author>analog@sgaur.hosted.jivesoftware.com</author>
      <guid>http://ez.analog.com/thread/2334</guid>
      <dc:date>2009-11-18T11:58:52Z</dc:date>
      <clearspace:dateToText>17 hours, 15 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>TDM Mode Sport Connection</title>
      <link>http://ez.analog.com/thread/2346</link>
      <description>&lt;!-- [DocumentBodyStart:2e7db425-70e6-4f79-9537-5331ace9c9a7] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have few question regarding the SPORT TDM mode of operation.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1. How the sport signal pins needs to be connected for TDM operation?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;2.Whether the external pin sport connectivity is same for different TDM modes(Transmit only, Receive only, Both transmit and receive)?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;3. Suppose we connected one sport in TDM mode, Is it possible to opearte the Transmit and receive channels seperatly?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;4. Is there any EE note availble?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;5. whether the connectivity is same for both MAster and Slave mode of DSP?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2e7db425-70e6-4f79-9537-5331ace9c9a7] --&gt;</description>
      <category domain="http://ez.analog.com/tags?containerType=?14&amp;container=2004">sport</category>
      <pubDate>Fri, 20 Nov 2009 12:48:03 GMT</pubDate>
      <author>analog@sgaur.hosted.jivesoftware.com</author>
      <guid>http://ez.analog.com/thread/2346</guid>
      <dc:date>2009-11-20T12:48:03Z</dc:date>
      <clearspace:dateToText>18 hours, 47 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>VDK History view</title>
      <link>http://ez.analog.com/thread/2337</link>
      <description>&lt;!-- [DocumentBodyStart:a495cfa6-4552-47f6-bb8b-864fb46cb230] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I've a problem with one thread in my VDK application. After thread ends my app become instable.&lt;/p&gt;&lt;p&gt;If I take a look in the VDK history I found an event called &lt;strong&gt;"Max Stack Used"&lt;/strong&gt;.&lt;/p&gt;&lt;p&gt;What is ist? The Threads StackSize is big enough...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;any ideas?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;A&lt;/p&gt;&lt;p&gt;&lt;a href="http://ez.analog.com/servlet/JiveServlet/showImage/2-5423-1380/Thread.jpg"&gt;&lt;img alt="Thread.jpg" class="jive-image-thumbnail jive-image" onclick="" src="http://ez.analog.com/servlet/JiveServlet/downloadImage/2-5423-1380/Thread.jpg" width="620"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a495cfa6-4552-47f6-bb8b-864fb46cb230] --&gt;</description>
      <category domain="http://ez.analog.com/tags?containerType=?14&amp;container=2004">vdk</category>
      <pubDate>Thu, 19 Nov 2009 12:40:47 GMT</pubDate>
      <author>analog@sgaur.hosted.jivesoftware.com</author>
      <guid>http://ez.analog.com/thread/2337</guid>
      <dc:date>2009-11-19T12:40:47Z</dc:date>
      <clearspace:dateToText>19 hours, 19 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>BlackFin 2D Graphics Lib</title>
      <link>http://ez.analog.com/thread/2312</link>
      <description>&lt;!-- [DocumentBodyStart:b57dc3f0-940b-4457-b37f-0b22f7d57d96] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;HI ADI-Support,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would like to use the BlackFin 2D Lib in combination with a BF561. In my application I am using an LCD connected via RGB 565 on the PPI interface.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have two questions now:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1. The lib needs a pointer to  ARGB to RGB888 conversion routine. Is it also possible to use adapt this function and provide an ARGB to RGB565 conversion instead.&lt;/p&gt;&lt;p&gt;2. The libadi_graphics2d.dlb is about 2.4 MByte. Is this the true size of the production lib or does there a smaller lib exists?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance for help!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Best regards&lt;/p&gt;&lt;p&gt;Thomas&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b57dc3f0-940b-4457-b37f-0b22f7d57d96] --&gt;</description>
      <pubDate>Thu, 12 Nov 2009 08:50:12 GMT</pubDate>
      <author>analog@sgaur.hosted.jivesoftware.com</author>
      <guid>http://ez.analog.com/thread/2312</guid>
      <dc:date>2009-11-12T08:50:12Z</dc:date>
      <clearspace:dateToText>20 hours, 26 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>7</clearspace:messageCount>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>Does BF51x RSI interface need pull-up resistances and ESD protected components?</title>
      <link>http://ez.analog.com/thread/2344</link>
      <description>&lt;!-- [DocumentBodyStart:227d6ddb-8543-4efb-805d-cf2827b8c208] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Q1:I want to using BF514 drive a SD Card by RSI interface. For a stable system, Does BF51x RSI interface need pull-up resistances?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Q2:As you know, SD card is a removable storage device. In real world electrostatic destory is common. Does RSI interface support a protect abiltiy for 8KV static ?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:227d6ddb-8543-4efb-805d-cf2827b8c208] --&gt;</description>
      <category domain="http://ez.analog.com/tags?containerType=?14&amp;container=2004">rsi</category>
      <category domain="http://ez.analog.com/tags?containerType=?14&amp;container=2004">sdcard</category>
      <category domain="http://ez.analog.com/tags?containerType=?14&amp;container=2004">esd</category>
      <category domain="http://ez.analog.com/tags?containerType=?14&amp;container=2004">bf51x</category>
      <pubDate>Fri, 20 Nov 2009 07:37:43 GMT</pubDate>
      <author>tony.lxy@gmail.com</author>
      <guid>http://ez.analog.com/thread/2344</guid>
      <dc:date>2009-11-20T07:37:43Z</dc:date>
      <clearspace:dateToText>23 hours, 57 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>what type of FFT is suited for my application</title>
      <link>http://ez.analog.com/thread/2343</link>
      <description>&lt;!-- [DocumentBodyStart:066c4d83-fc6b-4a41-a41c-ffe6713ea181] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello guys.&lt;/p&gt;&lt;p&gt;i'm very new at using the blackfin processor, specifically the ADSP-BF537.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;for my implementation, i will have take the fft of a signal coming from an electric guitar,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;are there any sample fft programs that are similar to this type of application?&lt;/p&gt;&lt;p&gt;and what fft is best suited for this?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks in advance &lt;img height="16px" src="http://analog.hosted.jivesoftware.com/images/emoticons/happy.gif" width="16px"/&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:066c4d83-fc6b-4a41-a41c-ffe6713ea181] --&gt;</description>
      <pubDate>Fri, 20 Nov 2009 03:06:46 GMT</pubDate>
      <author>analog@sgaur.hosted.jivesoftware.com</author>
      <guid>http://ez.analog.com/thread/2343</guid>
      <dc:date>2009-11-20T03:06:46Z</dc:date>
      <clearspace:dateToText>1 day, 4 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Start to Use the BF561 Survillance kit by Avnet</title>
      <link>http://ez.analog.com/thread/2322</link>
      <description>&lt;!-- [DocumentBodyStart:3f1657ff-1453-4e79-a098-b6a8f182c64e] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Im beggining to use the survillance kit for BF561 from Avnet with a Micron Camera Sensor MT9D131 and I have the line_processing example but I cant see any image on the image viewer at the DSP++5.0. Does somebody is using these Avnet kit to image processing ? and can exchange some tips or knowledges on how can I use the kit to see the images, take pictures, film and recognize objetcs with these kit ?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3f1657ff-1453-4e79-a098-b6a8f182c64e] --&gt;</description>
      <category domain="http://ez.analog.com/tags?containerType=?14&amp;container=2004">kit</category>
      <category domain="http://ez.analog.com/tags?containerType=?14&amp;container=2004">bf561</category>
      <category domain="http://ez.analog.com/tags?containerType=?14&amp;container=2004">avnet</category>
      <category domain="http://ez.analog.com/tags?containerType=?14&amp;container=2004">survillence</category>
      <pubDate>Sun, 15 Nov 2009 16:22:25 GMT</pubDate>
      <author>analog@sgaur.hosted.jivesoftware.com</author>
      <guid>http://ez.analog.com/thread/2322</guid>
      <dc:date>2009-11-15T16:22:25Z</dc:date>
      <clearspace:dateToText>1 day, 9 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
  </channel>
</rss>

