Hello E2E Community,
I am trying to implement SPI interface on CC2538 ZNP device.
For that I am studding the following documentation & HA 1.2.2a ZNP application code.
As mentioned in NPI_Gateway.cfg SRDY MRDY pins are configure as follows.
[GPIO_SRDY.GPIO]
value="/sys/class/gpio/gpio132/value"
direction="/sys/class/gpio/gpio132/direction"
active_high_low=1 ; (Active Low=0, Active High=1)
[GPIO_SRDY.LEVEL_SHIFTER]
value="/sys/class/gpio/gpio137/value"
direction="/sys/class/gpio/gpio137/direction"
active_high_low=1 ; (Active Low=0, Active High=1)
[GPIO_MRDY.GPIO]
value="/sys/class/gpio/gpio135/value"
direction="/sys/class/gpio/gpio135/direction"
active_high_low=1 ; (Active Low=0, Active High=1)
[GPIO_MRDY.LEVEL_SHIFTER]
value="/sys/class/gpio/gpio136/value"
direction="/sys/class/gpio/gpio136/direction"
active_high_low=1 ; (Active Low=0, Active High=1)
what is the use case of LEVEL_SHIFTER pins??..
are LEVEL_SHIFTER pins are connected some were or we just need to configure them & let them Open?...