Part Number: TMS570LS1224
Hi, there. I set spiREGx -> PC7 's SIMO bit to 0, and set spiREGx -> PC8 's SIMO bit to 1, and I think it should pull up, but I use oscilloscope to see that it is still pull down. My code is
int main(){
spiInit(); //Set the spiREG -> PC7 & 8 correctly, and they are enabled as SPI functional, and direction is output
while(1); //SIMO keeps low at this point
}
thanks.