<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://community.ti.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>TI E2E Community (Beta)</title><link>http://community.ti.com/forums/</link><description>All Posts</description><dc:language>en-US</dc:language><generator>CommunityServer 2008.5 SP2 (Debug Build: 40407.4157)</generator><item><title>what is the highest bandwidth sensor signal that can be input into MSP430?</title><link>http://community.ti.com/forums/thread/49330.aspx</link><pubDate>Tue, 17 Nov 2009 21:10:50 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:49330</guid><dc:creator>charly</dc:creator><slash:comments>6</slash:comments><comments>http://community.ti.com/forums/thread/49330.aspx</comments><wfw:commentRss>http://community.ti.com/forums/commentrss.aspx?SectionID=12&amp;PostID=49330</wfw:commentRss><description>&lt;p&gt;Hi I have been a question about&amp;nbsp;MSP430 with sensor applications.&lt;/p&gt;
&lt;p&gt;What is the highest bandwidth sensor signal that can be input into MSP430?&lt;/p&gt;
&lt;p&gt;I know MSP430 is a 8MHz microcontroller.&amp;nbsp;Is this related with the sampling rate?&lt;/p&gt;
&lt;p&gt;Also how does this change with the # of sensor signals? &lt;/p&gt;
&lt;p&gt;What will change&amp;nbsp;if increasing the # of sensors? &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can anyone give me some instruction or hint about these questions?&lt;/p&gt;
&lt;p&gt;Thanks a lot!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>DM365: Interleaving order of channels swaps periodically</title><link>http://community.ti.com/forums/thread/49979.aspx</link><pubDate>Fri, 20 Nov 2009 21:20:43 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:49979</guid><dc:creator>Tom Hanson</dc:creator><slash:comments>1</slash:comments><comments>http://community.ti.com/forums/thread/49979.aspx</comments><wfw:commentRss>http://community.ti.com/forums/commentrss.aspx?SectionID=34&amp;PostID=49979</wfw:commentRss><description>&lt;p&gt;Odd, but true: the interleaving order of the right and left channels occasionally swaps.&amp;nbsp; I&amp;#39;ve been hearing it for weeks and I finally caught it on a data dump. &lt;/p&gt;
&lt;p&gt;In the raw data buffer returned from DMAI&amp;#39;s Sound_read(), usually the left channel is first, followed by the right channel.&amp;nbsp; Periodially, this will change!&amp;nbsp; Typically between invocations of an application but at least once while it was running.&lt;/p&gt;
&lt;p&gt;Currently I&amp;#39;m using ALSA, previously I was using OSS.&amp;nbsp; This occurred in both scenarios.&lt;/p&gt;
&lt;p&gt;Any suggestions for where to look?&amp;nbsp; I don&amp;#39;t see any configurable options that should impact this.&lt;/p&gt;
&lt;p&gt;TIA!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>what's the different between omap35x and DM644x?</title><link>http://community.ti.com/forums/thread/50053.aspx</link><pubDate>Sun, 22 Nov 2009 03:23:11 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:50053</guid><dc:creator>Pan Aaron</dc:creator><slash:comments>1</slash:comments><comments>http://community.ti.com/forums/thread/50053.aspx</comments><wfw:commentRss>http://community.ti.com/forums/commentrss.aspx?SectionID=33&amp;PostID=50053</wfw:commentRss><description>&lt;p&gt;I have compare OMAP35x and DM644x. both of them are dual-core, and same DSP core C64x+, and even OMAP35x has a Cortex-A8 ARM core, it seems that OMAP 35x has better performance than DM644x, am I understanding right? OMAP35x can also works well in video processing, but what&amp;#39;s the advantage of DM644x.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>EDMA syncronization</title><link>http://community.ti.com/forums/thread/50059.aspx</link><pubDate>Sun, 22 Nov 2009 08:54:42 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:50059</guid><dc:creator>Arye Lerner</dc:creator><slash:comments>1</slash:comments><comments>http://community.ti.com/forums/thread/50059.aspx</comments><wfw:commentRss>http://community.ti.com/forums/commentrss.aspx?SectionID=38&amp;PostID=50059</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am using EDMA3 to write to UART2.&lt;/p&gt;
&lt;p&gt;I am activating it in manual triggered mode, and configuring it so each time&amp;nbsp;the transfer is complete, an interrupt is generated, where the new transfer parameters are set.&lt;/p&gt;
&lt;p&gt;This works fine, as long as I set a break point in interrupt routine, but when I let it run with no breakpoints, somwhere in the middle the transfer stops, although sequence runs to completion.&lt;/p&gt;
&lt;p&gt;I think the problem is in the way EDMA event register are configured:&lt;/p&gt;
&lt;p&gt;in start sequence I set (each with corrsponding bit): ICR and&amp;nbsp;ESR, in interrupt i set at the start ECR and ICR, at the end of interrupt service routine ESR (to triger nex event)&lt;/p&gt;
&lt;p&gt;Is this the right way to do it, or I miss something?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank You.&lt;/p&gt;
&lt;p&gt;Arye&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>TPS65930 USB ID pin connected to 3.1V externally work around to put the OTG port in a peripheral mode</title><link>http://community.ti.com/forums/thread/49530.aspx</link><pubDate>Wed, 18 Nov 2009 18:00:09 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:49530</guid><dc:creator>Mohsen Khayami</dc:creator><slash:comments>4</slash:comments><comments>http://community.ti.com/forums/thread/49530.aspx</comments><wfw:commentRss>http://community.ti.com/forums/commentrss.aspx?SectionID=107&amp;PostID=49530</wfw:commentRss><description>&lt;p&gt;Champs&lt;/p&gt;
&lt;p&gt;My customer has connected the ID pin on the USB connector to 3.1V. It was a mistake but they like to know if there is any work around to make the OTG port to work as&amp;nbsp;a peripheral. If there is any register bit that can be set to over come this. Please let me know.&lt;/p&gt;
&lt;p&gt;I notice&amp;nbsp; a bit in the OTG_CTRL that say IDPULLUP and if set to 0 it says it disables the sampling of the ID pin but it does not say it removes the PULLUP. Would this work or maybe some otehr register bits.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Mohsen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>SmartRF Studio, Packet Sniffer and eZ430-RF2480</title><link>http://community.ti.com/forums/thread/50096.aspx</link><pubDate>Mon, 23 Nov 2009 03:54:12 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:50096</guid><dc:creator>jan</dc:creator><slash:comments>0</slash:comments><comments>http://community.ti.com/forums/thread/50096.aspx</comments><wfw:commentRss>http://community.ti.com/forums/commentrss.aspx?SectionID=41&amp;PostID=50096</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is it possible to use SmartRF Studio and Packet Sniffer software from TI with eZ430-RF2480 &lt;/p&gt;
&lt;p&gt;and custom hardware based on TI RF transceivers?&lt;/p&gt;
&lt;p&gt;Jan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>C6727 dMAX for SPI transfer</title><link>http://community.ti.com/forums/thread/2734.aspx</link><pubDate>Tue, 16 Sep 2008 07:03:23 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:2734</guid><dc:creator>Balachandra</dc:creator><slash:comments>8</slash:comments><comments>http://community.ti.com/forums/thread/2734.aspx</comments><wfw:commentRss>http://community.ti.com/forums/commentrss.aspx?SectionID=39&amp;PostID=2734</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am trying to configure dMAX for SPI master transfer. But according to the TI document, dMAX supports only SPI slave transfer, as we know that dMAX is synchronised with the SPI receive event. I am really confused with it.&lt;/p&gt;
&lt;p&gt;1. Is there any way to configure dMAX for SPI master? There is an example code for SPI master transfer through dMAX in SPRU718B Page No 62, but dMAX configuration code is not available.&lt;span style="font-size:xx-small;font-family:Arial;"&gt;&lt;span style="font-family:Arial;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;2. If it is possible, how to synchronize dMAX with the SPI transmit event?&lt;/p&gt;
&lt;p&gt;Thanks in advance,&lt;/p&gt;
&lt;p&gt;Balachandra&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>why modify video_copy's server always error!!!!</title><link>http://community.ti.com/forums/thread/50094.aspx</link><pubDate>Mon, 23 Nov 2009 02:54:44 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:50094</guid><dc:creator>zhijun guo</dc:creator><slash:comments>0</slash:comments><comments>http://community.ti.com/forums/thread/50094.aspx</comments><wfw:commentRss>http://community.ti.com/forums/commentrss.aspx?SectionID=33&amp;PostID=50094</wfw:commentRss><description>&lt;p&gt;Hi: TI&amp;#39;s engineer:&lt;br /&gt;I just want to&amp;nbsp; modify the codecs.viddec_copy&amp;#39;s name &amp;quot;decgzj&amp;quot; instead of &amp;quot;viddec_copy&amp;quot;&lt;br /&gt;so I modified all the string &amp;quot;viddec_copy&amp;quot;&amp;nbsp; to &amp;quot;decgzj&amp;quot; in the file: VIDDEC_COPY.xdc VIDDEC_COPY.xs package.xdc and so on;&lt;br /&gt;then I also modified the file name (DEC_GZJ.xdc DEC_GZJ.xs) instead of (VIDDEC_COPY.xdc and VIDDEC_COPY.xs)&lt;/p&gt;
&lt;p&gt;then I modify the server&amp;#39;s file video_copy.cfg just as :&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var DEC_GZJ =&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; xdc.useModule(&amp;#39;codecs.decgzj.DEC_GZJ&amp;#39;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ........&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Server.algs = [&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;decgzj&amp;quot;,&amp;nbsp;&amp;nbsp;&amp;nbsp; // C name for the of codec&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mod:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEC_GZJ,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // var VIDDEC_COPY defined above&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; threadAttrs: {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; stackMemId: 0,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // BIOS MEM seg. ID for task&amp;#39;s stack&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; priority:&amp;nbsp;&amp;nbsp; Server.MINPRI + 1 // task priority&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; groupId :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // scratch group ID (see DSKT2 below)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;quot;videnc_copy&amp;quot;,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mod:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VIDENC_COPY,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; threadAttrs: {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; stackMemId: 0,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; priority:&amp;nbsp;&amp;nbsp; Server.MINPRI + 1&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; groupId :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;br /&gt;];&lt;br /&gt;======================================================================================================&lt;br /&gt;it can be generated the decgzj.a64P when build the codecs.decgzj&lt;br /&gt;but when I build the server it always error:&amp;nbsp; &amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp; error: symbol referencing errors - &amp;#39;video_copy.x64P&amp;#39; not built&lt;/p&gt;
&lt;p&gt;this is the all information:&lt;br /&gt;[root@localhost video_copy]# make&lt;br /&gt;XDCPATH=&amp;quot;/home/gzj/my_video_copy/server/video_copy/../..;&lt;br /&gt;/home/gzj/dvsdk_2_00_00_22/codec_engine_2_23_01/cetools/packages;&lt;br /&gt;/home/gzj/dvsdk_2_00_00_22/codec_engine_2_23_01/packages;&lt;br /&gt;/home/gzj/dvsdk_2_00_00_22/bios_5_33_03/packages&amp;quot; &lt;/p&gt;
&lt;p&gt;/home/gzj/xdctools_3_10_03/xs xdc.tools.configuro -c /home/gzj/dvsdk_2_00_00_22/cg6x_6_0_16 -o video_copy \&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -t ti.targets.C64P -p ti.platforms.evmDM6446 -b /home/gzj/my_video_copy/server/video_copy/../../config.bld \&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --tcf video_copy.cfg&lt;br /&gt;configuring video_copy.x64P from package/cfg/video_copy_x64P.cfg ...&lt;br /&gt;platform&amp;nbsp;&amp;nbsp; = ti.platforms.evmDM6446&lt;br /&gt;codecs.videnc_copy.close() ...&lt;br /&gt;ti.sdo.ce.ipc.bios.close(): loading dsplink.dsp&lt;/p&gt;
&lt;p&gt;NOTE: You can find the complete server data sheet in ./package/info/video_copy.x64P.DataSheet.html&lt;br /&gt;--------------------------------------------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; will link with codecs.decgzj:lib/decgzj.a64P&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; will link with codecs.videnc_copy:lib/videnc_copy_dma.a64P&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; will link with ti.sdo.ce.video:lib/release/video.a64P&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; will link with ti.sdo.ce.bioslog:lib/release/bioslog.a64P&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; will link with ti.sdo.ce:lib/release/ce.a64P&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; will link with ti.sdo.ce.alg:lib/release/Algorithm_BIOS.a64P&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; will link with ti.sdo.ce.ipc.bios:lib/release/ipc_bios.a64P&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; will link with ti.sdo.ce.osal.bios:lib/osal_bios.a64P&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; will link with ti.sdo.ce.osal.bios:lib/osal_bios_load.a64P&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; will link with ti.bios.utils:lib/utils.a64P&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; will link with ti.sdo.fc.acpy3:lib/release/acpy3.a64P&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; will link with ti.sdo.fc.memutils:lib/release/memutils.a64P&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; will link with ti.sdo.fc.dskt2:lib/release/dskt2.a64P&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; will link with ti.sdo.ce.utils.xdm:lib/release/XdmUtils.a64P&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; will link with ti.sdo.utils.trace:lib/release/gt.a64P&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; will link with ti.sdo.ce.node:lib/release/node.a64P&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; will link with ti.sdo.fc.dman3:lib/release/dman3Cfg.a64P&lt;br /&gt;cl64P package/cfg/video_copy_x64P.c ...&lt;br /&gt;asm64P package/cfg/video_copy_x64Pcfg.s62 ...&lt;br /&gt;cl64P package/cfg/video_copy_x64Pcfg_c.c ...&lt;br /&gt;XDCPATH=&amp;quot;/home/gzj/my_video_copy/server/video_copy/../..;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /home/gzj/dvsdk_2_00_00_22/codec_engine_2_23_01/cetools/packages;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /home/gzj/dvsdk_2_00_00_22/codec_engine_2_23_01/packages;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /home/gzj/dvsdk_2_00_00_22/bios_5_33_03/packages&amp;quot; &lt;/p&gt;
&lt;p&gt;/home/gzj/xdctools_3_10_03/xs xdc.tools.configuro -c /home/gzj/dvsdk_2_00_00_22/cg6x_6_0_16 -o video_copy \&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -t ti.targets.C64P -p ti.platforms.evmDM6446 -b &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /home/gzj/my_video_copy/server/video_copy/../../config.bld \&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --tcf video_copy.cfg&lt;br /&gt;/home/gzj/dvsdk_2_00_00_22/cg6x_6_0_16/bin/lnk6x -o video_copy.x64P -c main.obj video_copy/linker.cmd&lt;/p&gt;
&lt;p&gt;undefined&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; first referenced&lt;br /&gt;&amp;nbsp;symbol&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; in file&lt;br /&gt;---------&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ----------------&lt;br /&gt;_VIDDECCOPY_TI_VIDDECCOPY&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /home/gzj/my_video_copy/server/video_copy/video_copy/package/cfg/video_copy_x64P.o64P&lt;br /&gt;&amp;gt;&amp;gt;&amp;nbsp;&amp;nbsp; error: symbol referencing errors - &amp;#39;video_copy.x64P&amp;#39; not built&lt;br /&gt;make: *** [video_copy.x64P] Error 1&lt;br /&gt;==================================================================================================================&lt;br /&gt;who I can modify the video_copy!! thank you !!&lt;br /&gt;(note : I can run the video_copy in DVEVM DM6446)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Statically create a connection with  SMPL_Commission</title><link>http://community.ti.com/forums/thread/20960.aspx</link><pubDate>Thu, 07 May 2009 13:57:00 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:20960</guid><dc:creator>R.Nouna</dc:creator><slash:comments>12</slash:comments><comments>http://community.ti.com/forums/thread/20960.aspx</comments><wfw:commentRss>http://community.ti.com/forums/commentrss.aspx?SectionID=42&amp;PostID=20960</wfw:commentRss><description>&lt;p&gt;HI all,&lt;/p&gt;
&lt;p&gt;I will use the new properties of SimpliciTI to save more power at Startup time and without linking and joining. Have any one example using the SMPL_commission?.&lt;/p&gt;
&lt;p&gt;can I create the connection Table at build time ? if Yes how?&lt;/p&gt;
&lt;p&gt;I think I can have different Nodes withe different Adress but some Application port. is it correct? &lt;/p&gt;
&lt;p&gt;I use SimpliciTI 1.1.0 with eZ430-RF2500.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>HELP! Omap L-137 used as a USB-device does not enumerate!</title><link>http://community.ti.com/forums/thread/15586.aspx</link><pubDate>Mon, 23 Mar 2009 11:16:08 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:15586</guid><dc:creator>Michael</dc:creator><slash:comments>8</slash:comments><comments>http://community.ti.com/forums/thread/15586.aspx</comments><wfw:commentRss>http://community.ti.com/forums/commentrss.aspx?SectionID=39&amp;PostID=15586</wfw:commentRss><description>&lt;p&gt;Hello out there!&lt;/p&gt;
&lt;p&gt;I have a problem regarding the OMAP L-137, USB0 controller behaviour during enumeration. (This is an own driver development, not regarding the DSP/BIOS.)&lt;br /&gt;&lt;br /&gt;The USB0 controller is programmed as a USB-device. Test hardware is the Spectrum Digital EVM OMAP L-137. USB-host is a PC with MS Windows XP.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;During enumeration, for an unknown reason, the enumeration process does not go further the SET_ADDRESS request. It looks like writing the received device-address to register FADDR has no effect.&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Here is a typical log achieved from inside of my currently polled (interrupt-) service routine: &lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time in sec&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; USB Event&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; |---------------|-----------------------------------------------------&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.798&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; RESET&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.840&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; GET DEVICE DESCRIPTOR and send the 18 bytes requested (1)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.840&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; STATUS STAGE interrupt&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.840&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; STATUS STAGE interrupt ---&amp;gt; Why a second STATUS STAGE interrupt? For what? (2)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.842&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; RESET&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.870&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; SET ADDRESS (value=2)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.870&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; STATUS STAGE interrupt&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.870&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; ADDRESS (value=2) is written to FADDR&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.903&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; GET DEVICE DESCRIPTOR and send the 18 bytes requested (1)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.903&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; STATUS STAGE interrupt&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9.283&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; RESET&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9.323&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; GET DEVICE DESCRIPTOR and send the 18 bytes requested (1)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9.323&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; STATUS STAGE interrupt&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9.323&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; STATUS STAGE interrupt ---&amp;gt; Why a second STATUS STAGE interrupt? For what? (2)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9.325&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; RESET&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9.403&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; SET ADDRESS (value=2)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9.403&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; STATUS STAGE interrupt&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9.403&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; ADDRESS (value=2) is written to FADDR&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9.435&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; GET DEVICE DESCRIPTOR and send the 18 bytes requested (1)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9.436&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; STATUS STAGE interrupt&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9.815&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; RESET&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9.856&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; GET DEVICE DESCRIPTOR and send the 18 bytes requested (1)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9.856&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; STATUS STAGE interrupt&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9.856&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; STATUS STAGE interrupt ---&amp;gt; Why a second STATUS STAGE interrupt? For what? (2)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9.858&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; RESET&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9.936&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; SET ADDRESS (value=2)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9.936&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; STATUS STAGE interrupt&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9.936&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; ADDRESS (value=2) is written to FADDR&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9.969&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; GET DEVICE DESCRIPTOR and send the 18 bytes requested (1)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9.969&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; STATUS STAGE interrupt&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.349&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; SUSPEND (here Windows shows its error message)&lt;br /&gt;&lt;br /&gt;(1 The descriptor data seems to be received properly by the host. This has been tested by sending a bogus descriptor instead, which was not accepted!&lt;br /&gt;Also an eventual big/little-endian issue in the descriptor data has been tested without result.)&lt;br /&gt;&lt;br /&gt;(2 STATUS STAGE interrupt is an EP0 interrupt with PERI_CSR0.RXPKTRDY == 0. EP0 interrupts with events other than SET_ADDRESS and GET DEVICE DESCRIPTOR would have run into a breakpoint!)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Someone can help me?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>how to obtain slides from eTech Day Nov 2009?</title><link>http://community.ti.com/forums/thread/50090.aspx</link><pubDate>Mon, 23 Nov 2009 00:27:41 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:50090</guid><dc:creator>jan</dc:creator><slash:comments>0</slash:comments><comments>http://community.ti.com/forums/thread/50090.aspx</comments><wfw:commentRss>http://community.ti.com/forums/commentrss.aspx?SectionID=173&amp;PostID=50090</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thank you for the eTech Day presentations.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Can any of the slides / presentations from eTech Day be used in university teaching?&lt;/p&gt;
&lt;p&gt;If yes how to obtain them together with a permission to use?&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Jan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Error with emulator since update to 4.02</title><link>http://community.ti.com/forums/thread/50089.aspx</link><pubDate>Sun, 22 Nov 2009 23:30:07 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:50089</guid><dc:creator>Jerome Gagnon-Voyer</dc:creator><slash:comments>0</slash:comments><comments>http://community.ti.com/forums/thread/50089.aspx</comments><wfw:commentRss>http://community.ti.com/forums/commentrss.aspx?SectionID=35&amp;PostID=50089</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Since I&amp;#39;ve updated to CCC 4.02 (I was running CCC 4.0), I can&amp;#39;t connect/debug with my F28035 Developer Kit.&lt;/p&gt;
&lt;p&gt;It tells me &amp;quot;Eror initializing emulator&amp;quot; at the moment I want to launch the debugger.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve tried to create a new Target Connection, without any luck&lt;/p&gt;
&lt;p&gt;&lt;img src="http://i45.tinypic.com/2ch5mys.png" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://i46.tinypic.com/29vf6kj.png" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any idea?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Communication between PIC microcontroller - BQ78pl114 and BQ78pl114 Socket for PCB</title><link>http://community.ti.com/forums/thread/50027.aspx</link><pubDate>Sat, 21 Nov 2009 14:58:27 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:50027</guid><dc:creator>Brayts</dc:creator><slash:comments>1</slash:comments><comments>http://community.ti.com/forums/thread/50027.aspx</comments><wfw:commentRss>http://community.ti.com/forums/commentrss.aspx?SectionID=54&amp;PostID=50027</wfw:commentRss><description>&lt;p&gt;Hello,&lt;br /&gt;&lt;br /&gt;In the past few months i&amp;#39;ve being working with bq78pl114 for monitoring a li-ion battery pack, but I have some doubts before I end my application, those are:&lt;br /&gt;&lt;br /&gt;- Can I use a microcontroller like PIC18F2680 to acess the memory of bq78pl114 while is doing polling data? The ideia is replace the computer with de bqwizard software, by a microcontroler properly programmed to read the memory of bq78pl114 (through SBS commands) while is &amp;quot;working&amp;quot;(i.e read parameters from de battery pack)??&lt;br /&gt;&lt;br /&gt;- I&amp;#39;ve done some PCB&amp;#39;s to support bq78pl114 chip and the other electronic parts but some times the chip burns (I don&amp;#39;t now if is very normal this hapen, but with my expirience I guess this chip is to much sensitive), so I have the need of replace the bq78 in the board some times, but is very difficult due to is package.&lt;br /&gt;So my questions are, if exist any socket for the package of bq78pl114 (QFN RGZ 48 pin) and if is normal this chip getting easily damage??&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Brayts&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Evaluation board for ip camera design</title><link>http://community.ti.com/forums/thread/50087.aspx</link><pubDate>Sun, 22 Nov 2009 23:16:36 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:50087</guid><dc:creator>aric</dc:creator><slash:comments>0</slash:comments><comments>http://community.ti.com/forums/thread/50087.aspx</comments><wfw:commentRss>http://community.ti.com/forums/commentrss.aspx?SectionID=34&amp;PostID=50087</wfw:commentRss><description>&lt;p&gt;Hi everybody,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m starting the definition of an IP camera product for a customer, and it seems TI&amp;#39;s DM355 and DM365 offer everything is needed for that.&lt;/p&gt;
&lt;p&gt;Specs are: D1 ad CIF MPEG4 or H264, audio, web configuration, motion detection, OSD, auto iris/exposure&lt;/p&gt;
&lt;p&gt;As I need to go very quickly to a working prototype, I would like to clarify some points (sorry if you think they&amp;#39;re trivial but I&amp;#39;m really in a hurry!):&lt;/p&gt;
&lt;p&gt;1) Can I make the design using only open source code and royalties free? If yes, which processor/board will you suggest and  where can I download the kernel + drivers?&lt;/p&gt;
&lt;p&gt;2) Is there some apllication note (using open source code) regarding audio/video streaming, motion detection and OSD?&lt;/p&gt;
&lt;p&gt;I know about the Appro cameras, but unfortunately their delivery time of 4-6 weeks is just too long for me (is anybody willing to sell me one used?&lt;img src="http://e2e.ti.com/emoticons/emotion-5.gif" alt="Wink" /&gt;)&lt;/p&gt;
&lt;p&gt;Thanks a lot for your help!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Andrea&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>SIMPLICITI, help with message sizeof!</title><link>http://community.ti.com/forums/thread/50028.aspx</link><pubDate>Sat, 21 Nov 2009 15:41:47 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:50028</guid><dc:creator>Berto Otero</dc:creator><slash:comments>6</slash:comments><comments>http://community.ti.com/forums/thread/50028.aspx</comments><wfw:commentRss>http://community.ti.com/forums/commentrss.aspx?SectionID=42&amp;PostID=50028</wfw:commentRss><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m working with the IAR Workbench, using simpliciti 1.1.0 with the ap_as_data_hub as reference. I have two smartRF04 and six CC2430EM.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m trying to develop a star network with one access point and it will have over 20 end devices.&lt;/p&gt;
&lt;p&gt;I need to know if I can send a 16 bits message from each end devices to the access point because the simpliciti msg [ ] definition it&amp;#39;s 8 bits size.&lt;/p&gt;
&lt;p&gt;(smplStatus_t SMPL_Send(linkID_t lid, uint8_t *msg, uint8_t len)).&lt;/p&gt;
&lt;p&gt;thanks for your help&lt;/p&gt;
&lt;p&gt;Berto&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Building Arago</title><link>http://community.ti.com/forums/thread/50085.aspx</link><pubDate>Sun, 22 Nov 2009 23:03:36 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:50085</guid><dc:creator>Constantine</dc:creator><slash:comments>0</slash:comments><comments>http://community.ti.com/forums/thread/50085.aspx</comments><wfw:commentRss>http://community.ti.com/forums/commentrss.aspx?SectionID=34&amp;PostID=50085</wfw:commentRss><description>&lt;p&gt;I tried to build file system with Arago project accordingly &lt;a href="http://wiki.davincidsp.com/index.php/DaVinci_PSP_03.01_Phase_2_Release_Notes"&gt;http://wiki.davincidsp.com/index.php/DaVinci_PSP_03.01_Phase_2_Release_Notes&lt;/a&gt; .&lt;/p&gt;
&lt;p&gt;I installed required packages on my Ubuntu 9.10 with &lt;br /&gt; sudo apt-get&amp;nbsp; install help2man diffstat texi2html texinfo&lt;/p&gt;
&lt;p&gt;In addition to sample environment configuration I defined:&lt;/p&gt;
&lt;p&gt;&lt;i&gt;export MACHINE=dm365-evm&lt;br /&gt;export TARGET_OS=linux-gnueabi&lt;br /&gt;export TARGET_OS=linux&lt;br /&gt;export DISTRO=minimal&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;After issuing command &lt;br /&gt;&lt;i&gt;bitbake arago-base-image&lt;br /&gt;&lt;/i&gt;&lt;br /&gt;I got errors:&lt;br /&gt;/home/const/oe/arago-bitbake/lib/bb/COW.py:29: DeprecationWarning: the sets module is deprecated&lt;br /&gt;&amp;nbsp; import types, sets&lt;br /&gt;NOTE: Handling BitBake files: | (7439/7462) [99 %]NOTE: &amp;lt;type &amp;#39;exceptions.OSError&amp;#39;&amp;gt;:[Errno 2] No such file or directory while evaluating:&lt;br /&gt;&lt;b&gt;${@csl_get_main_version(d)}&lt;br /&gt;ERROR: [Errno 2] No such file or directory while parsing /home/const/oe/arago/recipes/meta/external-toolchain-csl.bb&lt;br /&gt;&lt;/b&gt;NOTE: Handling BitBake files: - (7462/7462) [100 %]&lt;br /&gt;NOTE: Parsing finished. 0 cached, 7153 parsed, 308 skipped, 129 masked.&lt;br /&gt;ERROR: Parsing errors found, exiting...&lt;/p&gt;
&lt;p&gt;What is wrong? How to fix it?&lt;br /&gt;Thanks.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>C6747 USB0 Device operation</title><link>http://community.ti.com/forums/thread/18840.aspx</link><pubDate>Tue, 21 Apr 2009 13:32:01 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:18840</guid><dc:creator>Krzysztof Kanas</dc:creator><slash:comments>58</slash:comments><comments>http://community.ti.com/forums/thread/18840.aspx</comments><wfw:commentRss>http://community.ti.com/forums/commentrss.aspx?SectionID=32&amp;PostID=18840</wfw:commentRss><description>&lt;p&gt;Hi,&lt;br /&gt;I am using OMAP-L137 witch C6747 DSP processor, and I would like to operate USB OTG as device, I have probably initialized it wrong or not done something because I can&amp;#39;t get USB host to detect device (USB host is standard PC).&amp;nbsp;&lt;br /&gt;&lt;br /&gt;From my work with USB I know I should turn on Pull up on D+ or D- line (regardless if it full speed or low speed device) and after that host should try to enumerate device. I can&amp;#39;t get info how to enable those Pull up.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I tried USB initialization according to examples from sprufm9b.pdf  and forced USB to Device mode, but still  SESSION bit is not set in DEVCTL of USB register and processor is waiting for session to begin.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Any help would be appreciated, I can copy paste source code if its needed.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Trying to use Main Flash as Data storage in the MSP420f22x74</title><link>http://community.ti.com/forums/thread/47585.aspx</link><pubDate>Sun, 08 Nov 2009 17:26:48 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:47585</guid><dc:creator>Triston McLean</dc:creator><slash:comments>6</slash:comments><comments>http://community.ti.com/forums/thread/47585.aspx</comments><wfw:commentRss>http://community.ti.com/forums/commentrss.aspx?SectionID=12&amp;PostID=47585</wfw:commentRss><description>&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Hola All,&lt;br /&gt;&lt;br /&gt;I&amp;#39;m trying to make a program that takes ADC readings twice a second for a hour and stores these values &lt;br /&gt;in the Main flash memory of the MSP430x2274.Later this data will be sent to a computer and &lt;br /&gt;then graphed using MatLab.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve drawn out a general flow chart of how this program will function, and I&amp;#39;ve made and tested&lt;br /&gt;functions to take care of the timing and the voltage readings with success. However, I&amp;#39;ve hit a &lt;br /&gt;bump. I made functions that erase, write too, and get data from the information memory, but there &lt;br /&gt;isn&amp;#39;t enough room in information memory. I then tried to alter these functions so they would instead &lt;br /&gt;write, read, and erase segments of main memory. Its this part that I&amp;#39;m stuck on.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve made some code below that uses the functions i&amp;#39;m trying to use to accomplish reading and &lt;br /&gt;writing to FLASH. Unlike the info memory, all the memory in the main section, when viewed in the Memory &lt;br /&gt;window, are 0, and since bits in Flash memory can only be changed from 1 to 0 I &lt;br /&gt;created an erase function, but it doesn&amp;#39;t work and I don&amp;#39;t know why. Sorry about that run on sentence.&lt;br /&gt;There are also sections in the main memory that all have the same &amp;quot;random&amp;quot; value and are spaced the same &lt;br /&gt;distance apart. I have no idea what these are or do, but they do change every time I step through the code.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So let me sum up my questions concisely.&lt;br /&gt;&lt;br /&gt;1) In the code below, why don&amp;#39;t the functions work as intended?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2) Can I use Flash memory as data storage, without moving or altering the code memory?&lt;br /&gt;&lt;br /&gt;Thanks for looking over my code ,and any help you can offer.&lt;br /&gt;&lt;br /&gt;Triston&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;____________________________________ CODE __________________________________________________&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #include&amp;#39;msp430x22x4&amp;#39;;&lt;br /&gt;&lt;br /&gt;//******************************* Function declarations ****************&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; void Data_Erase_Main(void);&lt;br /&gt;&lt;br /&gt;//******************************* Global Variables *********************&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; volatile unsigned int ADC, i, Temp;&lt;br /&gt;&lt;br /&gt;//******************************* Main Program Start *******************&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; void main(void)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;WDTCTL = WDTPW + WDTHOLD;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Turn off WDT&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;// Clock Set Up&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;DCOCTL = CALDCO_1MHZ;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;BCSCTL1 = CALBC1_1MHZ;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;BCSCTL2 = SELM_0 | DIVM_0|DIVS_3;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Selects DCo as masterclock, Division&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // for&amp;nbsp; master clock and submaster clock&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // (1, and 8, respectively)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;for(;;)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;Data_Erase_Main();&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;// supposed to erase a segment of main memory.&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;for( i = 1; i&amp;lt; 4 ;i++)&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;// For loop places 1 - 3 in main memory &lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;ADC = i;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;Data_In_Main(i);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;for( i = 1; i &amp;lt; 4; i++)&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;// Using CCE Debug the values 1 - 3 are checked&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;{&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;Temp = Data_Out_Main();&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;//****************************** Function Definitions ************************************&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //------------------------------ Data_Erase_Main -----------------------------------&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; void Data_Erase_Main(void)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;int *P_int;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;FCTL2 = FWKEY + FSSEL0 + FN1;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;FCTL3 = FWKEY;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // clr LOCK bit&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;FCTL1 = FWKEY + ERASE;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;// activate segment erase mode&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;P_int = (int*)0x4A00;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;*P_int = 0;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; // Dummy write to erase.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // ----------------------------- Data_In_Main -----------------------------------------&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; void Data_In_Main(int n)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;int *P_int;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;FCTL2 = FWKEY + FSSEL0 + FN1;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;FCTL3 = FWKEY;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // CLR LOCK Bit&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;FCTL1 = FWKEY + WRT;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;// Set WRT bit to enable WRT mode&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;n--;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // setting n to one will ensure a write to the &lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // original pointer location (i.e. 0x4A00).&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;P_int = (int*)0x4A00;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // Intiate pointer to selected location&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;P_int = P_int - n;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;*P_int = ADC;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;FCTL1 = FWKEY;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;FCTL3 = FWKEY + LOCK;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;//--------------------------- Data_Out_Main ------------------------------------------&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;unsigned int Data_Out_Main(int n)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;volatile unsigned int x2 = 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;int *P_int;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;FCTL2 = FWKEY + FSSEL0 + FN1;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;FCTL3 = FWKEY;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;// CLR LOCK bit&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;n--;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;P_int = (int*)0x4A00;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;// Set pointer to reference location&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;P_int = P_int - n;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Go to location n away from reference&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;x2 = *P_int;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; // Store value in x2&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;return x2;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // return x2 value to main function&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>vsp2566 AFE/CCD questions</title><link>http://community.ti.com/forums/thread/50082.aspx</link><pubDate>Sun, 22 Nov 2009 22:27:52 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:50082</guid><dc:creator>Ray Schumacher</dc:creator><slash:comments>0</slash:comments><comments>http://community.ti.com/forums/thread/50082.aspx</comments><wfw:commentRss>http://community.ti.com/forums/commentrss.aspx?SectionID=88&amp;PostID=50082</wfw:commentRss><description>&lt;p&gt;To interface the&amp;nbsp;vsp2566 to a TC237 or TC253 CCD (or any other), how is the H/V pixel count set? Ie, to properly set OB via the leading, trailing pixels per line, &amp;nbsp;and blank lines, it seems that the AFE needs these values set in a register (?). I&amp;#39;ve read the PDFs and the block diagram pages, but it still isn&amp;#39;t quite clear. &lt;/p&gt;
&lt;p&gt;Are there reference circuits for the vsp2566? DSP code?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>EZ430-RF2500-SEH price too high for students project</title><link>http://community.ti.com/forums/thread/49629.aspx</link><pubDate>Thu, 19 Nov 2009 03:11:16 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:49629</guid><dc:creator>jan</dc:creator><slash:comments>2</slash:comments><comments>http://community.ti.com/forums/thread/49629.aspx</comments><wfw:commentRss>http://community.ti.com/forums/commentrss.aspx?SectionID=41&amp;PostID=49629</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I was thinking of getting a couple of eZ430-RF2500-SEH for students project, but the price $149 is too high.&lt;/p&gt;
&lt;p&gt;Now, it has eZ430-RF2500, which costs $49 + CBC050, which costs $35.95 &lt;a href="http://search.digikey.com/scripts/DkSearch/dksus.dll?Cat=2621710&amp;amp;k=Cymbet"&gt;http://search.digikey.com/scripts/DkSearch/dksus.dll?Cat=2621710&amp;amp;k=Cymbet&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;plus a small solar panel + others.&lt;/p&gt;
&lt;p&gt;From a simple math it looks, like it is a most expensive small solar panel in a world.&lt;/p&gt;
&lt;p&gt;Can that price be made more realistic?&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Jan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>how to access pixel data (i.e. YUV) in buffer</title><link>http://community.ti.com/forums/thread/50079.aspx</link><pubDate>Sun, 22 Nov 2009 21:02:42 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:50079</guid><dc:creator>Jawa</dc:creator><slash:comments>0</slash:comments><comments>http://community.ti.com/forums/thread/50079.aspx</comments><wfw:commentRss>http://community.ti.com/forums/commentrss.aspx?SectionID=33&amp;PostID=50079</wfw:commentRss><description>&lt;p&gt;I have a couple of basic questions. &lt;/p&gt;
&lt;p&gt;a) How does one access the pixel information, in the buffer.&lt;/p&gt;
&lt;p&gt;I am using the dm6467 board and running the encode/decode. I have reproduced&lt;/p&gt;
&lt;p&gt;the code context in the demo for reference below:&lt;/p&gt;
&lt;p&gt;-------------------------------------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Get a buffer from the capture driver to encode */&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (Capture_get(hCapture, &amp;amp;hCapBuf) &amp;lt; 0) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ERR(&amp;quot;Failed to get capture buffer\n&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cleanup(THREAD_FAILURE);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (resize) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Resize buffer from 720P to a smaller resolution */&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (Resize_execute(hRsz, hCapBuf, hIntBuf) &amp;lt; 0) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ERR(&amp;quot;Failed to execute resize job\n&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cleanup(THREAD_FAILURE);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hInBuf = hIntBuf;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hInBuf = hCapBuf;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /*&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Color convert the captured (and possibly resized)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * buffer from 422Psemi to 420Psemi.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; */&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (Ccv_execute(hCcv, hInBuf, hDstBuf) &amp;lt; 0) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ERR(&amp;quot;Failed to execute color conversion job\n&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cleanup(THREAD_FAILURE);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;question: a) How do I access pixel info like luma and chroma YUV structure of the frame from the hDstBuf which is a pointer to Buffer_Handle ?&amp;nbsp; any code snippets available ? (I take from the comment&lt;/p&gt;
&lt;p&gt;that it is in the 420Psemi format.)&lt;/p&gt;
&lt;p&gt;b) are there any tools available for viewing the frame in this format after I retrieve it ?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Thanks in advance,&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to get started with CC2530, Home Automation, ...</title><link>http://community.ti.com/forums/thread/26831.aspx</link><pubDate>Wed, 17 Jun 2009 19:26:14 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:26831</guid><dc:creator>Amit Kumar</dc:creator><slash:comments>4</slash:comments><comments>http://community.ti.com/forums/thread/26831.aspx</comments><wfw:commentRss>http://community.ti.com/forums/commentrss.aspx?SectionID=45&amp;PostID=26831</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I am new to embedded systems, but I am very much interested in developing Zigbee application for Home &amp;amp; Building Automation and other stuffs. As per TI site, CC2350 is the new SoC being offered by TI, my question may seem silly to you but I am novice to this domain, please bear with me :)&lt;/p&gt;
&lt;p&gt;CC2530 - this a RF transceiver with Z-stack embedded on it. I can develop Zigbee application using IDE provided by IAR or GCC, load it on CC2530 and I can start using this as a fully functional wireless network node, am I right?&lt;/p&gt;
&lt;p&gt;I have just above mentioned requirements that I need a RF transceiver/SoC embedded with Z-Stack, on which I can load my own applications and this should be functional as a node in the wireless network. Could you suggest me the best possible solution from TI keeping in consideration my requirements.&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;
&lt;p&gt;-Amit&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Real-time video processing</title><link>http://community.ti.com/forums/thread/50077.aspx</link><pubDate>Sun, 22 Nov 2009 20:17:18 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:50077</guid><dc:creator>Bulut Akisik</dc:creator><slash:comments>0</slash:comments><comments>http://community.ti.com/forums/thread/50077.aspx</comments><wfw:commentRss>http://community.ti.com/forums/commentrss.aspx?SectionID=38&amp;PostID=50077</wfw:commentRss><description>&lt;p&gt;&lt;img alt="" /&gt;&lt;img alt="" /&gt;We are a team of engineers working on an innovative product in the
industry of security&amp;amp;surveillance systems.We are inquiring about
the products in market which may fit to our desires.Our inquiry is
based on &lt;b&gt;video processing products capable of providing simultaneous processing of multiple camera inputs with the user defined algorithm&lt;/b&gt;.
Tailored combinations of frame grabbers and microcontrollers or FPGAs will be offering the
most suitable products for us to work on.We are in a stage of testing
our algorithm in real-time environment and we hope by the hardware
recommendation of you , this product will become reality in a short
time.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How can I use a cmos sensor with DM355EVM?</title><link>http://community.ti.com/forums/thread/8264.aspx</link><pubDate>Fri, 12 Dec 2008 06:28:34 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:8264</guid><dc:creator>Tony</dc:creator><slash:comments>16</slash:comments><comments>http://community.ti.com/forums/thread/8264.aspx</comments><wfw:commentRss>http://community.ti.com/forums/commentrss.aspx?SectionID=34&amp;PostID=8264</wfw:commentRss><description>&lt;p&gt;&lt;span style="font-family:Courier New;"&gt;I want to use a CMOS imager outputting 8bit YCbCr 4:2:2 with the dm355 EVM. But the board&amp;#39;s default use is tvp5146,then,what can I do to make it suite for my sensor(the sensor is&amp;nbsp; ov7620)?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Extra EZ430-RF2480 target boards available ?</title><link>http://community.ti.com/forums/thread/50069.aspx</link><pubDate>Sun, 22 Nov 2009 15:58:19 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:50069</guid><dc:creator>jespern</dc:creator><slash:comments>1</slash:comments><comments>http://community.ti.com/forums/thread/50069.aspx</comments><wfw:commentRss>http://community.ti.com/forums/commentrss.aspx?SectionID=45&amp;PostID=50069</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have been experimenting with the ZACCEL kit and would like to get more target boards than the 3 available in the kit.&lt;/p&gt;
&lt;p&gt;Does anybody know if extra EZ430-RF2480 target boards are available separately (instead of buying extra ZACCEL kits) ?&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>