Seems that EGPIO is located at PXA_CS4_PHYS + 4 !

From: Jean-Nicolas GRAUx <jn.graux_at_free.fr>
Date: Sat, 24 Feb 2007 13:28:28 +0100

Hi guys ! I am back !
I spent some times playing with HARET & addwatch function.
I am not sure but i believe that EGPIO register is located at 0x10000004

That is to say :
(
#define EGPIO_OFFSET 4
#define EGPIO_BASE (PXA_CS4_PHYS+EGPIO_OFFSET)
)

If you run the following script from haret :
==================
clearwatch
addwatch P2V(0x10000004) 0 16
watch 15
==================

-> and you power ON Bluetooth device,
   you will see that Bit3 (1<<3) consistently switches to highlevel !
(and comes back to 0 if you power OFF BT ...)

-> Powering ON Wifi also leads to switch Bit6 (1<<6) to 1 !
(and comes back to 0 if you power OFF Wifi ...)

At the time being, i am still trying to make bluetooth work but that is
NOT so simple ...
I still do not know how to reset Ti BRF6150 ...

Any remarks are welcome !
Bye
Received on Sat Feb 24 2007 - 07:28:30 EST

This archive was generated by hypermail 2.2.0 : Sat Feb 24 2007 - 07:28:44 EST