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.

Controlling GPIO Pins while reprogramming with debugger

Hello,

I am working on a custom motor controller board using a 28035.  We are doing a lot of code testing at the moment so we are using the debugger frequently to load new code.  We noticed that some of the GPIO pins that are set up (when code is loaded and running) as outputs (active high) will flip to a high state when loading code.  It would be great if there is a way to keep all the GPIO outputs low during the entire debugger loading processes.  Its not critical, but would be nice and reduce the likely hood of human error...

Thanks,

Jim