SWRU368C May 2018 – January 2021 CC3100 , CC3100MOD , CC3200 , CC3200MOD
Add the following lines to your pin initialization code (for example, in pinmux.c for SDK examples):
// If your application already has UART0 configured, no need for this line MAP_PRCMPeripheralClkEnable(PRCM_UARTA0, PRCM_RUN_MODE_CLK);
// Mux Pin 62 to mode 1 for outputting NWP logs
MAP_PinTypeUART(PIN_62, PIN_MODE_1);
The following header files must be included to enable a clean compilation:
#include "hw_types.h"
#include "rom_map.h"
#include "pin.h"
#include "prcm.h"
Make sure there are no conflicts with pin 62.
Extract P1.62 and connect it to a serial-to-USB convertor. If you have a CC31XXEMUBOOT, connect the signal to pin P4.7.
If you are using the CC3100 BoosterPack module and it is mounted on the CC31XXEMUBOOT, no action is required in this step.