Forum Post: RE: CPU Reset doesn't work inside the Code Composer
Hi Joaquin,Thanks for your post.There are recommended GEL callback API functions for the proper usage of built-in functions & to write startup gel files. Kindly check the below doc to create device...
View ArticleForum Post: RE: DDR3 Memory Wrap Around C6678
Hi Bill, thanks for the answer.I've tried another test changing the NM setting to 32 bit... But now,even before changing MPAX, it seems i'm not even able to write and read correctly a single KB of data...
View ArticleForum Post: RE: green dots on LCD display using vout[0]
Hmm, it looks like you might have found an error in the datasheet.I was thinking of the DM8148 where this was incorrectly documented but was fixed.I will need to get someone to look at this to...
View ArticleForum Post: RE: Latest AIF2 LLD driver for C6670 part II
Hi again,areKeystone I devicescontinue to be suppliedwith updates,or not?Is there an BIOS-MCSDK 2.x.x update plan available? The last update is over one year ago.Or can I use MCSDC 3.0.3 for Keystone I...
View ArticleForum Post: RE: Get video stream from HD-SDI camera
This looks like a candidate but since it is not a TI device we cannot confirm 100% it is appropriate.From what I can see though it looks like it should be good.BR,Steve
View ArticleForum Post: DM365 video input for picture in picture
We are considering to add a webcam to DM365 and want to support picture in picture.I know that DM365 can support picture in picture.But I am wondering the possibility of taking webcam as an input,...
View ArticleForum Post: VLIB compilation (64x+, 66x)
Hi,I am trying to compile VLIB using the project files found in ../ti/vlib/lib for using them in a vc++ project . Although the compilation is successful and the .ae66 files are generated I have...
View ArticleForum Post: Boot C5515 to Execute from 16-bit-wide asynchronous memory
How can I execute code directly from external flash on C5515? My code size is larger than 320K. VC5507 and VC5509A supports this by configuring GPIO at power up.Thanks.
View ArticleForum Post: RE: Cache coherence operations taking a long time to complete
Ok, the sequence appears to be ok. That said, if there's other activity going on the MFENCE will block operation until that activity has completed and thus give you a longer than expected time.Sounds...
View ArticleForum Post: C6657 reset and device long term reliability / hibernation / PCIe
I am looking for a way to minimize C6657 DSP power consumption when our system starts up so that our host cpu can negotiate to full POE+ (802.3at) power levels before allowing the dsp to fully load and...
View ArticleForum Post: audio pass-through using OMAP-L138 Development Kit (LCDK)
Hi,We received our L138 Dev Kit and we'll power it up next week. Can you provide an audio passthrough example project? Thanks for your time
View ArticleForum Post: L138 - dynamic voltage scaling
Hi,Does the L138 require a power supply that implements a "dynamic voltage scaling" scheme in order to get up to the full 456MHz clock speed? I see a reference to it in the data sheet on pg 92 but it...
View ArticleForum Post: evm320c6657ls registers
Hola, estoy evaluando la tarjeta TMDSEVM6657, pero a la hora de programar, me encuentro con un problema:El compilador CCSv5 no me reconoce los registros del TMS320C6657, por ejemplo, para el GPIO los...
View ArticleForum Post: RE: OMAP3530 DSP for a multitrack recorder
Thanks for your answer!Thats exactly the problem, the OMAP35x is too much for my needs. I will have a look to more DSP, but may be i just need a good ARM processor, i dont know... thanks again
View ArticleForum Post: RE: How much capacity memory card the OMAPL138 MMC/SD interface...
Thank you for your answer !
View ArticleForum Post: RE: vectors.obj duplicated from C55XXCSL_LP.lib and rts55x.lib
This line:[quote user="gongy shen"]-u _Reset /* Force load of reset interrupt handler */[/quote]tells the linker that it must satisfy the symbol "_Reset", which is found only in the RTS library's...
View ArticleForum Post: the minimum frequency value of DDR3
Hi: I want to display 8 * 720P@30 with 2 Vouts on one 8168 chip.Each Vout will display 4*720P@30. The rdk vesion is 4.0.The board is my customed board.Can you tell me the minimum frequency value...
View ArticleForum Post: RE: AISGEN Image Compression
It depends on which kind of image compression standard you used, but before you decide an image compression mode that belongs to a mature image processing library, you need to apply a professional...
View ArticleForum Post: RE: discrete sync issue in 8148
Dear Brijesh,I provide more information.We are testing two case. One is Discrete Sync. The other one is Embedded Sync.Each case has different problem. But we hope we can use discrete sync mode.The...
View ArticleForum Post: DM36x PLL2 Initialization
Hi experts,DM36x UBL in IPNC RDK has following codes. Uint32 DEVICE_PLL2Init(){ …….. UTIL_waitLoop(150); /*Wait for PLL to LOCK */ while(! (((SYSTEM->PLL1_CONFIG)...
View Article