Hi,
I'm using the TMS320C2000 experimental kit.
After entering Debug mode with any code (different labs or available examples) I'm observing GPIO0-GPIO11 pins.
According to the datasheet the pullups on GPIO0–GPIO11 pins are not enabled at reset.
Each time I'm pressing F5 for the next software step these pins changes their state randomly - with no connections to the code.
Physically these pins are not connected. After adding 20-30k pull down resistors these pins are at stable low but I also can't make it high using e.g GpioDataRegs.GPASET.bit.GPIO4 = 1;
All other ping 12... are always high and respond as expected to when trying to toggle them.
Is it normal? are these pins floating?
What should I do if i want to use a GPIO that will be always low at reset?
Thank