Hello,
I'm trying to use simpliciTI with an AMB8426 module from amberwireless.
This module has a MSP430F2272 connected with USCI_B0 to a CC1101.
So, I follow DN117 to modify UART setting, to modify simple_peer_to_peer project, but when I build the project I had the following error : identifier "UCB0MCTL" is undefined.
I suppose that the driver try to modify UCB0MCTL register... that didn't exist!(It's the modulation control register, so It's not essential for SPI communication between the 2 chips)
But I don't really understand how to deal with this problem...
Does someone have a solution?
Regards,
Hubert