using TIVA TM123g
I tested by a code included while {1} only
All pins give 1.1 v except F1,F2,F3 give zero , why ??
In Data Sheet VIL max = .35*VDD = 1.1 v , so I think Tiva consider GPIO have VIL (max) after reset, but how to change it??
application depends on it:
when I wrote anther code using GPIO Interrupt (high level) in pin and configured this pin to pull down , the Interrupt occurred in first time only after reset then don't occur waiting high level for this pin , why this happened ??