I am trying to Glow LED using Devmem
Steps i followed :
1.using PINMUX utility
i got following some values for PINXMUX13 To PINMUX18 to use GPIO.
I needed absolute address of the PINMUXes so i looked into
source/arch/arm/mach-davinci/include/mach/da8xx.h
Is this correct ?
So ran following command
./devmem2 0X01C14154 w 0x44440000
./devmem2 0X01C14158 w 0x44444400
./devmem2 0X01C1415C w 0x44444444
./devmem2 0X01C14160 w 0x44444444
./devmem2 0X01C14164 w 0x44444444
./devmem2 0X01C14168 w 0x00444444
Now i think mux has been set propely ,next i needed GPIO absolute address where can i find that?
TMS320C674x/OMAP-L1x Processor General-Purpose Input/Output (GPIO) (Sprufl8b.pdf) only shows offset so what the Base address?
Suppose i want to find address of GP6[12] what it will be .
Thanks.