QN908x GPIO PA14 voltage level

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

QN908x GPIO PA14 voltage level

Jump to solution
1,304 Views
ankur_rathi
Contributor IV

Hi,

I am using PA14 as a GPIO output pin.
When, I am trying to make it low, it is not going till 0V, but to 2.0V.
At high, the voltage is 3.3V but at low, voltage is 2.0V instead of 0V..

But, with the same configurations, I am able to make other GPIOs to go till 0V.
In the specs also, I am not able to get anything which specify this behavior wrt PA14.

Is there something I am missing here?

Labels (1)
  • QN

1 Solution
1,123 Views
estephania_mart
NXP TechSupport
NXP TechSupport

Hello, 

If you check the schematic of the board you are using, you can track down that the pins are connected to a dual supply translating transceiver and that goes to the gyroscope in the board which might be the reason why you are seeing such a change in the current. 

Do you have the jumper places in the JP11? DO you have the same measurements if you remove the jumper? 

View solution in original post

0 Kudos
Reply
5 Replies
1,123 Views
estephania_mart
NXP TechSupport
NXP TechSupport

Hello, 

Are you using some kind of demo/example for this? Are you sure that the pin it's not being used for another functionality in another part of the code? Is it your custom board? Are you using the Development kit? 

Regards ,

Estephania 

0 Kudos
Reply
1,123 Views
ankur_rathi
Contributor IV

Hi Estephania,
I am using QN908x Development board.
I am using "GPIO Led output Example" code.
I have modified one LED pin which is connected to PA13 to PA14 for our testing purpose.
We found that on GPIO PA14, the voltage level toggles between 3.3V to 2.0V instead of 3.3V to 0V(This by probing the GPIO PA14 on CRO).
 GPIO PA14 is configured as GPIO only. I have tried different Drive settings(Pull Up/Down) also and there is no change in the output.

In GPIO led output example code, FlexComm0 Rx and Tx pins are used.
PA14 is also capable of RTS, but we have not initialized this as FlexComm, PA14 is configured as GPIO.

We tested above scenario on PA15, which is able to toggle between 3.3V to 0V.

0 Kudos
Reply
1,123 Views
kishansaralaya
Contributor III

Is it a bug in the QN908x? I also observed same behavior. Can we get more clarification from NXP technical team.

0 Kudos
Reply
1,124 Views
estephania_mart
NXP TechSupport
NXP TechSupport

Hello, 

If you check the schematic of the board you are using, you can track down that the pins are connected to a dual supply translating transceiver and that goes to the gyroscope in the board which might be the reason why you are seeing such a change in the current. 

Do you have the jumper places in the JP11? DO you have the same measurements if you remove the jumper? 

0 Kudos
Reply
1,123 Views
ankur_rathi
Contributor IV

Thanks Estephania for pointing out that.
The proper switching of voltage takes places after removing JP11.