This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHXL-F28379D: SCIB configuration using registers (bit fields)

Part Number: LAUNCHXL-F28379D
Other Parts Discussed in Thread: C2000WARE

Hello there,

I am trying to configure the SCIB for tx and rx communication for my (modbus  rs485) project. I am using registers (bit field) approach to configure the SCIB. 

There is issue in receiving the interrupt SCIFFRX.bit.RXFFINT is always shows zero even there are msg coming on the rx wire (I confirmed with scope)

Looks like my modbus_sci_init() is not properly setting up the sci. My main questions are:

1. How can I set SCIB/ScibRegs in my init() function?

2. How can I mentioned my Pins in the same functions using registers approach?

see the screenshot attached:

thanks,