Forum Post: RE: DM365 LCD interface using parallel RGB
Asif,I don't have anything readymade with me. But you can easily use EMIF. Its just the matter of configuring pinmuxes and 3-4 registers in EMIF. But the framebuffer driver on top of this would need...
View ArticleForum Post: encapsulate audio video and data in mpeg2 DM8168
Hi everybody,I need to store data in a HDD via PCIe and display it. I find a demo for capture_encode&decode_display and It works quite fine.The next step I need to do, is to attach audio and data...
View ArticleForum Post: RE: Detect if program is running under debugger
You could write the code this way: int resetOnError = 1;void errorHandler(void) { if (error) { asm(" ESTOP_1"); if (resetOnError) { logError(error); reset(); }}}In this way the code...
View ArticleForum Post: RE: HDVPSS Firmware. DCMM locks up on warm boot, works fine on...
Thanks Pavel, That's the uboot I had been using. I followed your lead yesterday and started with that uboot as my baseline and added all the necessary patches (Except pcie...I don't need that in my...
View ArticleForum Post: how to compile new code and folder inside OMX demos in EZSDK
Hi all,I am trying to compile a new code inside demos folder of OMX, but when I do make omx, the new code's executables are not in the bin folder.I change the makefile in...
View ArticleForum Post: RE: SW-OSD corrupts the display after several minutes
We just found out that these lines:pFrame->addr[1][0] = (UInt8 *) pFrame->addr[0][0] + pitch0; pFrame->addr[1][1] = (UInt8 *) pFrame->addr[0][1] + pitch1;under...
View ArticleForum Post: StarterWare USB questions
Hi,I am using StarterWare to design a usb Bulk device driver with OMAPL138 LCDK. I looked though http://processors.wiki.ti.com/index.php/StarterWare_USB and Stellaris USB library(spmu020o). I have some...
View ArticleForum Post: RE: About life time of DM3730 pop working at Junction temperature
Is Table 3-3 for the commercial, industrial, or extended temp part?Ideally I would like to run a DM3730 at OPP1G all the time, but would reduce to a lower OPP if the temperature exceeded some...
View ArticleForum Post: 66AK2H12 Clock Input Type
What technology is used for the 66AK2H12 Clock Input Buffers (SYSCLK, ALTCORECLK, DDR3ACLK, DDR3BCLK, PASSCLK, SRIOSGMIICLK, PCIECLK, and HYPCLK)? Is it LVDS, HCSL or some other technology?Scott
View ArticleForum Post: RE: Error running pdkProjectCreate
That page looks inaccurate. I will let the webmaster know.Regards, Eric
View ArticleForum Post: RE: Slow rising rate when switching PINMUX8 EMA_D[15] and GP3[7]
Weili,I hope you have connected two device under EMIFA port (FPGA & FLASH) and observed the slow rising at signal PIN GP3[7] when you switching GP3 [7] to EMA_D [15] in the PINMUX8 register and...
View ArticleForum Post: RE: mcsdk video genCode.bat file
Ahmad, could you please point me to the demo guide that you mentioned? it is a doc or a wiki?.. I don't recall I haven't seen a genCode.bat reference on our MCSDK Video..Thank you,Paula
View ArticleForum Post: OMAP L137 highly unstable
Hello everyone,We are working with the OMAP L137 EVM and are unable to boot it. It was working fine a few weeks ago. We had to replace the filesystem and image when one of our teammates wrote a DSP...
View ArticleForum Post: RE: MAD tool question (booting 8 cores - C6678)
Hi Ondrej,For the MAL, can you check that in it's makefile (mcsdk_2_01_02_06\tools\boot_loader\mad-utils\mad-loader\mal\malApp\build\Makefile) that you have the variable "LOAD_PARTITION" to the address...
View ArticleForum Post: RE: Hyperlink problem on 66AK2H12
I tried the loopback in \ti\pdk_keystone2_3_00_01_12\packages\exampleProjects\hyplnk_K2HC66BiosExampleProject_00_01_12,The serdes only support 156.25MHz ref clock and 6.25G data rate, so the setting...
View ArticleForum Post: RE: Timer Interrupt Not Triggering
I've attached the CCS5 project here(Please visit the site to view this file)
View ArticleForum Post: RE: [ am1707 evm, UBL ] No magic number found
Wong Thank youFollowing your comment I have tried to check the location at which the application is being loaded to...according to the application menu it seems to be 0xC1080000sfh_OMAP-L137...
View ArticleForum Post: RE: DM816x Reset Reason -always Power On Reset.
Someone chased this down on a Sitara. It seems like it will fix the DM816x too. http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/716/t/234378.aspx
View ArticleForum Post: RE: Occasional boot failures and SPRS277 patch questions
Hi Rajasekaran,Thanks for the good info and the prompt response. I'm back on this issue again and have a few follow-up questions.I've confirmed that we do implement this patch, but it's in the app code...
View Article