RE: [PATCH 6/6] i2c: davinci: bus recovery procedure to clear the bus

2010-03-11 Thread Griffis, Brad
-Original Message- From: Philby John [mailto:pj...@mvista.com] Sent: Monday, March 08, 2010 7:37 AM To: Griffis, Brad Cc: Nori, Sekhar; davinci-linux-open-source@linux.davincidsp.com; linux- i...@vger.kernel.org Subject: Re: [PATCH 6/6] i2c: davinci: bus recovery procedure to clear

RE: [PATCH 6/6] i2c: davinci: bus recovery procedure to clear the bus

2010-03-05 Thread Griffis, Brad
Right. I was also hoping to rid of cpu_is_xxx usage. The only other way I could think of is to add pinmux index into i2c platform data struct. What do you think is the best approach? I think passing pinmux index through platform data is fair. Thanks, Sekhar I recently was told of a

RE: Problem with the current EDMA driver in the DaVinci GIT kernel

2009-08-28 Thread Griffis, Brad
First, I should mention that I'm in favor of what you've been discussing, Rob and David. I think having a mechanism in place to make more EDMA channels available for consumption is a good thing. I question the number of channels the codec team needs. See below. Below is a codec DMA needs

RE: Montavista Compiler License

2009-08-07 Thread Griffis, Brad
-Original Message- From: Vladimir Pantelic [mailto:p...@nt.tu-darmstadt.de] Sent: Friday, August 07, 2009 1:27 AM To: Griffis, Brad Cc: davinci-linux-open-source Subject: Re: Montavista Compiler License As it turns out, there are some hooks in MV gcc to call an external app

RE: Montavista Compiler License

2009-08-07 Thread Griffis, Brad
Hi everyone, I need to make an important clarification on this issue. My issue of gcc being tied into FlexLM applies specifically to Montavista's Mobilinux product which is what I ran my quick test on. Their more common product, e.g. MVPro5, does NOT have gcc tied into FlexLM. Only

Montavista Compiler License

2009-08-06 Thread Griffis, Brad
Hi all, Maybe someone from Montavista or anyone else with experience using Montavista tools can help answer my question. A customer recently discovered the hard way that once your one year support contract with Montavista expires that your compiler ceases to function. The customer's product

RE: Montavista Compiler License

2009-08-06 Thread Griffis, Brad
-Original Message- From: Vladimir Pantelic [mailto:p...@nt.tu-darmstadt.de] Sent: Thursday, August 06, 2009 12:41 PM To: Griffis, Brad Cc: davinci-linux-open-source Subject: Re: Montavista Compiler License Griffis, Brad wrote: Hi all, Maybe someone from Montavista

RE: Montavista Compiler License

2009-08-06 Thread Griffis, Brad
at www.macrovision.com. -Original Message- From: Diego Dompe [mailto:diego.do...@ridgerun.com] Sent: Thursday, August 06, 2009 1:00 PM To: Vladimir Pantelic Cc: Diego Dompe; Griffis, Brad; davinci-linux-open-source Subject: Re: Montavista Compiler License I'm not a lawyer

RE: What we need to change in order to use 270MHz DM355?

2009-07-30 Thread Griffis, Brad
Core voltage stays the same across both devices. Your PLL multiplier will need to change to get you up to 270 MHz. This will ripple down into SYSCLK2 and SYSCLK4 which feed into the peripherals, so the peripherals would need to accommodate for the faster clock being supplied. Hopefully the

RE: PLL1 bypass on DM355

2009-07-27 Thread Griffis, Brad
The datasheet and ARM subsystem user guide refer the PLLs as PLL1 and PLL2. In any case, I think you would need to: * Execute code from internal memory * Put the DDR into self-refresh * Turn off / bypass DDR PLL Brad From:

RE: Build error servers: Error: xdc.loadPackage: can't find package 'dsplink.dsp'

2009-06-12 Thread Griffis, Brad
In xdcpaths.mak set USE_CETOOLS_IF_EXISTS :=0. From: davinci-linux-open-source-boun...@linux.davincidsp.com [mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf Of Sandeep YEDIRE Sent: Thursday, June 11, 2009 7:31 AM To:

RE: 14 pins JTAG cable

2009-05-23 Thread Griffis, Brad
? What connector is on it? What header is on the board? From: elbert shiang [mailto:elbertshi...@yahoo.com] Sent: Friday, May 22, 2009 2:14 PM To: David Brownell; davinci-linux-open-source@linux.davincidsp.com; Griffis, Brad Subject: RE: 14 pins JTAG cable Brad

RE: 14 pins JTAG cable

2009-05-22 Thread Griffis, Brad
Yes, there will definitely be Linux support coming. I haven't heard the exact dates, but I understand it should be soon (this year?). I hear the main hang-up is the emulation drivers (i.e. from Spectrum Digital and Blackhawk). -Original Message- From:

RE: GPIO interrupt problems

2009-05-22 Thread Griffis, Brad
knowledge we don't have any level-sensitive interrupts. Brad -Original Message- From: davinci-linux-open-source-boun...@linux.davincidsp.com [mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf Of Griffis, Brad Sent: Thursday, May 14, 2009 11:48 AM To: Kevin Hilman Cc

RE: GPIO interrupt problems

2009-05-13 Thread Griffis, Brad
On Monday 11 May 2009, Narnakaje, Snehaprabha wrote: Kevin, Dave, We checked this with the hardware team - The GPIO module does't seem to have the ability to enable/disable the direct/banked GPIO[0:9] at the GPIO Level (it does via the SET register, but it doesn't prevent triggering

RE: DSP Cycles measurement on DM6467

2009-04-17 Thread Griffis, Brad
Prasad, The high resolution clock that DSP/BIOS uses on 64x+ architecture is called the time-stamp counter (TSC), which is part of the 64x+ Megamodule. It's a 64-bit counter consisting of two registers, TSCH and TSCL, that operate at CPU/1. When you call CLK_gethtime it reads TSCL. By

RE: [PATCH 1/6] ARM: DaVinci: Initial support for Neuros Technologies OSD2 board

2009-04-17 Thread Griffis, Brad
I imagine he's referring to the Device Revision Code that would be on the silkscreen of each device shipped. When we transitioned to Silicon Rev 2.1 (a year ago?) the device markings changed from TMS320DM6446ZWT to TMS320DM6446AZWT. However, at least from a part numbering perspective the

RE: Hand written assembly code

2009-03-02 Thread Griffis, Brad
You need to write your assembly to handle interrupts properly. For example, you need to make sure that the stack pointer is double-word aligned at any time where interrupts are enabled. That means you could not do two pushes in a row to the stack. Rather you would need to increment the stack

RE: How to debug codec in CCS

2009-02-20 Thread Griffis, Brad
To: Griffis, Brad Cc: davinci-linux-open-source@linux.davincidsp.com Subject: Re: How to debug codec in CCS Hello Brad, Checking the Component Manager, I do have several buid toos installed, and specifically the 'Texas instruments c6000 code generation tools' for TMS320C64xx. Anyway, the project .pjt

RE: How to debug Codec server: cannot open .pjt in CCS

2009-02-20 Thread Griffis, Brad
When you set the breakpoint you'll either get a filled-in red circle, or just an empty circle. If it's filled-in with red then CCS understands where you're trying to set the breakpoint. There are file names embedded in the x64P file along with the symbols, etc. One thing to be careful about

RE: How to debug codec in CCS

2009-02-16 Thread Griffis, Brad
What build tools have you specified for 64x in the component manager? (Help - About - Component Manager) The error message says you don't have any specified. From: davinci-linux-open-source-boun...@linux.davincidsp.com

RE: Gstreamer:video OK audio problem

2009-02-11 Thread Griffis, Brad
I don't know anything about gstreamer in order to help you solve your issue, but I do know that there is another gstreamer project that is being actively worked right now: https://omapzoom.org/gf/project/gstreamer_ti/wiki/ Perhaps you will have better luck with it. It's running on all OMAP

RE: Dsplink.dsp?

2009-02-09 Thread Griffis, Brad
This path is likely incorrect: /home/rtalbot/dvevm_2_21/dsplink_1_60/packages You need to do one of the following to fix it: 1) Root through the various makefiles to figure out where they define XDCPATH and delete the extra packages they are appending to the dsplink path. - OR - 2) Add a

RE: DM6446: EDMA

2009-01-27 Thread Griffis, Brad
-Original Message- From: davinci-linux-open-source-boun...@linux.davincidsp.com [mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf Of David Brownell Sent: Tuesday, January 27, 2009 1:22 AM To: davinci-linux-open-source@linux.davincidsp.com Subject: Re:

RE: DM6446: EDMA

2009-01-27 Thread Griffis, Brad
When the peripheral driver wants transfer can continue semantics, it should edma_pause() instead of edma_stop(). - Dave Sorry, for some reason I had it in my mind that you were talking about pause! So, yes, I agree with you. ___

RE: omap-L1xxx

2009-01-21 Thread Griffis, Brad
If so, my initial reaction is to thnk that using da830_* symbols would be the least confusing option ... instead of omap_*. Text in Kconfig would be able to include both Aureus and OMAP (L1xx) descriptions. That's beginning to sound like a consensus (I hope). This same situation has

RE: omap-L1xxx (WAS: [patch 0/6] EDMA interface updates)

2009-01-20 Thread Griffis, Brad
I suspect that until patches appear, discussion can get no further. Plus, if it's going to be mach-omap-L1 it'd be good to have enough detail that the OMAP team (and RMK) can see why it should pair with plat-davinci instead of the more obvious plat-omap. Although it has OMAP in the

RE: omap-L1xxx (WAS: [patch 0/6] EDMA interface updates)

2009-01-20 Thread Griffis, Brad
-Original Message- From: David Brownell [mailto:davi...@pacbell.net] Sent: Tuesday, January 20, 2009 3:50 PM To: Griffis, Brad Cc: Sergei Shtylyov; DaVinci Subject: Re: omap-L1xxx (WAS: [patch 0/6] EDMA interface updates) On Tuesday 20 January 2009, Griffis, Brad wrote: I

RE: DMA on C64x+ inside DM6446

2009-01-12 Thread Griffis, Brad
The ACPY3 set of APIs is intended to allow algorithms to perform DMA transfers. It works with the DMA Manager (DMAN) so that you don't clobber another algorithm's transfer. Please see this wiki entry for an overview: http://wiki.davincidsp.com/index.php?title=DMA_Framework_Components Brad

RE: [patch 2.6.28-rc8-davinci1-git+ 0/8] EDMA cleanup/shrinkage

2009-01-06 Thread Griffis, Brad
The more descriptive terms are active/reload. The active set is the one that the EDMA actually uses for transferring data. When the transfer is completed, if the active channel specifies a link set (i.e. the reload set), then that set will be copied over the active set. Agreed on

RE: [patch 2.6.28-rc8-davinci1-git+ 0/8] EDMA cleanup/shrinkage

2009-01-05 Thread Griffis, Brad
David, I'd like to make a few comments just to be sure that you understand a few things related to items you removed. 1) EDMA3 resources. There are several different resources that are shared among all users of EDMA3 (i.e. ARM, DSP, etc.). A) Channels - Each channel has a hard-coded

RE: [patch 2.6.28-rc8-davinci1-git+ 0/8] EDMA cleanup/shrinkage

2009-01-05 Thread Griffis, Brad
Shared using the shadow regions in some cases. Does the DSP software use region 1? I'd hope it does... Generally speaking each core should use its own unique shadow region. (Unrelated: why do people call ASP modules McBSP modules?? Just carrying forward obsolete terminology? It's

RE: Security of IP in distributed codecs

2008-12-22 Thread Griffis, Brad
The 6.1.x codegen tools have a feature called hide/unhide. You could do something like: --hide=* --unhide=api_base_name_* This will replace all the symbol names (with the exception of api_base_name_*) with zeros. Brad From:

RE: DMA for device connected on DM355's EMIF ?

2008-12-10 Thread Griffis, Brad
There are two pieces to this issue: 1) The transfer between memory and the DM9000. This should be no problem as the DM9000 will show up in the EMIF address space. 2) The initiation of the transfer. You either need to manually invoke the transfer (through the ESR) or an event can

RE: Build dsplinkk.ko

2008-12-10 Thread Griffis, Brad
It looks like your problems started here: asm/arch/param.h: No such file or directory The asm directory is normally a softlink (e.g. to arm-asm) and it gets created during the make dm6446_defconfig step (that might not be the exact syntax though hopefully you get what I'm saying). If you

RE: serial updating question

2008-12-09 Thread Griffis, Brad
If you're using Windows, do you have .Net Framework 2.0 installed? If you're using Linux did you install mono? Brad -Original Message- From: Neerav Patel [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2008 4:43 PM To: Griffis, Brad; davinci-linux-open-source

RE: system() and Codec Engine

2008-12-03 Thread Griffis, Brad
I usually send people here: https://www-a.ti.com/downloads/sds_support/CodeGenerationTools.htm There are downloads for both Linux and Windows and none of them say eval. Brad From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Hintze Sent:

RE: Icecrusher

2008-11-03 Thread Griffis, Brad
Does this issue occur ONLY on your custom board, i.e. can you successfully connect to the EVM using the same configuration? From: Marta Gros Marín [mailto:[EMAIL PROTECTED] Sent: Sunday, November 02, 2008 9:56 PM To: Griffis, Brad Subject: RE: Icecrusher Hi Brad

RE: Icecrusher

2008-10-31 Thread Griffis, Brad
Which version of CCS are you using (e.g. CCS 3.3 SR11). What version of the Blackhawk emulation drivers do you have? How did you configure cc_setup? Brad From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marta Gros Marín Sent: Friday,

RE: running two applications on DM6446

2008-10-27 Thread Griffis, Brad
Looks similar to this: http://tiexpressdsp.com/wiki/index.php?title=Troubleshooting_DSPLink_configuration_issues#Problem:_PROC_start_failed_with_configuration_mismatch.2Ffailure_showing_some_modules_with_0.2C_some_with_1.2C_2_etc._and_others_with_0x Are you not freeing up the memory

RE: RTSC Server Package Wizard

2008-10-22 Thread Griffis, Brad
Albert, You said the codec is located here: /home/albertb/albertb_tests/codecs/ti/sdo/codecs/h264dec/ Therefore your path needs to include /home/albertb/albertb_tests/codecs/ Note there are two changes: 1) Add the preceding '/' as Rob pointed out. 2) Change packages to codecs if that's indeed

RE: Dev. Tools / Dev. Kits

2008-10-14 Thread Griffis, Brad
What is the difference between the below products, apart from the fact that montavista is included in two of them, and one has CCStudio and XDS560R. Does the DVSPB have anything else that the DVEVM doesn't have? [BG] DVSPB stands for Digital Video Software Production Bundle. The two DVSPB

RE: I2C NAK condition prevents device to be registered

2008-09-29 Thread Griffis, Brad
Your NACK could be due to having the wrong slave address. The 7-bit slave address is shown many different ways. Sometimes it's shown left-aligned so that you can OR the R/W bit into the address. Other times it's right aligned. Also, the driver itself sometimes expects it one way or another!

RE: TI CG Tool v6.1.5

2008-09-25 Thread Griffis, Brad
http://tiexpressdsp.com/wiki/index.php?title=-mf_compiler_option -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kumar Brajbhushan Sent: Tuesday, September 23, 2008 12:58 AM To: davinci-linux-open-source@linux.davincidsp.com Subject: TI CG Tool

RE: Deep sleep on the DM355

2008-09-25 Thread Griffis, Brad
Jeff, That's correct that the refresh rate refers to the rate that the DDR controller will refresh the DDR. In self-refresh mode the DDR is refreshing itself. Brad -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Cooper Sent: Wednesday,

RE: Problem Rebuilding the DVSDK Software for the Target

2008-08-06 Thread Griffis, Brad
Did you modify the makefile itself? This line is messed up: make -C /opt/mv_pro_4.0.1/montavista/pro/devkit/lsp/ti-davinci_evm-arm_v5t_le/linux-2.6.10_mvl401 M=`pwd` ARCH=arm CROSS_COMPILE=/opt/mv_pr/bin/arm_v5t_le- \/pro/devkit/arm/v5t_le EXTRA_CFLAGS=-DUSE_UDEV=1 -DMAX_POOLS=128

RE: PRD task

2008-07-03 Thread Griffis, Brad
Are you returning from main? Did you setup the CLK manager to define how often your ticks should occur? Did you define how many ticks between PRDs? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Oscar Garcia Abad Sent: Thursday, July 03, 2008

RE: OMAP beginner

2008-06-30 Thread Griffis, Brad
Oscar, CCS support for OMAP35x started with CCS 3.3 SR7 (3.3.67). Currently CCS is at SR9 (3.3.79). There's no firm requirement to write xDAIS algorithms in CCS. However, I imagine it will be much easier. CCS will give you much better debug capability. Make sure you've downloaded the

RE: Cache Coherency between ARM core and DSP

2008-06-29 Thread Griffis, Brad
Be careful with your cache operations. A WB-inv is not the catch all operation. You can do some damage if you do it in the wrong place. A few hints/tips: * Make sure that only one of the processors is accessing the data at any given time. * Before touching a buffer for the first time the

RE: OMAP beginner

2008-06-27 Thread Griffis, Brad
Oscar, Codec Engine will be adding OMAP35x support in the upcoming 2.20 release slated for August 2008: http://wiki.davincidsp.com/index.php?title=Codec_Engine_Roadmap Brad From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Oscar Garcia Abad Sent:

RE: About the cache issues of dm6446

2008-06-12 Thread Griffis, Brad
? From: Albert Burbea [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 4:22 PM To: Griffis, Brad Cc: Andre Gaschler; kashin Lin; davinci-linux-open-source@linux.davincidsp.com Subject: Re: About the cache issues of dm6446 Hi another question - is it possible to victimize

RE: About the cache issues of dm6446

2008-06-12 Thread Griffis, Brad
: Thursday, June 12, 2008 12:52 AM To: Griffis, Brad; [EMAIL PROTECTED] Cc: davinci-linux-open-source@linux.davincidsp.com Subject: Re: About the cache issues of dm6446 Hi, thanks for all of your answering. Brad, i still has some questions: 1. in document spru862a page 26 section 2.2, it says

RE: About the cache issues of dm6446

2008-06-12 Thread Griffis, Brad
Albert, This is off topic. Please post your question here in the floating point section: https://community.ti.com/forums/ Brad From: Albert Burbea [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2008 12:28 PM To: Griffis, Brad Cc: Andre

RE: About the cache issues of dm6446

2008-06-11 Thread Griffis, Brad
You're both looking at documents that do not apply to the DM6446. Please go to the DM6446 product folder for documents applicable to this device: http://focus.ti.com/docs/prod/folders/print/tms320dm6446.html#technicald ocuments Kashin, the guide you are looking at applies to 64x cache, not 64x+

RE: how to set the C64P.rootDir

2008-05-19 Thread Griffis, Brad
C64P.rootDir needs to point to the c6000 codegen tools. The tools are not provided as part of the DVEVM. Only licensed users of Code Composer Studio should have these tools. Brad From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of amdw2 Sent:

RE: SPI over EDMA settings

2008-04-07 Thread Griffis, Brad
If the SPI interface has a 16-bit interface then you should do an A-sync transfer with ACNT=2. It should be A-sync and not AB-sync because the SPI interface is only ready to receive one element when it gives the “ready” signal to the EDMA. If for example the SPI had a FIFO on it then you

RE: TLV320AIC31 - Multichannel audio capture

2008-03-26 Thread Griffis, Brad
that to PGA_R and to the A/D for conversion. In this case you end up with a mono version of each input though. Brad -Original Message- From: Joyab Bhabharawala [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2008 12:06 AM To: Griffis, Brad; davinci-linux-open-source

RE: I can not find cl6x compile tools

2008-03-25 Thread Griffis, Brad
The cl6x executable is the front-end to TI's compiler/linker for the 64x+ DSP core. It comes with our DSP development tools, Code Composer Studio. If you go to the Update Advisor in CCS you can download codegen updates, including versions built for Linux host PC, which is what you need. Brad

RE: TLV320AIC31 - Multichannel audio capture

2008-03-25 Thread Griffis, Brad
Please clarify your question. Your subject mentions multi channel capture which means multiple audio inputs. But then you ask for multiple outputs later on. Which is it? Open an AIC31 data sheet and find the signal names for the inputs and the outputs and then let us know which ones you

RE: software updates for DM355?

2008-03-24 Thread Griffis, Brad
your evaluation. Brad From: Albert Burbea [mailto:[EMAIL PROTECTED] Sent: Sunday, March 23, 2008 7:31 AM To: Griffis, Brad Cc: davinci-linux-open-source@linux.davincidsp.com Subject: Re: software updates for DM355? Hi another issue - I have a dm6446

RE: dsplink incompatible or kernel oops

2008-03-24 Thread Griffis, Brad
Make sure none of your memory maps are overlapping: 1) Linux, declared in u-boot bootargs 2) CMEM, declared during insmod at run-time 3) DSPLINK, declared in your DSP server's tcf file provided that you're using createFromServer() in your application config file. Brad

RE: Codec Engine 2.0.1 woes

2008-03-20 Thread Griffis, Brad
David, TOTAL : 8880 (128M) Better double-check your math. 0x0800_ = 128MB. What you have is actually 136MB. This explains why DSP Link will not load anything above address 0x8800_, i.e. there's no more memory! Brad -Original Message- From: [EMAIL

RE: software updates for DM355?

2008-03-20 Thread Griffis, Brad
I had that same issue the first time I registered a board. It looked as though the registration needed to be manually processed before you get access. I imagine within a couple hours you'll have access. You should get an email once access has been granted. Brad -Original Message-

RE: software updates for DM355?

2008-03-20 Thread Griffis, Brad
] Sent: Thursday, March 20, 2008 1:51 PM To: Griffis, Brad Cc: Andrew J. Kilpatrick; davinci-linux-open-source@linux.davincidsp.com Subject: Re: software updates for DM355? I have the same problem. The davincisoftwareupdates page is non- existent. My registration is complete, I've received

RE: ringiogpp sample app error

2008-03-15 Thread Griffis, Brad
Are you using Enge.createFromServer() in your app.cfg file? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Hague (shague) Sent: Saturday, March 15, 2008 8:50 AM To: Kamoolkar, Mugdha; davinci-linux-open-source@linux.davincidsp.com Subject: RE:

RE: EDMA in DM6446

2008-03-06 Thread Griffis, Brad
Short Answers: 1) 64 logical channels and 2 physical channels (TC0 and TC1). 2) The QDMA channels are also logical. The actual transfers are handled by TC0 and TC1. Long Answer: There are two distinct pieces to the EDMA: the channel controller (CC) and the transfer

RE: DM355 or DM6437

2008-03-05 Thread Griffis, Brad
, March 04, 2008 3:19 PM To: Shawn Ho; Griffis, Brad; davinci-linux-open-source@linux.davincidsp.com Subject: RE: DM355 or DM6437 On DM355 (and other single processor systems, like DM6437), Codec Engine-based codecs are always configured to be 'local', and as such the overhead introduced by CE

RE: PINMUX registers

2007-11-27 Thread Griffis, Brad
The PINMUX register definitions are in the datasheet, section 3.5.4. http://www.ti.com/lit/gpn/tms320dm6446 Note there are several errata related to RGB888 so please be sure to read the silicon errata: http://www.ti.com/litv/pdf/sprz241h I've not used the RGB888 mode so I'm not sure about the

RE: SV: turn on/off the DSP

2007-11-08 Thread Griffis, Brad
SPRU871H Chapter 9 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Will Tucker Sent: Thursday, November 08, 2007 3:22 PM To: Hunter, Jon; davinci-linux-open-source@linux.davincidsp.com Subject: Re: SV: turn on/off the DSP Hi, I'm

RE: HD MPEG-4 SP

2007-10-22 Thread Griffis, Brad
Carlos, The DM355 will decode 720p (30fps) but NOT 1080i streams. Brad -Original Message- From: Carlos Ojea [mailto:[EMAIL PROTECTED] Sent: Monday, October 22, 2007 3:28 AM To: Griffis, Brad Cc: [EMAIL PROTECTED]; davinci-linux-open-source@linux.davincidsp.com Subject: Re: HD MPEG-4 SP

RE: HD MPEG-4 SP

2007-10-19 Thread Griffis, Brad
Lloyd, The DM355 is targeted for MPEG-4 and so the price of the codec is already accounted for within the price of the device. It can ONLY do MPEG-4 (and JPEG) and that is the reason why we just bundle it. The DM644x on the other hand is much more flexible and so we don't pre-package any

RE: HD MPEG-4 SP

2007-10-17 Thread Griffis, Brad
features of the codec yet though I would expect it to be similar to the one you mentioned. Brad -Original Message- From: Carlos Ojea [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 17, 2007 2:22 AM To: Griffis, Brad Cc: Linux DaVinci Subject: Re: HD MPEG-4 SP Thanks, Brad ! Is MPEG-4

RE: HD MPEG-4 SP

2007-10-16 Thread Griffis, Brad
http://www.ti.com/digitalmediasoftware -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Ojea Sent: Tuesday, October 16, 2007 7:42 AM To: Linux DaVinci Subject: HD MPEG-4 SP Where could I find TI's HD MPEG-4 SP features and price? Many thanks,

RE: Similar issue with GP4 hardware interrupt (SW4-0) RE: IRQ in DM6437

2007-10-08 Thread Griffis, Brad
Rakesh, GP[29] connects to the DC_P1 connector. The DM6437 EVM Technical Reference from Spectrum Digital states the following: User inputs can be driven via daughter card connector DC_P1 when the on board CBTs are disabled by driving control TVP5146_ENABLEn signal high on DC_P1. Are

RE: AIC23 codec related query

2007-09-21 Thread Griffis, Brad
It sounds like your issue is on the digital interface on the receive side. You might want to try changing the clock polarity on the McBSP for the receive side. If the McBSP is trying to read the data on the exact same edge that the AIC23 is writing the data then you run into a problem where

RE: about C64+ IMGLIB

2007-05-09 Thread Griffis, Brad
Here’s the page with all the signal processing libraries: http://focus.ti.com/dsp/docs/dspsupporttoolssoftwareaut.tsp?sectionId=3tabId=480familyId=132toolTypeId=44 Here’s the link to the 64x+ image library: http://focus.ti.com/docs/toolsw/folders/print/sprc264.html Brad

RE: External I2C device (Solved)

2007-01-21 Thread Griffis, Brad
Amol, In I2C the device address is a 7-bit number. Whenever an I2C transaction occurs the master sends the 7-bit slave address and then a Read/Write bit. That is, the total transfer for the address ends up being 8 bits when you count read/write. Because of that, there is some general confusion

RE: Can the ARM and DSP accessing the RAM simulatenously?

2007-01-18 Thread Griffis, Brad
: Thursday, January 18, 2007 1:50 PM To: Griffis, Brad; Azbell, Brandon; davinci-linux-open-source@linux.davincidsp.com Subject: Re: Can the ARM and DSP accessing the RAM simulatenously? Hmm..., I just received an answer from a TI expert that says that the ARM and DSP can still access the DDR

RE: Unable to save bootcmd environment value

2006-12-05 Thread Griffis, Brad
I think the problem is that you need to escape your semicolon. That is replace ; with \; in your commands. Brad -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sz Lian Yu Sent: Tuesday, December 05, 2006 7:13 PM To: [EMAIL PROTECTED];