• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Digital Signal Processors (DSP) » DaVinci™ Video Processors » DM64x DaVinci Video Processor Forum » All Tags » 6431
Share
DaVinci™ Video Processors
  • Forums
  • Announcements

Browse by Tags

DaVinci™ Video Processors

Welcome to the DaVinci™ Video Processors Section of the TI E2E Support Community. Ask questions, share knowledge, explore ideas, and help solve problems with fellow engineers. To post a question, click on the forum tab then "New Post".

Sign In to Post
Tags
You have subscribed to this tag. To view or manage your tag subscriptions, click here.   Close
You have unsubscribed from this tag. To view or manage your tag subscriptions, click here.   Close
You are currently viewing:
6431
  • AIS
  • boot
  • Booting
  • bootloader
  • BSL
  • cache
  • conversion
  • DDR2
  • dm6437
  • ethernet
  • Flash booting
  • Flashburn
  • gel
  • memory
  • NDK
  • peripheral
  • power
  • SPI
  • UART
  • video capture
  • VPFE
  • watchdog
Related Posts
  • Forum Post: Re: How to implement Ethernet function with 6431? Where can I find sample code?

    Eric Fang Eric Fang
    Dear Matt, I modify the gel and config files by your instructions. And I encounter following error : and I find following info in map file : .hwi_vec 0 8107fc00 00000200 8107fc00 00000200 evmdm6437cfg.obj (.hwi_vec) What bug is this?? And how do I modify the library to fit 6431? Thank...
    on Jan 23, 2009
  • Forum Post: How to implement Ethernet function with 6431? Where can I find sample code?

    Eric Fang Eric Fang
    Dear Sir, I already implemented the Ethernet function on 6437 EVM board with NDK, and would like to port it to 6431. But the setting in ".gel" file and "DSP/BIOS Config" file really differ a lot. (Cache, RAM, SRAM, DDR2 ...) In NDK's example, there is even SRAM in the memory...
    on Jan 22, 2009
  • Forum Post: .out to .hex conversion for DM6431

    Eric Fang Eric Fang
    Dear Sir, I want to convert the .out file to .hex for burning SPI24 flash rom with 6431. I use the tool in "C:\dvsdk_1_01_00_15\flashburn_files\hexAIS". But the .ini file is for 6437 EVM. I modify the .ini file as following : ; General settings that can be overwritten in the host...
    on Feb 5, 2009
  • Forum Post: Why the ethernet throughput drop to 15M bit/s on 6431? What's the resonable ethernet speed for 6431?

    Eric Fang Eric Fang
    Dear Sir, When I use 6437 EVM, my ethernet thorughput is about 80M bit/s, which is acceptable. But when I port my project to 6431, the ethernet throughput drop to 15M bit/s, aound 1/5 of 6437's speed, is that normal? I know the DSP clock of 6431 is 297MHz, 6437 is 594MHz, and the DDR2 bus width...
    on Feb 5, 2009
  • Forum Post: Re: Why the ethernet throughput drop to 15M bit/s on 6431? What's the resonable ethernet speed for 6431?

    Eric Fang Eric Fang
    Hi, Tim, Although it's a bad news for me, I still wants to thank you for your reply. Please let me know if you have any idea to speed up the Ethernet throughput. Thank you! Best Regards, Eric Fang
    on Feb 6, 2009
  • Forum Post: Re: How to get the correct AIS bin file for SPI flash boot on dm6431?

    Eric Fang Eric Fang
    Dear Matt, I am sure that there is SPI activity. I do set the bootmode. In order to debug, I boot with 24-bit SPI boot, then connect 6431 DSP with emulator. The code in my SPI flash will dump some logs in DDR2 memory. I am still studying these logs. Current status is that when I burn a smaller...
    on Feb 24, 2009
  • Forum Post: Re: How to get the correct AIS bin file for SPI flash boot on dm6431?

    Eric Fang Eric Fang
    Dear Tim, I can boot from SPI now. The problem is that I didn't set the PSC well. Gel file turn on all the power, but I didn't do that in my project. Really appreciate your help!! But I have another problem now, the UART interface is dead with SPI boot. UART can work when I load symbol...
    on Feb 25, 2009
  • Forum Post: How to get the correct AIS bin file for SPI flash boot on dm6431?

    Eric Fang Eric Fang
    Dear Sir, I have problem with SPI flash booting on 6431. Please refer to the attached .cfg file. I convert a .out file to .bin. with the .cfg file. Is there anything wrong with my config file? I am very sure that the flash writing process is correct. Therefore, I think there is something...
    on Feb 20, 2009
  • Forum Post: Re: Why UART is not working when booting from SPI flash with 6431?

    MattLipsey MattLipsey
    Eric, Since you seem to be having lots of problems related to Gel file functions that are missing when you burn a flash image, you might want to take a look at the board support library that was installed with your dev kit. Mine was in the CCS directory/boards/evmdm6437_v2\lib\evmdm6437bsl. If you...
    on Feb 27, 2009
  • Forum Post: How to get the correct input frame rate with DM6431?

    Eric Fang Eric Fang
    Dear Sir, When I use 6437EVM board, I can get a 30 frames per second frame rate. But when I port my project to DM6431, the frame rate becomes 15 f/s. I know the DSP clock change from 594MHz to 297MHz. Therefore, I change the "vpss_div" vaviable from 11 to 5 in the gel file. But I...
    on Mar 23, 2009
  • Forum Post: How to disable peripherals and set PLL bypass mode with 6431?

    Eric Fang Eric Fang
    Dear Sir, I already studied the spec spru 342, 871, 978 about power saving on 643x. I write some API to disable peripheral and set PLL in bypass mode(27MHz). But when I enable the peripheral and set the PLL back to 297MHz, my system can not work anymore, all the functions are dead. Is there any...
    on Apr 24, 2009
  • Forum Post: NDK : fdSelect( ) can not detect activity on 6431!

    Eric Fang Eric Fang
    Dear Sir, I have Ethernet function in my application, and it works well before. But when I update a library (This library is a video algorithm for my application, and will be updated from time to time), my ethernet function doesn't work anymore. I really can not figure out why the new library...
    on Apr 28, 2009
  • Forum Post: Re: NDK : fdSelect( ) can not detect activity on 6431!

    Eric Fang Eric Fang
    Hi, Juan, I think the data in DRAM is not modified by other tasks. I did some experiment to observe the Ethernet error. When I clear all the data in DRAM to 0 before I run the Ethernet application, the ethernet function can work well. If I don't do that, sometime it works, sometime it doesn't...
    on May 4, 2009
  • Forum Post: Re: How to enable watchdog timer on 6431?

    Eric Fang Eric Fang
    Hi, Brad and Tim, My watchdog is working now. Please refer to the following codes: void initDSPWatchDog(void) { // Refer to SPRU989 P.19 "Operation State Diagram" CFG_TIMERCTL = 0x01;// WatchDog Timer Event (WDINT from Timer2) causes a device max reset TIMER2_TGCR = 0x0B; // Switch...
    on Oct 19, 2009
  • Forum Post: How to enable watchdog timer on 6431?

    Eric Fang Eric Fang
    Dear Sir, I try to enable the watchdog timer on my 6431 platform, but it doesn't work. I find a article in the community, and it says watchdog timer is not available on DM648. http://e2e.ti.com/forums/t/1287.aspx Does watchdog timer function work in 6431? How can I enable it? Following...
    on Oct 15, 2009
  • Forum Post: NDK initialization error!?

    Eric Fang Eric Fang
    Dear Sir, I think I found an error in NDK. I have Ethernet function in my application, and the Ethernet sometimes works, sometimes fails. I did some experiment to observe the Ethernet error. When I clear all the data in DRAM to 0 before I run the Ethernet application, the ethernet function can...
    on May 4, 2009
  • Forum Post: BCACHE_inv( ) cause system memory error on 6431

    Eric Fang Eric Fang
    Dear Sir, I use a DMA function in my application. Followign is the begining of the DMA code: int EDMA3_Copy(signed char *src, signed char *dstPtr, unsigned int count) { // write back src BCACHE_wb ( (void *)src, count, 1 ); // wait for it to finish // invalidate dst BCACHE_inv( (void *)dstPtr...
    on Nov 27, 2009
  • Forum Post: Why UART is not working when booting from SPI flash with 6431?

    Eric Fang Eric Fang
    Dear Sir, I can run my project well with emulator. But when I boot my project from SPI flash, the UART interface would fail. UART interface can work when I do : SPI boot --> Connect from emulator --> Load symbol --> Restart --> Run I guess there is something set in the .gel file but...
    on Feb 27, 2009
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use