Other Parts Discussed in Thread: OMAPL138
Hi,
Currently We are working in OMAPL138 with QNX -Neutrino 6.5.0as operating system.In that to make one of the Pin as GPIO i did the following things
1.I unlocked the sysconfig- Kick-0,Kick-1 registers with current key values which is specified in OMAPL138 data sheet.
2. I enabled the PSC-GPIO module.
3.To make that pin as GPIO ,I have written appropriate value in appropriate Pin Mux Register's Bit fields.
4.I then set that pin as output through Direction register by writing appropriate value in that.
5.Through Data out /set register i set output as 1.
6.Then I reset that value through clear register.
7.Finally I locked the Kick register.
Here the thing is even i did all those things that pin doesnt become a GPIO pin.In My processor Pin i checked this with CRO It doesnt reflect it. That is set and reset doesnt happen in that pin...
So could any one suggest what should rectify this problem
Thavamani.A