Hi,
My program using gpio 86 as output.
But the problem is all the thing work as expected when loading the program using CCS3.3. Since I begin to deploy the program into flash, the gpio 86 output always 1, as if I didn't set the pinmux correct!! But I do check my pinmux:
CFG_PINMUX0 = 0x00148401;
CFG_PINMUX1 = 0x01618040;
Please, any idea how thing go this way ?