Hello all,
I have two question about POR-B signal of IMXRT1064:
-What is the HI-Level and LO-Level voltage of that pin? Is it like as a normal gpio input pin (LO=0.3xV and HI = 0.7xV)?
-Is it possible to disable the internal pull-up resistor? I've tried disabling it but it doesn't seem to have any effect.
Have a nice day.
Hi @Davidino
Thanks a lot for your patience.
Regarding, What is the HI-Level and LO-Level voltage of that pin? Is it like as a normal gpio input pin (LO=0.3xV and HI = 0.7xV)?
For the RT106x the power group or supply rail is VDD_SNVS_IN.
Currently, there is no official documentation stating this. But we can refer to the below section of Table 22. Single voltage GPIO DC parameters from RT1064 Datasheet.
We need to substite NVCC_XXXX by VDD_SNVS_IN. An use case scenario would be:
if VDD_SNVS_IN is 3.3,
VIH = 3.3 x .07
VIL = 3.3 x 0.3.
Regarding : Is it possible to disable the internal pull-up resistor? I've tried disabling it but it doesn't seem to have any effect.
You need to set POR_PULL_TYPE to 0b01, by SW.
To verify this in your system you need to measure the current in VDD_SNVS_IN. Measure the current in scenarios 1, 3, and 5.
1) Press reset button , assering POR_B low. ( 19uA in my case)
2) Set set POR_PULL_TYPE to 0b01 after initializing GPIOs.
3) Press reset button , assering POR_B low. ( Current reduced to 10uA in my case)
4) Do a Power cycle.
5) 1 Press reset button , assering POR_B low. ( again I get 19uA in my case)
Important notes:
All the best,
Diego
Hi @Davidino
Many thanks for contating us.
The POR_B can be considered as GPIO from the SNVS domain. But I am checking with my colleagues what are the voltage specifications for it, as well if there is any possibility to disable its pull-up. Please allow me to return back to you with this information.
To give you better advice, may I know how are you are going to interface the POR_B in your design? What is your targeted POR monitoring IC?
Best regards,
Diego
Hi @Davidino
I am still working in your questions. Please allow me more time to validate my reply.
Would you please let me know why you want to disable pull-up on POR_B?
Many thanks for your patience.
Diego