Dear Sir/ Madam,
I am using CC2650MODA for wireless connectivity with MSP432 launchpad. I am trying to change baud rate for UART communication. Which is fixed 115200 and input clock frequency is 12MHz.
Everytime i change it to some other value like below, source code flow ends in Hardware Exception.
.outputBaudrate = 9600,
.inputClockFreq = 32768,
.prescalar = 3,
.hwRegUCBRFx = 0,
.hwRegUCBRSx = 146,
.oversampling = 0
Regards
Anurag Tamboli