Other Parts Discussed in Thread: HALCOGEN
Hi,
Here are the setting in the Halcogen.
Code is like below,The HET117 pin's status always "1" when this pin was connectted to GND or 3.3V.So, how to get HET117's status corretlly?
By the way,we able to control HET117's output status after change to output mode.
thanks.
hetInit();
Reg = hetREG1->DIN;
Temp = Reg;
bool HET117 = (uint32)0x1 & (uint32)(Temp >> 17);