Part Number: MSP430FR2433
Tool/software: Code Composer Studio
Hello,
I've tried modifying the eUSCI example in CCS, Register level to Even parity instead of None that is default.
I added:
UCA1CTLW0 |= UCPEN;
UCA1CTLW0 |= UCPAR;
to the code but the result is not as expected. Am i doing something wrong? Could anyone post an example of Even parity code?
Thanks,
Best regards.