I'm exploring the MSP CapTIvate MCU Development Kit and I want to use an alternative method of communicating with the PC, wirelessly. When exploring the code generated after configuring my sensor layout, I verified that the code for use of the microcontroller peripherals is compiled in a library (driverlib) and I can't find the source code. So I question if this code is open, or if it is possible to get the configurations of the peripherals namely the uart. I also checked the uart.h file but the specified parameters do not allow me to extract the necessary settings to establish a communication.
Thank you for your help


