Hello everyboby,
my design using a TM4C1294KCPDT uses GPIOs:
* on GPIOs (PM and PK) initialized as OD-Outputs I have LEDs connected (3.3V --> LED --> Resistor 330R --> GPIO)
* on GPIO (PE) initialized as Input (no PU no PD) I have connected a reed-Relais ( 3.3V --> Resistor 47K --> GPIO --> reed --> GND)
and I has this problem:
* at low temperatures (-20°C) the LEDs glow when the GPIO is configured as Output OD and data register is set to high. If this GPIOs are configured as Output Push/Pull the LEDs work as expected.
* at low temperatures (-20°C) the signal at the GPIO input (reed) is measured as 0.3V even if the reed isn't active. I measure this directly an the controller pin. It seens to me as if this input pin changes to lowstate-ouput-pin.
both effects disapears at 'normal' temperature.
someboby has an idea?
thanks Andres