
4BUsage Examples
5.7 Serial Communication Interface
Rev.1.00 May 22 2012
REJ09B0566
“www.renesas.com”,
PDL_SCI_IDLE,
SCI3TxFunc
);
/* Echo the character on channel 1 */
R_SCI_Send(
1, result,
PDL_SCI_IDLE,
PDL_NO_FUNC
);
}
/* SCI channel 3 transmit complete handler */
void SCI3TxFunc(void)
{
/* Shut down channel 3 */
R_SCI_Destroy(
3
);
}
Figure 5-9 Example of SCI Transmission code
Commentaires sur ces manuels