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.

GPIO with Pull-up resistor, output Low-level problem

Hi,

I'm using F28035 GPIO22 (set as GPIO already) with a 10k pull-up resistor (to 3.3v).

When it executes "GpioDataRegs.GPASET.bit.GPIO22 = 1;" there is no problem, but when it goes to 'GpioDataRegs.GPACLEAR.bit.GPIO22 = 1;', I test the GPIO22 Pin, the 3.3v High-level do not go to Low-level, but stay at about 2.9v... and the program (code) stops at "ESTOP0"...

I test it only with the pull-up resistor, there is no other connections; anyone may help me?

Thanks!

Regards,

Felix