• 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 » WINCE OMAP3530 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:
WINCE OMAP3530 BSP
  • 3530
  • AM/DM37x
  • AM3517
  • ARM-A8 WINCE BSP
  • BSP
  • bsp 6.15.00 omap3530 wince6
  • DM3730
  • OMAP
  • OMAP 3530
  • omap3530
  • omap3530 wince7
  • OMAP35x
  • OMAP35xx
  • OMAP35xx EVM BSP
  • USB
  • WINCE
  • wince BSP
  • WINCE BSP ARM A8
  • WINCE BSP OMAP3530
  • WinCE Compact 7
  • WinCE OMAP35x TPS659xx
  • WinCE6
  • WINCE7
  • Windows CE
  • WindowsCE
Related Posts
  • Forum Post: Re: Hive based registry problem with BSP_WINCE_ARM_A8-1.00.00.xx on AM3517

    Madhvi Madhvi
    Jennifer There is a known issue with NAND/partition driver: if persistent storage is enabled, then wince partitions should exist on the NAND flash. If you have never booted the board with NAND eboot, then NAND flash is empty and there are no OS partitions created. So, go ahead and boot the board with...
    on Nov 1, 2010
  • Forum Post: Wave File Playing Problem using OMAP35x WinCE BSP v6.15.00

    Luan Le Luan Le
    Hi everyone, Our custom board has an OMAP3530 and a TPS65930. I want to test the audio path so I write a test program that contains a loop to play a wave file over and over again by calling the Window API function PlaySound(WaveFileName, NULL, SND_FILENAME). There is a delay of 3 seconds between each...
    on Nov 5, 2010
  • Forum Post: Re: How to save touch screen calibration data?

    Luan Le Luan Le
    Hi Madhvi, I follow your advice on the page http://e2e.ti.com/support/embedded/f/353/p/65181/237259.aspx#237259 to enable persistent registry but I encounter some problem and have difficulty to get it to work. I created a debug build with persistent registry and during the image download, I see...
    on Nov 12, 2010
  • Forum Post: Need help with persistent registry

    Luan Le Luan Le
    Hi Madhvi, I follow your advice on the page http://e2e.ti.com/support/embedded/f/353/p/65181/237259.aspx#237259 to enable persistent registry but I encounter some problem and have difficulty to get it to work. I created a debug build with persistent registry and during the image download, I see...
    on Nov 12, 2010
  • Forum Post: USB Stick is not detected after a warm reset on OMAP3530/WinCE device

    Luan Le Luan Le
    Hi, A USB stick connected to EHCI Host port is detected and displayed as "Hard Disk" on OMAP3530 EVM as well as my WinCE device after power-on. After doing a warm reset (by momentarily pressing WARM_RST button, S2 on the OMAP3530 EVM ), the device reboots normally and goes the shell. Exploring...
    on Nov 18, 2010
  • Forum Post: Where is the code to enable the TPS65930 charger pump in BSP 6.14.01

    Yang Luo Yang Luo
    Hi, I'm using the OMAP3530+TPS65930+ BSP 6.14.01. TPS65930 can only supply 100mA when connecting with external devices. But my customer want 500mA. So I connected a DCDC supply to the VBUS which can be turned on through a GPIO. According to some information on this forum, I should turn on...
    on Nov 25, 2010
  • Forum Post: Latency between Hardware Interrupt and start of IST

    MGun MGun
    Hi community I'm not sure if this is really TI-OMAP35xx specific, but the numbers are easier to compare here than in the general WinCE Forum. I used the GPTimers to measure the time between the interrupt has fired and the IST starts the processing. Hardware: TI EVM3530 BSP: TI Omap35xx 06.15...
    on Nov 26, 2010
  • Forum Post: Re: Persistent Hive on SD

    Madhvi Madhvi
    Hi David I am not sure where you got the settings for SDMemory driver in platform.reg but this seems to be causing the problem. For OMAP35xx, the MSFT provided SDMemory driver is used and hence following should be used in platform.reg. I used these values and I was able to boot up and SD card was...
    on Nov 30, 2010
  • Forum Post: Re: Persistent Hive on SD

    Madhvi Madhvi
    DavidVescovi I tried several more times with same failed results. Steps to reproduce (using 3430 EVM): 1) Install A8_1.00.00.14 BSP (EVM_OMAP3530) [Madhvi] same here DavidVescovi 2) Install standard OSdesign EVM_3530 (distributed with BSP) 3) Unselect NAND driver and Camera...
    on Dec 1, 2010
  • Forum Post: Re: Hive based registry on sdcard "2"

    Madhvi Madhvi
    can you remove the MMC profile from under HIVE_BOOT_SECTION and see if it helps? -Madhvi
    on Dec 2, 2010
  • Forum Post: Re: Persistent Hive on SD

    Madhvi Madhvi
    David Look at this post and see if you can take some help from here. http://e2e.ti.com/support/embedded/f/353/p/80174/284030.aspx#284030 -Madhvi
    on Dec 3, 2010
  • Forum Post: Capture test on WinCE

    Tak Izaki Tak Izaki
    Does anyone confirm if the capturetest work corectly? This software is located in %WINCEROOT%\PLATFORM\EVM_OMAP3530\SRC\APP\CaptureTest of BSP_WINCE_ARM_A8_01_00_00 of Adeneo. I expected I could see a video image which came from composit input with this software but I could only see a black...
    on Dec 14, 2010
  • Forum Post: Can't find Wmvcore.lib

    Tak Izaki Tak Izaki
    Hi, I'd like to use WMCreateReader function on OMAP3530 WinCE. Prototype of this function is defined at wmsdkidl.h but there isn't Wmvcore.lib where this function is defined in SDK. Does anyone know how can I use this function? SDK version is 1.00.00.00. Best regards, Tak
    on Feb 1, 2011
  • Forum Post: Question on creating an SDK with OpenGL support from WinCE 6.0 R3/BSP ARM_A8_01_01 for OMAP3530 based board?

    Luan Le Luan Le
    Hi Experts, I would like to provide support for OpenGL with my SDK created from WinCE 6.0 R3/BSP ARM_A8_01_01. I do not know anything about OpenGL and not sure what to do. I installed the WINCE SGX Graphics package downloaded from TI on my computer in a local directory. Would you please advise...
    on May 13, 2011
  • Forum Post: How to compile PowerVR samples for Windows Embedded Compact 7

    Lizhe Liu Lizhe Liu
    Hi, I am a new guy on Windows Embedded Compact 7, and try to make it running on TI EVM3530. Now my NK can work successfully. So I try to test PowerVR samples for Windows Embedded Compact 7. But the application fails down, and the EGL BAD DISPLAY error is generated. Can someone describ excat way...
    on May 27, 2011
  • Forum Post: Rotating display question?

    Luan Le Luan Le
    Hi, I have an OMAP3530 /WinCE/BSP_A8_01_01 board. In our prototype system, the LCD is installed upside down so the application screens are also upside down. Because of time constraint, the hardware changes can not be fixed in time for a demo, so I think of modifying the BSP to rotate the display by...
    on Jun 29, 2011
  • Forum Post: How to turn off these power resources: VINTDIG VINTANA1 VINTANA2 , Baced of BSP_A8_01_02_00 at EVM3730/EVM3530 ?

    Edward Qing Edward Qing
    Hi,All: In order to reduce power consumption, When suspend , Can I turn Off these power resources: VINTDIG VINTANA1 VINTANA2 ? And how to do that ? Thanks! Edward
    on Jun 30, 2011
  • Forum Post: Windows Embedded Compact Framework 7 - Silverlight compatibility problem

    Zack Zadecki Zack Zadecki
    Hi, I've installed WinCE 7.0 with the A8_02_00_00 TI BSP and using this environment I'd like to test a Silverlight 3 project we have. This project (solution) was created using Expression Blend 4 (with Silverlight 3 option), but it can be successfully open also in Expression Blend 3. After...
    on Jul 1, 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: Toggling a GPIO pin in OALI2C?

    Luan Le Luan Le
    Hi, I'd like to toggle a GPIO pin from OALI2C module; however, my code hangs at bootloader time after I added GPIOOpen() call in either OALI2CInit() or I2COpen() in source file OALI2C.c. Would you please tell me what I am doing wrong? Thanks, Luan
    on Sep 13, 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: TI WinCE6 BSP 6.15: Data Abort error when accessing INTC register

    Hans Huang Hans Huang
    We upgraded our device from TI BSP 6.13 to 6.15 recently. We did not see this data abort when using 6.13. The processor is TI AM3715 ES1.2 @ 800MHz (and OMAP3530 / DM3730 as well). The data abort happened when resuming, and ramdomly happened when accessing the INTC register in OEMInterruptHandler...
    on Mar 7, 2012
  • Forum Post: Re: TI WinCE6 BSP 6.15: Data Abort error when accessing INTC register

    Hans Huang Hans Huang
    Thank you very much, really appreciate your help. I implemented your change, however, I noticed another problem --- The MPU occassionally halt or hung after writing the USBHOST_PRM (Physical Address 0x4830,7400) register PM_WKDEP_USBHOST (offset 0xC8): // ... WinCE/OAL/PRCM/prcm_domain.c...
    on Mar 13, 2012
  • Forum Post: Rotating Display does not work on WEC7 TI ARM-A8 BSP 02.30.00?

    Luan Le Luan Le
    Hello, I am running the original WEC7 BSP on EVM3530 and everything seems to be OK. I can also get the desktop screen to display on an external monitor thru DVI with various resolutions. However, when I set Angle to 1 in Dss.reg, the desktop screen is not displayed and the monitor screen goes dark...
    on Apr 6, 2012
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