This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

UART selection for CC2564 on TM4C129

Other Parts Discussed in Thread: TM4C129ENCPDT, CC2564, CC2564MODN, CC2564MODA

Hello

I am designing hardware to use the CC2564 with TM4C129ENCPDT and just wish to confirm which UARTS I can use

In the HALCFG.C file the defines and comment seem to be at odds, with the comment saying only UART1 is supported and the define saying UART3 is to be used.  Is there any restriction on which UART I should be using to interface to the CC2564MODA or CC2564MODN

   

/* Here is the default allocation of pins to connect to the Bluetooth*/

   /* device, using UART1.                                              */

   /*                                                                   */

   /* Function     Port/Pin                                             */

   /* --------     --------                                             */

   /*   RX           PC4                                                */

   /*   TX           PC5                                                */

   /*   RTS          PF0                                                */

   /*   CTS          PF1                                                */

   /*  RESET         PF2                                                */

   /*                                                                   */

 

   /* Define the UART peripheral that is used for the Bluetooth         */

   /* interface.                                                        */

   /* * NOTE * At this time, only UART1 can be used because it supports */

   /*          hardware flow control.                                   */

#define HCI_UART_BASE                                    UART3_BASE

#define HCI_UART_INT                                      INT_UART3

#define HCI_UART_PERIPH                         SYSCTL_PERIPH_UART3