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.

TMS570LS3137: Read I/O status from HET1[17] ( A13) fail.

Part Number: TMS570LS3137
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);

.