Other Parts Discussed in Thread: HALCOGEN
Using Halcogen I configured SCI rx as serial receive pin.
In the SCI tab I also set the SCI tx function as GIO and the direction as output.
There are no conflicts in the pinmux.
However after running sciInit() and using the instruction
gioSetBit(sciPORT,PIN_SCI_TX,1);
I see no change in the pin level.
Any ideas or suggestions are welcome.