User`s manual

RX62N Group, RX621 Group 5. Usage Examples
/* Send Target Station ID (0x01) by internal polling */
R_SCI_Send(
2,
0x0100 | PDL_SCI_MP_ID_CYCLE,
PDL_NO_PTR,
0,
PDL_NO_FUNC
);
/* Send data to Target Station (ID = 0x01), by polling */
R_SCI_Send(
2,
PDL_NO_DATA,
send_data,
0,
PDL_NO_FUNC
);
}
void SCI1tx(void)
{
tx_end = true;
}
Figure 5-23: Example of SCI Transmission code in Asynchronous Multi-Processor mode
R20UT0084EE0112 Rev.1.12 Page 5-44
July. 16, 2014