Part Number: CC2652RB
Other Parts Discussed in Thread: , SIMPLELINK-CC13X2-26X2-SDK, SYSCONFIG
Hi Team,
Good day, we have received inquiry from customer asking support regarding CC2652RB. For me to not miss any information I will copy the query below.
// Receive on DIO12 and transmit on DIO15
// Turn-on, UART0 module in the PRCM
PRCMPeripheralRunEnable(PRCM_PERIPH_UART0);
PRCMPeripheralSleepEnable(PRCM_PERIPH_UART0);
PRCMPeripheralDeepSleepEnable(PRCM_PERIPH_UART0);
PRCMLoadSet();
while (1);