| Thread | Last Post | Replies |
|
| Standard SDK for Windows CE | 11 Apr 2005 16:25 GMT | 11 |
AFAIK with a core license I should be able to generate a graphical interface for WinCE, and using it with my self created SDK image. I wonder what exactly is the "Standard SDK for Windows CE " component included into the PB
|
| How can I access SD Card via USB | 11 Apr 2005 14:48 GMT | 2 |
Please correct any misunderstandings or missing options: 1 -- RNDIS: This would require network configuration of the device. Have to worry about workgroup vs domain, NetBIOS, IP conflicts with host, etc. I don't want to have to provide the user a configuration
|
| IESimple - How to set sysgen variables | 11 Apr 2005 12:01 GMT | 1 |
I am pretty new to embedded development, so please excuse the newby question: For my STB i want to use IESIMPLE as it is a fit for what i need. Now in all the documentation it says you need to set the sysgen variables to include it in the build. I am using PB for CE5. Do you need ...
|
| Error calling INTERRUPTS_ENABLE() | 11 Apr 2005 09:44 GMT | 12 |
I tried to call INTERRUPTS_ENABLE() from a GUI application in Platform Builder 4.2. I got many error mesages similar to this one: "nk.lib(armtrap.obj) : error LNK2001: unresolved external symbol
|
| Activesync + USB Serial Function + RAS + Remnet = headache | 11 Apr 2005 09:20 GMT | 1 |
Could someone plaese tell me where I can find information on how to setup ActiveSync to work via USB Serial function? Registry entries to set? OS features to include? How to create RAS entries? What is "Remnet" and how to
|
| ARM 16-bit access | 11 Apr 2005 08:25 GMT | 6 |
Iam using Macallan OS and TI DM320 Processor. Iam developing a driver for one of the peripheral chip, on our board.My peripheral chip is located at address, 0x60017F00. The hardware logic requires Address line 20 (A20, (the 1 in 0x6017F000)), to be high. When i configure
|
| [Q]: Unknown: DEBUGCHK failed | 11 Apr 2005 08:24 GMT | 1 |
I have come across an unknown DEBUGCHK failure that is reported everytime when audio capture application is run, under DEBUG build with kernel debugger. It is --> Unknown: DEBUGCHK failed in file c:\macallan\private\winceos\drivers\waveapi\wave\wcommon.cpp at line 1838 When the ...
|
| USB function - mass storage device | 11 Apr 2005 08:15 GMT | 3 |
I am developping a pxa270 based device, runing wince 5.0. I have an SD card, recognized as DSK1: and can be accessed using remote file viewer. I configured the system to support mass storage device function. When I connect the device to the host PC, It starts OK, and the host
|
| The relative WinCE functions to WinXP WDM for USB Ethernet adapter [Help!!] | 11 Apr 2005 07:22 GMT | 15 |
I'm developing a USB-to-Ethernet adapter NDIS driver on CE5 PB. I tried to migrate my target device WinXP driver to WinCE 5.0 driver but face a problem to migrate some WinXP WDM functions as listed below to the WinCE driver because these WDM functions are not supported on CE 5 PB. ...
|
| PSM Error on warm boot | 11 Apr 2005 01:15 GMT | 6 |
I have implemented a reset command using the IOCTL_HAL_REBOOT code. The implementation is as follows: case IOCTL_HAL_REBOOT: {
|
| WinCE virtual bluetooth port (RFCOMM) | 08 Apr 2005 23:36 GMT | 5 |
Hi Group! We are using (want to use) WindowCE 5.0 and the virtual com ports (RFCOMM) for Bluetooth connections. - Firstly, it is possible to do the RegisterDevice() as described in
|
| RegQueryValueEx fails in XXX_Init | 08 Apr 2005 21:08 GMT | 1 |
I have RegQueryValueEx called in a function right after a call to RegOpenKeyEx( HKEY_LOCAL_MACHINE, KeyName, 0, 0, &hKey); The call to RegQueryValueEx looks like this:
|
| CE locks up after moren than 3 or 4 hours | 08 Apr 2005 17:26 GMT | 10 |
I build a CE image and I found if I keep doing things in it, like run a program, go to Internet...it works good, but if I just leave it without doing anything for about 3 or 4 hours, the CEPC will lock up(freezes), I have to restart it.
|
| JTAG debuggers | 08 Apr 2005 15:39 GMT | 1 |
I am starting a Windows CE project with my own hardware based on the Intel PXA270. I need tools to debug my hardware, develop and debug my bootloader, program bootloader into on-board Flash, and debug interrupts while using Platform
|
| debug serial port | 08 Apr 2005 15:17 GMT | 3 |
I try to make Intel Xscale PXA255 board access the internet via an external modem. becuase windows ce set serial port COM1 as debug port, i set environment BSP_NOSERIAL=, but it doesn't work, i can't see any message ouput from the serial port COM1. this is because USB occupies ...
|