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.

Changing GPIO state manually from debugger mode

Hi,

I'm using experimenter kit with F28335.

I have a GPIO0 set as an input and connected to XINT1.

This input is wired to it's circuitry and works fine.

I would like to manually set this bit ON and OFF during debugging.

It is working with regular variables I can just change the value in the expressions window.

But when I try to change the GpioDataRegs.GPADAT.bit.GPIO0 to '1' nothing happens.

Can this be done?

Thanks