Hi David,
Thank you for your reply. I am not sure whether I have setup particular SIU_IMCR register properly.
Taking DSPI_2 SIN for example .
First I use A2 pin as the SIN ,so my program statement is :SIUL2.IMCR[47].B.SSS = 2; //A2 as SIN of DSPI2.
Then program works well and I can read the received data.
However ,when I changed to use A13 pin , I changed the statement to :SIUL2.IMCR[47].B.SSS = 1; //A13 as SIN of DSPI2.
Then I can only receive 0 after debugging.
So did I make some mistakes when change the statement? Could you please tell me where might be my problem ?
Thank you
Bruce