I'm programming an MSP430FR5949 trying to set up a program to transmit and receive using UART. I have experience programming the MSP432 using driverlib functions which has made it difficult switch to programing the MSP430 using the registers. I found this tutorial that I thought would help me through it but when i copied the code over and changed the #include to match my MSP430FR5949 the compiler couldn't seem to find certain register names I thought would be universal throughout the MSP430 family like DCOCTL.
Am I missing some .h file or are changes that need to be made to fit my MSP430FR5949?
Link in case it didn't work.