hi,
what will be if the high level of the GPIO3_8 which would triggle the interrupt was lower than 1.8V, for instance, 1.3V,1.4V, 1.5v etc..? would it triggle ?
Thanks.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
hi,
what will be if the high level of the GPIO3_8 which would triggle the interrupt was lower than 1.8V, for instance, 1.3V,1.4V, 1.5v etc..? would it triggle ?
Thanks.
Biser,
I have configured the GPIO3_8 as input ,which is pull high, I measure it use multimeter,found it 1.4v, in the AM335x Datasheet, 1.4v belong to high level in VDDSHV6 , in the program ,I read it out ,found it is 0, not 1, what's the matter?
I have the following test, configure the gpio3_8 as output ,
1.configure the GPIO high, the multimeter measure it out 1.8v.
2.configure the GPIO low, the multimeter measure it out 0.0v
it seems to be right.what's matter with the input function?
Thanks.