Renesas RA Family
RA2 Quick Design Guide
R01AN6060EU0100 Rev.1.00
Page 36 of 44
Sep.14.21
/* Open LPM driver and initialize LPM mode */
err = R_LPM_Open(&g_lpm_sw_standby_ctrl, &g_lpm_sw_standby_cfg);
/* Handle error */
if (FSP_SUCCESS != err)
{
return (err);
}
/* Transition to configured LPM mode: Deep Software Standby Mode */
err = R_LPM_LowPowerModeEnter(&g_lpm_sw_standby_ctrl);
/* Handle error */
if (FSP_SUCCESS != err)
{
return (err);
}
13. Buses
The buses in RA2 MCUs consist of a main bus and a slave interface. Figure 27 lists the main bus and the
slave interface. Figure 28 shows the bus configuration.
Note:
Memory space must be little-endian in order to execute Cortex code.
Figure 27. RA2A1 Bus Specifications