I use SPC560P - DISP.
I enabled the serial communication LIN1. Then I set the pins TX and RX: TX output and RX input.
This is my code:
Code: Select all
sdStart(&SD2, NULL);
chprintf((BaseSequentialStream *)&SD2, "V \r\n");
but it does not work.
Use SD1 because SD2 I use it with USB / Teraterm.