MOD5234 High Z functionality not working
Posted: Thu Apr 19, 2018 5:06 pm
Hi,
I am trying to configure J2[35] as a high z input using the following snippet of code:
J2[35].function(PINJ2_35_GPIO); //External Fermat Reset
J2[35].hiz();
This pin in our design is left floating but after using a scope and multimeter it looks like it either drives or is being pulled high. I've taken some measurements and it looks like its not being pulled up to VCC using a resistor (impedance between J2[35] and VCC = ~2Mohms). Is there an explanation for this? Do the netburner modules have some sort of internal pull enabled when hiz() is called on it?
Thanks!
I am trying to configure J2[35] as a high z input using the following snippet of code:
J2[35].function(PINJ2_35_GPIO); //External Fermat Reset
J2[35].hiz();
This pin in our design is left floating but after using a scope and multimeter it looks like it either drives or is being pulled high. I've taken some measurements and it looks like its not being pulled up to VCC using a resistor (impedance between J2[35] and VCC = ~2Mohms). Is there an explanation for this? Do the netburner modules have some sort of internal pull enabled when hiz() is called on it?
Thanks!