• 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 » Embedded Software » WinCE » All Tags » ARM-A8 WINCE BSP
Share
WinCE
  • Forum

Browse by Tags

WinCE

Welcome to the WinCE 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".

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:
ARM-A8 WINCE BSP
  • 3530
  • AM/DM37x
  • AM3517
  • BSP
  • DM3730
  • OMAP
  • OMAP 3530
  • OMAP EVM BSP WinCE
  • omap3530
  • omap3530 wince7
  • OMAP35x
  • OMAP35xx
  • OMAP35xx EVM
  • OMAP35xx EVM BSP
  • WINCE
  • wince BSP
  • WINCE BSP ARM A8
  • WINCE BSP OMAP3530
  • WinCE Compact 7
  • WINCE OMAP3530 BSP
  • WinCE OMAP35x TPS659xx
  • WinCE6
  • WINCE7
  • Windows CE
  • WindowsCE
Related Posts
  • Forum Post: Re: CMEM allocation in A8_01.00 EVM_OMAP3530

    Madhvi Madhvi
    David The region between 0x85800000 and 0x86300000 is currently not used by anyone. BSP has allocated 0x85800000-0x88000000 region for CMEM+DSP but CMEM+DSP is only using 0x86300000-0x88000000. The region (0x85800000-0x86300000) has been reserved for future use. Just as a heads up, we are planning...
    on Dec 8, 2010
  • Forum Post: Re: VFP and NEON CE6

    Madhvi Madhvi
    DavidVescovi After reading the FAQ link and the VFP consideration link, which is all I have to go by, it still seems to me the VFP is unuseable under CE6. ... that is if you want reliable results. ...for any BSP. Thats true. And to answer your original question - to disable NEON in BSP: 1. make...
    on Dec 20, 2010
  • Forum Post: WinCE6R3 demo NK.bin use with C#

    richard neveau richard neveau
    As far as I can tell none of the new (or old) demo NK.bin's for AM3517 EVM support code development with C#. Looks like the cab file with .NETCF 3.5 update doesn't work when Visual Studio tries to load it and it is not part of the build. I have Active Sync working and device setup done. Just...
    on Dec 22, 2010
  • Forum Post: Re: WinCE-TIBSP Neon/VFP Considerations - Unsupported Concurrency

    Madhvi Madhvi
    Hi Eugen As mentioned on the weblink you have pointed to, this is a issue in Microsoft wince 6 kernel; so there is nothing we can do to fix it for WinCE 6.0. WEC 7 will support ARMv7 and hence NEON and VFP concurrently. So that could be one of your solution. -Madhvi
    on Jan 24, 2011
  • Forum Post: Windows Embedded Compact 7 Sample OSDesign

    phoenixtju phoenixtju
    Hi, I am a new guy on Windows Embedded Compact 7, and try to make it running on TI EVM3530, I have got the Windows Embedded Compact 7 Installed on my PC, but I am not sure how to make an OSdesign to make it work on TI EVM3530. Would someone here give me one copy of sample OSdesign that can work...
    on Feb 4, 2011
  • Forum Post: Failed opening I2C device from Application

    Luan Le Luan Le
    Hi everyone, I have a OMAP3530 custom board with WinCE 6.0 / BSP ARM_A8_1_00. I successfully tested the I2C using a subproject. However, I could not open I2C from my application with the SDK that I created from my OS Design; CreateFile(_T( "I2C2:" ), GENERIC_READ|GENERIC_WRITE, 0, NULL,...
    on Feb 24, 2011
  • Forum Post: Touch screen and AM3517 Experimenter using WinCE

    Clinton Van Zyl Clinton Van Zyl
    I have connected a LCD-6.4-VGA-10R display (from Logic) to an AM3517 Experimenter board (from Logic). Using the TI supplied WinCE BSP (BSP_WINCE_ARM_A8_01_01_00) I have modified the /*OMAP_LCD_480W_272H*/ parameters in C:\WINCE600\PLATFORM\AM35x_BSP\SRC\BSP_COMMON\DISPLAY\lcd_vga.c to use the 640x480...
    on Mar 30, 2011
  • Forum Post: Displaying 2 logos in bootloader?

    Luan Le Luan Le
    Hi Experts, I have a OMAP3530 based board with WinCE/BSP ARM_A8. At startup, I would like to display 2 different bitmaps stored in NAND, one after another. I add a call to BLShowLogo() in main.c of the eboot. Both bitmaps are displayed OK except that there is too much flickering during the transition...
    on May 18, 2011
  • Forum Post: Using GPIO interrupt from Application?

    Luan Le Luan Le
    Hello everyone, I have a OMAP3530-based board with WinCE6/BSP ARM_A8_01_01. My application needs to use some GPIO pins as IRQs. Would you please give me some tips or sample code on how the application can work with interrupts? Thanks, Luan
    on Jun 2, 2011
  • Forum Post: USB Problem with an unmodified version of BSP_WINCE_ARM_A8_01_02_00 or BSP_WINCE_ARM_A8_01_01_00_patch_01

    Edward Qing Edward Qing
    Hi, All: When reading data from USB , Sleep by putting down "PWRON" button in EVM3530 or DM3730 Board, the system hang, and can not be waked up . Someone here met same problem? Would you someone give some advices? Thanks ! Edward Qing
    on Jun 20, 2011
  • Forum Post: Re: USB Problem with an unmodified version of BSP_WINCE_ARM_A8_01_02_00 or BSP_WINCE_ARM_A8_01_01_00_patch_01

    Edward Qing Edward Qing
    Hi, Tao Yes, When press "PWR_ON" button , USB driver is still reading data It will not happen if "PWR_ON" button is pressed after finish reading data from USB. Yes, I am running the test on EVM board with an unmodified version of BSP_WINCE_ARM_A8_01_02_00 or BSP_WINCE_ARM_A8_01_01_00_patch_01...
    on Jun 21, 2011
  • Forum Post: Re: USB Problem with an unmodified version of BSP_WINCE_ARM_A8_01_02_00 or BSP_WINCE_ARM_A8_01_01_00_patch_01

    Edward Qing Edward Qing
    Hi,Atul: You can meet the problem in EVM3530,as follow: Running normally, insert a usb memory with many different files, enter usb memory, all the files will be displayed one by one, then press "PWR_ON" button, the system will hang up. In our target board, For example, When reading a...
    on Jun 22, 2011
  • Forum Post: CPEN on USB3320 driving USB power

    Zack Zadecki Zack Zadecki
    Hi, We have a custom board with one of two processors: 3530 or 3730. The earlier ones were made with 3530, and the latest ones - with 3730. With both solutions we have the USB3320 chip managing the EHCI USB port. In the latest release we’ve added chips switching (on/off) the power signal to...
    on Aug 2, 2011
  • Forum Post: where to download wince image in nandflash for am3517 EVM?

    token token
    hi, I have start the AM3517EVM from nandflash,but I don't know the adress of the official wince image demo to download, and I don't find any informations in the user guides( WinCE-BSP ARM-A8 User Guide and WinCE-BSP ARM-A8 Quick Start Guide ). could you help me? where's the informations...
    on Aug 15, 2011
  • Forum Post: AM 3703 WINCE activate USB port1

    david olivier david olivier
    Hello hw : custom board based on beagleboard xM with AM3703. Win CE BSP: WinCE 6.0 R3 delivered by MPC data for a beagleboard xM. I want to activate usb port 1 on my board. this port is not used on beagle board xM. I modify pinmux to activate USB1HS. I also modify omap_usbhs.reg...
    on Sep 23, 2011
  • Forum Post: External Ramdisk on DM3730 and WinCE 6.0

    Zack Zadecki Zack Zadecki
    Hello, We have our custom board based on the TI DM3730 processor, and we are running WinCE 6.0 on it. Except of the regular RAM, we have also 1 MB of battery backed ram, we'd like to use as a Ram disk. Now, what is the best way to add it to the OS? Do we need to change some code in the Ram Disk...
    on Oct 7, 2011
  • Forum Post: Does WinCE6.0 BSP EMAC driver support operation of 10Base-T on AM3505?

    RY9983 RY9983
    Hello, I am evaluating AM3505 on WindowsCE6.0 with WINCE_SDK 01_01_00_Patch01. Although I would like to operate EMAC via 10Base hub, it have failed on AM3517EVM. (I can access the network via 100Base hub.) - Does WinCE6.0 BSP EMAC driver support operation of 10Base-T on AM35xx? Best regards...
    on Oct 31, 2011
  • Forum Post: USB OTG Client as Mass Storage is Slow in DMA mode

    Jethin Sekhar Jethin Sekhar
    Normal 0 false false false EN-IN X-NONE X-NONE MicrosoftInternetExplorer4 ...
    on Nov 7, 2011
  • Forum Post: Re: Video flicker on WinCE OMAP 3530 with TI DVSDK

    ajit basarur ajit basarur
    Dear MAdhvi and Aparna, Thank you very much for the response. I will check the latest patches and let you know my observations. Regards, Sineesh
    on Nov 23, 2011
  • Forum Post: Using Kitl errr!!

    peng xiao peng xiao
    Hi all, Whe i use kitl to debug WinCE 6.0 kernel, there is a prob. I tried step into a function (GetGPE())--- ...... else { pGPE = GetGPE();// break point is here. } ....... the VS 2005 will jump will jump out the window: Could you do me a favor to slove the probem. thanks...
    on Jan 14, 2012
  • Forum Post: Silverlight will not run on WEC7 with 2.0 BSP on OMAP3530

    Fuzzkap Fuzzkap
    I am currently working on building the 2.0 BSP (BSP_WINCE_ARM_A8_02_00_00_Source) for a platform using the OMAP3530 (beagleboard rev. c3) with WEC7 (completely updated as of yesterday). The BSP was given minor adjustments to support the beagleboard's DVI and USB-Host features. Currently, everything...
    on Jan 20, 2012
  • Forum Post: 512MB SDRAM Support with OMAP3 WinCE BSP

    Amit Chatterjee Amit Chatterjee
    Hello All, Please let me know the procedure to increase the memory for OMAP3 WinCE 6.0 release (EVM_3530), version - BSP_WINCE_ARM_A8_01_02_00_Source. After modifying the files as discussed in this thread - http://e2e.ti.com/support/embedded/wince/f/353/t/84498.aspx?PageIndex=1 , USB enumeration is...
    on Jan 27, 2012
  • Forum Post: How to use wince DVSDK

    yuanjun ren yuanjun ren
    Hi,all OS:WINCE 6.0 Processor:DM3730 BSP:BSP_WINCE_ARM_A8_01_02_00 DVSDK:dvsdk_wince_01_11_00_02 When I use DVSDK-Demos\BSP_WINCE_ARM_A8_01_02_00\Misc\DVSDK-Demos\davincieffect_h264vid_mpeg1l3aud_d1ntsc_722kbps.avi to test the DM3730 DSP, There are no image in WMP(Windows Media Player),and the debug...
    on Apr 13, 2012
  • Forum Post: How to use DVSDK for DSP

    yuanjun ren yuanjun ren
    Hi,all OS: WINCE 6.0 Processor : DM3730 BSP: BSP_WINCE_ARM_A8_01_01_00_03 DVSDK: dvsdk_wince_01_11_00_02 When I use DVSDK-Demos\daviniceffect_h264vid_mpeg113aud_d1ntsc_722kbps.avi to test DM3730 DSP, There are no image in wmp(Window Media Player),and the debug messages are : "...
    on Apr 13, 2012
  • Forum Post: How to set CPSW3G two mac ports on AM335x with WINCE?

    Larry Liao Larry Liao
    Hi, I am using BSP_WINCE_ARM_A8_02_30_00 on AM335X, the CPSW Ethernet announce single mac ports, in Wince it's just one network interface, If I modify the registry file with CPSW_miniport, It's have two network interface, but the system will crash. Please tell me how to set up CPSW, with...
    on Oct 30, 2012
12
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