Folks,
I have an AM335X_BOARD_TYPE_ICE, and I am trying to read the digital pins from the SN65HVS882 (8 digital input serializer). I can read bits 0, 1, and 3 successfully, but when I try to ready the rest of the pins I can't do it. There are 8 inputs/bits in the SN65HVS882. There is a variable in the Texas Instruments SDK called "rx_data_hvs" that stores the entire byte of the data coming from the serializer, but I only see the aforementioned 3 bits changing, while the rest are always zero. I also checked my hardware output, and the output is correct. My hardware has 8 outputs, and I can change all 8 outputs between 0V and 24V, which is what I want.
I there anything that I have to enable so that the rest of the bits can change as they are manipulated so that it can work?