Hi All,
I am developing a device driver on WinCE 5.0 platform hosting Intel PXA27x processor. I am writing a bus driver using PXA27x GPIO Pins. But have issues accessing the GPIO registers. With the usage of VirtualAlloc/ VirtualCopy functions I have mapped the physical address to the virtual address. With this I am able to write to the GPIO registers. But the issue is that I dont have proper control over GPIO registers. The problem is elaboarated below
As an example consider the 32-bit Register register with the offset (0x0124).I want to control only 8 bits (23 downto 16) but when i try to do so by writing a hex byte to these bits theother bits(15 downto 8) also gets affected. Can anyone help me toget properaccess to thses bits.Looking for a solution from u guys,
Regards,
Siddhesh Bhobe
Member of Technical Staff
Persistent Systems


